summaryrefslogtreecommitdiffstats
path: root/res/xml-watch
diff options
context:
space:
mode:
authorMichael Kwan <mkwan@google.com>2016-10-07 15:51:41 -0700
committerMichael Kwan <mkwan@google.com>2016-10-11 14:11:18 -0700
commita5d853c3bd4e4e84872fc802decd18e9c18408d2 (patch)
treef00b7ee65175479e9a4f1ee80a8658074da65560 /res/xml-watch
parent718db932c2ea1ce5b94f1c613adabc898312f789 (diff)
downloadandroid_packages_apps_PackageInstaller-a5d853c3bd4e4e84872fc802decd18e9c18408d2.tar.gz
android_packages_apps_PackageInstaller-a5d853c3bd4e4e84872fc802decd18e9c18408d2.tar.bz2
android_packages_apps_PackageInstaller-a5d853c3bd4e4e84872fc802decd18e9c18408d2.zip
Update permissions UI to match new watch UI.
Bug: 29250733 Bug: 31779188 Change-Id: I814db5f94bdb840b04c5e8d9e12b565cfcd5fbc1
Diffstat (limited to 'res/xml-watch')
-rw-r--r--res/xml-watch/watch_permissions.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/xml-watch/watch_permissions.xml b/res/xml-watch/watch_permissions.xml
new file mode 100644
index 00000000..8ec8d196
--- /dev/null
+++ b/res/xml-watch/watch_permissions.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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/app_permissions"
+ android:orderingFromXml="true">
+ <Preference
+ android:key="no_permissions"
+ android:title="@string/no_permissions" />
+</PreferenceScreen>