Merge "Allow Device Management Role Holder to update Settings strings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3dbc3ffbd
@@ -649,8 +649,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