Cherish: Implement HideAppFromRecents (HAFR) Settings

Change-Id: I1afcab02d4daa1f2f01bc537fca9878a1eb0ad6b
Signed-off-by: Adin Kwok <adin.kwok@carbonrom.org>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Christian Oder
2016-09-19 15:40:22 +02:00
committed by Hưng Phan
parent ab991e3db7
commit cebca8ba7d
11 changed files with 838 additions and 0 deletions

View File

@@ -1321,4 +1321,10 @@
<!-- SearchBar Style -->
<string name="search_bar_style_title">Use Android 12 Search Bar</string>
<string name="search_bar_style_summary">Toggle to use Android 12 style searchbar in Settings app. Settings app needs to be manually restarted for the change to take effect.</string>
<!-- Hide Apps from Recents -->
<string name="hide_apps_from_recents_title">Hide apps from recents</string>
<string name="hide_apps_from_recents_summary">Prevent apps from appearing in recents</string>
<string name="hide_from_recents_add_app">Add app</string>
<string name="title_activity_spark_recents_settings">Recents</string>
</resources>