summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_strings.xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2019-01-23 17:49:25 +0100
committerBruno Martins <bgcngm@gmail.com>2020-01-09 14:53:29 +0100
commitaf0d2bfd84bff78d0bdaa65020a2d2aed080055e (patch)
treeb6e6fe447650499531cd4632a9d16ee269c01a6f /res/values/lineage_strings.xml
parent3b44d749f0993c0840b409ee95965443d72e72d6 (diff)
downloadandroid_packages_apps_Trebuchet-af0d2bfd84bff78d0bdaa65020a2d2aed080055e.tar.gz
android_packages_apps_Trebuchet-af0d2bfd84bff78d0bdaa65020a2d2aed080055e.tar.bz2
android_packages_apps_Trebuchet-af0d2bfd84bff78d0bdaa65020a2d2aed080055e.zip
Trebuchet: implement hidden & protected apps
* Trebuchet: implement hidden apps * Trebuchet: Implement protected apps Signed-off-by: Joey <joey@lineageos.org> Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com> Change-Id: I10c35407820373a1d5f84b237ac449398e076dcd
Diffstat (limited to 'res/values/lineage_strings.xml')
-rw-r--r--res/values/lineage_strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml
index 0a875a66a..e53491703 100644
--- a/res/values/lineage_strings.xml
+++ b/res/values/lineage_strings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The LineageOS Project
+<!-- Copyright (C) 2018-2019 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -32,4 +32,14 @@
<!-- Hide labels -->
<string name="desktop_show_labels">Show icon labels on desktop</string>
<string name="drawer_show_labels">Show icon labels in drawer</string>
+
+ <!-- Trust apps -->
+ <string name="trust_apps_manager_name">Hidden &amp; Protected apps</string>
+ <string name="trust_apps_auth_manager">Unlock to manage the hidden and protected apps</string>
+ <string name="trust_apps_auth_open_app">Authenticate to open %1$s</string>
+ <string name="trust_apps_loading">Loading\u2026</string>
+ <string name="trust_apps_no_lock_error">Please set up a secure lock screen to restrict app access</string>
+ <string name="trust_apps_help">Help</string>
+ <string name="trust_apps_info_hidden">Hidden apps and their widgets are hidden from the drawer</string>
+ <string name="trust_apps_info_protected">Protected apps require authentication to be opened from the launcher</string>
</resources>