am b26a61d6: InstalledAppDetails: allow revocable permission.

* commit 'b26a61d6433e2e5456563e5d33aa4f419a8966fb':
  InstalledAppDetails: allow revocable permission.
This commit is contained in:
Nick Kralevich
2013-04-07 10:56:54 -07:00
committed by Android Git Automerger

View File

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