Hide permission related summaries
We need to get this data from the PackageInstaller directly, in the mean time hide the summaries since they are incorrect. Bug: 21078474 Change-Id: I1c1b50ee6806cfbf16830fbff5bf8ffae344451a
This commit is contained in:
@@ -445,7 +445,7 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
// Update the preference summaries.
|
||||
Activity context = getActivity();
|
||||
mStoragePreference.setSummary(AppStorageSettings.getSummary(mAppEntry, context));
|
||||
mPermissionsPreference.setSummary(AppPermissionSettings.getSummary(mAppEntry, context));
|
||||
// mPermissionsPreference.setSummary(AppPermissionSettings.getSummary(mAppEntry, context));
|
||||
mLaunchPreference.setSummary(Utils.getLaunchByDeafaultSummary(mAppEntry, mUsbManager,
|
||||
mPm, context));
|
||||
mNotificationPreference.setSummary(getNotificationSummary(mAppEntry, context,
|
||||
|
||||
Reference in New Issue
Block a user