am 4f9dc39a: am b26a61d6: InstalledAppDetails: allow revocable permission.

* commit '4f9dc39a8a7db18a5156a645fe761c11deb57d99':
  InstalledAppDetails: allow revocable permission.
This commit is contained in:
Nick Kralevich
2013-04-07 10:59:01 -07:00
committed by Android Git Automerger

View File

@@ -768,7 +768,7 @@ public class InstalledAppDetails extends Fragment
LinearLayout securityList = (LinearLayout) permsView.findViewById( LinearLayout securityList = (LinearLayout) permsView.findViewById(
R.id.security_settings_list); R.id.security_settings_list);
securityList.removeAllViews(); securityList.removeAllViews();
securityList.addView(asp.getPermissionsView()); securityList.addView(asp.getPermissionsViewWithRevokeButtons());
// If this app is running under a shared user ID with other apps, // If this app is running under a shared user ID with other apps,
// update the description to explain this. // update the description to explain this.
String[] packages = mPm.getPackagesForUid(mPackageInfo.applicationInfo.uid); String[] packages = mPm.getPackagesForUid(mPackageInfo.applicationInfo.uid);