summaryrefslogtreecommitdiffstats
path: root/res/menu
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/menu
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/menu')
-rw-r--r--res/menu/menu_trust_apps.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/menu/menu_trust_apps.xml b/res/menu/menu_trust_apps.xml
new file mode 100644
index 000000000..43c21b142
--- /dev/null
+++ b/res/menu/menu_trust_apps.xml
@@ -0,0 +1,23 @@
+<!--
+ Copyright (C) 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/menu_trust_help"
+ android:icon="@drawable/ic_help"
+ android:showAsAction="always"
+ android:title="@string/trust_apps_help" />
+</menu>