summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-22 12:15:38 -0400
committerJason Monk <jmonk@google.com>2015-07-08 11:19:18 -0400
commitf6a05cd23ea6db4e6c546290ba1f91a300a73400 (patch)
tree06f241c9bef908c83d10cd37b024c4ab5e2fb318 /res/xml
parent9ef638e53f9ae1c8f059a17d3cef27d89187b454 (diff)
downloadandroid_packages_apps_PackageInstaller-f6a05cd23ea6db4e6c546290ba1f91a300a73400.tar.gz
android_packages_apps_PackageInstaller-f6a05cd23ea6db4e6c546290ba1f91a300a73400.tar.bz2
android_packages_apps_PackageInstaller-f6a05cd23ea6db4e6c546290ba1f91a300a73400.zip
Add all permissions screen
Bug: 21268041 Change-Id: I51674ffbd252bf4585a992f8cc9e43973ce43512
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/all_permissions.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/xml/all_permissions.xml b/res/xml/all_permissions.xml
new file mode 100644
index 00000000..06e929fe
--- /dev/null
+++ b/res/xml/all_permissions.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The Android Open Source 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.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/all_permissions">
+
+ <PreferenceCategory
+ android:key="other_perms"
+ android:title="@string/other_permissions" />
+
+</PreferenceScreen>