Loading res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -13001,4 +13001,7 @@ <!-- Summary for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=NONE] --> <string name="show_clip_access_notification_summary">Show a message when apps access text, images, or other content you\u2019ve copied</string> <!-- All apps screen title, entry name on Apps page for the user to go to the all apps page. [CHAR LIMIT=30] --> <string name="all_apps">All apps</string> </resources> res/xml/apps.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <Preference android:key="all_app_infos" android:title="@string/applications_settings" android:title="@string/all_apps" android:summary="@string/summary_placeholder" android:order="-999" android:fragment="com.android.settings.applications.manageapplications.ManageApplications" Loading src/com/android/settings/applications/manageapplications/ManageApplications.java +2 −2 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ public class ManageApplications extends InstrumentedFragment Intent intent = activity.getIntent(); Bundle args = getArguments(); int screenTitle = intent.getIntExtra( SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE_RESID, R.string.application_info_label); SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE_RESID, R.string.all_apps); String className = args != null ? args.getString(EXTRA_CLASSNAME) : null; if (className == null) { className = intent.getComponent().getClassName(); Loading Loading @@ -342,7 +342,7 @@ public class ManageApplications extends InstrumentedFragment screenTitle = R.string.app_notifications_title; } else { if (screenTitle == -1) { screenTitle = R.string.application_info_label; screenTitle = R.string.all_apps; } mListType = LIST_TYPE_MAIN; } Loading Loading
res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -13001,4 +13001,7 @@ <!-- Summary for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=NONE] --> <string name="show_clip_access_notification_summary">Show a message when apps access text, images, or other content you\u2019ve copied</string> <!-- All apps screen title, entry name on Apps page for the user to go to the all apps page. [CHAR LIMIT=30] --> <string name="all_apps">All apps</string> </resources>
res/xml/apps.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <Preference android:key="all_app_infos" android:title="@string/applications_settings" android:title="@string/all_apps" android:summary="@string/summary_placeholder" android:order="-999" android:fragment="com.android.settings.applications.manageapplications.ManageApplications" Loading
src/com/android/settings/applications/manageapplications/ManageApplications.java +2 −2 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ public class ManageApplications extends InstrumentedFragment Intent intent = activity.getIntent(); Bundle args = getArguments(); int screenTitle = intent.getIntExtra( SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE_RESID, R.string.application_info_label); SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE_RESID, R.string.all_apps); String className = args != null ? args.getString(EXTRA_CLASSNAME) : null; if (className == null) { className = intent.getComponent().getClassName(); Loading Loading @@ -342,7 +342,7 @@ public class ManageApplications extends InstrumentedFragment screenTitle = R.string.app_notifications_title; } else { if (screenTitle == -1) { screenTitle = R.string.application_info_label; screenTitle = R.string.all_apps; } mListType = LIST_TYPE_MAIN; } Loading