Home | History | Annotate | Download | only in sdksetup

Lines Matching defs:Settings

29 import android.provider.Settings;
41 // Edit Settings only for Emulator
44 Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1);
46 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
49 Settings.Global.putInt(getContentResolver(), Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0);
52 // Not needed since this SDK will contain the Settings app.
53 Settings.Secure.putString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
57 Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS, 1);
59 Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1);