diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-21 12:43:11 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-21 12:54:23 +0000 |
commit | 6ef90d3ebd47aba87ea5cadbef275fd08edd0b81 (patch) | |
tree | 7e47bba2eef709c799bd43d044330dcf8ea47595 /res/xml/system_settings.xml | |
parent | 28413bb813a4b621f6575b85ef04ce7636490f92 (diff) | |
download | packages_apps_settings-6ef90d3ebd47aba87ea5cadbef275fd08edd0b81.zip packages_apps_settings-6ef90d3ebd47aba87ea5cadbef275fd08edd0b81.tar.gz packages_apps_settings-6ef90d3ebd47aba87ea5cadbef275fd08edd0b81.tar.bz2 |
Add System menu and PowerWidget configuration support from mr0/10.0
Change-Id: I4c34812be0bc39dbe93e21a29682717ccf9c077f
Diffstat (limited to 'res/xml/system_settings.xml')
-rw-r--r-- | res/xml/system_settings.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/res/xml/system_settings.xml b/res/xml/system_settings.xml new file mode 100644 index 0000000..6b42c1f --- /dev/null +++ b/res/xml/system_settings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The CyanogenMod 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_interface_title" + xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> + + <PreferenceScreen + android:key="notification_drawer" + android:fragment="com.android.settings.cyanogenmod.PowerWidget" + android:title="@string/notification_drawer_title" /> + +</PreferenceScreen> |