summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-09-16 10:48:35 -0700
committerAmith Yamasani <yamasani@google.com>2013-09-16 10:48:35 -0700
commit7562c0e28f23acac4f5eceee27015fd43cbfb2c1 (patch)
tree0968c7dbeedd092455d01a4fd0ada965a971f703 /data
parent90ed3e8d7883d9c80fb8bf11b1c593bd8b2b39d0 (diff)
downloadframeworks_native-7562c0e28f23acac4f5eceee27015fd43cbfb2c1.zip
frameworks_native-7562c0e28f23acac4f5eceee27015fd43cbfb2c1.tar.gz
frameworks_native-7562c0e28f23acac4f5eceee27015fd43cbfb2c1.tar.bz2
Enable FEATURE_DEVICE_ADMIN for handheld devices
Bug: 9520957 Change-Id: I9c09dc726509db9e6d9ba4700255c74528b9f9fa
Diffstat (limited to 'data')
-rw-r--r--data/etc/handheld_core_hardware.xml2
-rw-r--r--data/etc/tablet_core_hardware.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index 290afc2..4a9f2dd 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -36,6 +36,8 @@
<feature name="android.software.app_widgets" />
<feature name="android.software.home_screen" />
<feature name="android.software.input_methods" />
+ <!-- Feature to specify if the device supports adding device admins. -->
+ <feature name="android.software.device_admin" />
<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with an autofocus camera and/or flash must include either
android.hardware.camera.autofocus.xml or
diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml
index 207fc9a..78b9736 100644
--- a/data/etc/tablet_core_hardware.xml
+++ b/data/etc/tablet_core_hardware.xml
@@ -37,6 +37,8 @@
<feature name="android.software.app_widgets" />
<feature name="android.software.home_screen" />
<feature name="android.software.input_methods" />
+ <!-- Feature to specify if the device supports adding device admins. -->
+ <feature name="android.software.device_admin" />
<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with a rear-facing camera must include one of these as appropriate:
android.hardware.camera.xml or