Allow Device Management Role Holder to update Settings strings.
Test: manual Bug: 188414370 Change-Id: I6e1a06619799a9e99382d791e72e2e4518f93cac
This commit is contained in:
@@ -645,8 +645,8 @@ public class ManageApplications extends InstrumentedFragment
|
||||
}
|
||||
|
||||
private void startAppInfoFragment(Class<?> fragment, int titleRes) {
|
||||
AppInfoBase.startAppInfoFragment(fragment, titleRes, mCurrentPkgName, mCurrentUid, this,
|
||||
INSTALLED_APP_DETAILS, getMetricsCategory());
|
||||
AppInfoBase.startAppInfoFragment(fragment, getString(titleRes), mCurrentPkgName,
|
||||
mCurrentUid, this, INSTALLED_APP_DETAILS, getMetricsCategory());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user