Advanced apps updates (2/2)

Change the title of the screen, add a category to break things up

Bug: 21372377
Change-Id: I03c2060937f540235755e4b74c5634543e526d25
This commit is contained in:
Jason Monk
2015-06-09 16:01:28 -04:00
parent 4ab327b05f
commit ba0e2c8688
3 changed files with 14 additions and 8 deletions

View File

@@ -514,7 +514,7 @@ public class ManageApplications extends InstrumentedFragment
return true;
case R.id.advanced:
((SettingsActivity) getActivity()).startPreferencePanel(
AdvancedAppSettings.class.getName(), null, R.string.advanced_apps,
AdvancedAppSettings.class.getName(), null, R.string.configure_apps,
null, this, ADVANCED_SETTINGS);
return true;
default: