summaryrefslogtreecommitdiffstats
path: root/data/etc/android.software.app_widgets.xml
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-02-04 18:03:52 -0800
committerAdam Lesinski <adamlesinski@google.com>2014-02-05 19:35:57 +0000
commit0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3 (patch)
tree2d17024a98a32834f93e5373cea6dccd98346981 /data/etc/android.software.app_widgets.xml
parente636692a2eecead363f06297e7b5b379079331da (diff)
downloadframeworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.zip
frameworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.tar.gz
frameworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.tar.bz2
Add new software features
Wearable devices are much more stripped down than handheld and tablet devices. There are system services that must not be present on wearable devices. Those services have their own feature xml files that get copied to the system image as needed. They are included by default in the handheld and tablet core feature files in order to maintain previous behavior. Wearable devices should always copy the data/etc/wearable_core_hardware.xml file and whatever other files that represent required services (eg. data/etc/android.software.print.xml). Change-Id: I410442d45854fe54cba1131ce488a5a459ac580a
Diffstat (limited to 'data/etc/android.software.app_widgets.xml')
-rw-r--r--data/etc/android.software.app_widgets.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/etc/android.software.app_widgets.xml b/data/etc/android.software.app_widgets.xml
new file mode 100644
index 0000000..9a51b24
--- /dev/null
+++ b/data/etc/android.software.app_widgets.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<permissions>
+ <feature name="android.software.app_widgets" />
+</permissions>