summaryrefslogtreecommitdiffstats
path: root/res/menu/menu_trust_apps.xml
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2019-01-27 15:19:27 +0100
committerLuca Stefani <luca.stefani.ge1@gmail.com>2019-02-05 11:32:46 +0100
commit13e919f1be9e2204f85a7102581d7d232085c633 (patch)
tree1b30e610f9db0c32e24e82feea3f254434196c6b /res/menu/menu_trust_apps.xml
parentcbc5109d0da02f4c75ec21c22646fbbbfa8fece4 (diff)
downloadandroid_packages_apps_Trebuchet-13e919f1be9e2204f85a7102581d7d232085c633.tar.gz
android_packages_apps_Trebuchet-13e919f1be9e2204f85a7102581d7d232085c633.tar.bz2
android_packages_apps_Trebuchet-13e919f1be9e2204f85a7102581d7d232085c633.zip
Trebuchet: Implement protected apps
Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com> Change-Id: Ide8f96ce360916fab44305c5f4a7c29ee31c179b
Diffstat (limited to 'res/menu/menu_trust_apps.xml')
-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>