Home | History | Annotate | Download | only in packageinstaller

Lines Matching refs:Settings

41 import android.provider.Settings;
231 Log.i(TAG, "Finishing off activity so that user can navigate to settings manually");
234 .setPositiveButton(R.string.settings, new DialogInterface.OnClickListener() {
236 Log.i(TAG, "Launching settings");
316 Intent launchSettingsIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS);
322 // If the settings app approved the install we are good to go regardless
353 * @return whether unknown sources is enabled by user in Settings
356 return Settings.Secure.getInt(getContentResolver(),
357 Settings.Secure.INSTALL_NON_MARKET_APPS, 0) > 0;
464 // and exit. Otherwise show an option to take the user to Settings to change the setting.
467 startActivity(new Intent(Settings.ACTION_SHOW_ADMIN_SUPPORT_DETAILS));