Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c8166e8 authored by Kevin Han's avatar Kevin Han Committed by Automerger Merge Worker
Browse files

Merge "Update hibernation toggle string" into tm-dev am: 46adb8e1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17304592

Change-Id: Ibd698dd496b29770d5f1112871408e96cf0ff32e
parents 210a422b 46adb8e1
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -10467,8 +10467,14 @@
        <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> unused apps</item>
    </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]-->
    <string name="unused_apps_switch">Remove permissions and free up space</string>
    <!-- Label for category for unused app settings for an app. [CHAR LIMIT=40]-->
    <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] -->
    <string name="filter_all_apps">All apps</string>
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@
        <SwitchPreference
            android:key="hibernation_switch"
            android:title="@string/unused_apps_switch"
            android:summary="@string/unused_apps_switch_summary"
            settings:controller=
                "com.android.settings.applications.appinfo.HibernationSwitchPreferenceController" />
    </PreferenceCategory>