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:
Jason Monk
2015-05-13 15:19:57 -04:00
parent f82cd8f4b3
commit 63a819aa35
3 changed files with 6 additions and 6 deletions

View File

@@ -104,8 +104,8 @@ public class ManagePermissions extends SettingsPreferenceFragment
public void refreshUi() {
setTitle(mGroup.label);
setIcon(mGroup.icon);
setSummary(getContext().getString(R.string.app_permissions_group_summary,
mGroup.grantedApps.size(), mGroup.possibleApps.size()));
// setSummary(getContext().getString(R.string.app_permissions_group_summary,
// mGroup.grantedApps.size(), mGroup.possibleApps.size()));
}
@Override