Modify text in Apps & notifications settings.
- in Settings->Apps & notifications->Apps->[select app], update the header summary to installation status, and move the version text to the bottom of the page. - updatd preference title from Apps to App info - update preference title from Notifications to App notifications Bug: 34977561 Test: make RunSettingsRoboTests Change-Id: I97e9b81c739fb99eaca2cf45fb11f208ad6cd9ca
This commit is contained in:
@@ -3322,7 +3322,7 @@
|
||||
<!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications -->
|
||||
<string name="manageapplications_settings_summary">Manage and remove installed apps</string>
|
||||
<!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
|
||||
<string name="applications_settings">Apps</string>
|
||||
<string name="applications_settings">App info</string>
|
||||
<!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. -->
|
||||
<string name="applications_settings_summary">Manage apps, set up quick launch shortcuts</string>
|
||||
<!-- Applications settings screen heading. The header for the Application settings screen. -->
|
||||
@@ -3473,6 +3473,8 @@
|
||||
<string name="disabled">Disabled</string>
|
||||
<!-- [CHAR LIMIT=30] Manage applications, text telling using an application is not installed for the current user. The key part is that it's not installed. -->
|
||||
<string name="not_installed">Not installed for this user</string>
|
||||
<!-- [CHAR LIMIT=30] App details, text telling an application is installed. -->
|
||||
<string name="installed">Installed</string>
|
||||
<!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
|
||||
<string name="no_applications">No apps.</string>
|
||||
<!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
|
||||
@@ -6289,7 +6291,7 @@
|
||||
<string name="lock_screen_notifications_interstitial_title_profile">Profile notifications</string>
|
||||
|
||||
<!-- Notification Settings: Title for the option managing notifications per application. [CHAR LIMIT=30] -->
|
||||
<string name="app_notifications_title">Notifications</string>
|
||||
<string name="app_notifications_title">App notifications</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification importance slider title -->
|
||||
<string name="notification_importance_title">Importance</string>
|
||||
|
||||
@@ -58,4 +58,9 @@
|
||||
android:enabled="false"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="app_version"
|
||||
android:selectable="false"
|
||||
android:order="9999"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user