* commit '4f9dc39a8a7db18a5156a645fe761c11deb57d99': InstalledAppDetails: allow revocable permission.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user