Merge "Update hibernation toggle string" into tm-dev
This commit is contained in:
@@ -10467,8 +10467,14 @@
|
|||||||
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> unused apps</item>
|
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> unused apps</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- Label of a switch preference that controls whether the system will remove the permissions and free up space when the app has not been used for months [CHAR LIMIT=40]-->
|
<!-- Label for category for unused app settings for an app. [CHAR LIMIT=40]-->
|
||||||
<string name="unused_apps_switch">Remove permissions and free up space</string>
|
<string name="unused_apps_category">Unused app settings</string>
|
||||||
|
|
||||||
|
<!-- Label of a switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=40]-->
|
||||||
|
<string name="unused_apps_switch">Pause app activity</string>
|
||||||
|
|
||||||
|
<!-- Summary of the switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=NONE]-->
|
||||||
|
<string name="unused_apps_switch_summary">Remove permissions, delete temporary files, and stop notifications if unused</string>
|
||||||
|
|
||||||
<!-- Label for showing all apps in list [CHAR LIMIT=30] -->
|
<!-- Label for showing all apps in list [CHAR LIMIT=30] -->
|
||||||
<string name="filter_all_apps">All apps</string>
|
<string name="filter_all_apps">All apps</string>
|
||||||
|
@@ -148,6 +148,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="hibernation_switch"
|
android:key="hibernation_switch"
|
||||||
android:title="@string/unused_apps_switch"
|
android:title="@string/unused_apps_switch"
|
||||||
|
android:summary="@string/unused_apps_switch_summary"
|
||||||
settings:controller=
|
settings:controller=
|
||||||
"com.android.settings.applications.appinfo.HibernationSwitchPreferenceController" />
|
"com.android.settings.applications.appinfo.HibernationSwitchPreferenceController" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
Reference in New Issue
Block a user