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

Commit 188fe36c authored by Kevin Han's avatar Kevin Han
Browse files

Update hibernation toggle string

Update the toggle string in App Info to make it more clear that
notifications will stop for hibernating apps.

Bug: 201759939
Test: manual, check screenshots in bug
Change-Id: Ie7223ad7d92ae43fbb644b8d0a9f9c95309dbce0
parent 5b8d645a
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -10408,8 +10408,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>