HomeSort by relevance Sort by last modified time
    Searched refs:uninstallIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 105 Intent uninstallIntent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE, packageURI);
106 uninstallIntent.putExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, false);
108 startActivityForResult(uninstallIntent, requestCode);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java     [all...]

Completed in 50 milliseconds