summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-05-11 16:57:15 -0400
committerJason Monk <jmonk@google.com>2015-05-12 11:01:02 -0400
commit295a337781d81d746a36259ec6c7cc443967dcca (patch)
treea81c102fd3479b11cc967f6d12319404d395bfb4 /packages/SystemUI/res/xml
parentbb9d9278aa6fe3ba3d4c21b03d3e3da4543a974c (diff)
downloadframeworks_base-295a337781d81d746a36259ec6c7cc443967dcca.zip
frameworks_base-295a337781d81d746a36259ec6c7cc443967dcca.tar.gz
frameworks_base-295a337781d81d746a36259ec6c7cc443967dcca.tar.bz2
Add SysUI Tuner
Change-Id: I9b0fabbe913b8297d8c668b6416a7be856adb9d5
Diffstat (limited to 'packages/SystemUI/res/xml')
-rw-r--r--packages/SystemUI/res/xml/tuner_prefs.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/xml/tuner_prefs.xml b/packages/SystemUI/res/xml/tuner_prefs.xml
new file mode 100644
index 0000000..263260e
--- /dev/null
+++ b/packages/SystemUI/res/xml/tuner_prefs.xml
@@ -0,0 +1,22 @@
+<?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/system_ui_tuner">
+
+ <!-- Tuner prefs go here -->
+
+</PreferenceScreen>