diff options
author | Vishal Mahaveer | 2014-08-13 18:14:10 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2014-08-13 18:14:10 -0500 |
commit | 76b0af7cce79eed8bbe948546db1dab7e0681a14 (patch) | |
tree | b8066d76e08daa9f0ee5c20749de261446a9d223 | |
parent | 05561662febf80defdd81a2b03a546e10e507b93 (diff) | |
download | device-ti-jacinto6evm-76b0af7cce79eed8bbe948546db1dab7e0681a14.tar.gz device-ti-jacinto6evm-76b0af7cce79eed8bbe948546db1dab7e0681a14.tar.xz device-ti-jacinto6evm-76b0af7cce79eed8bbe948546db1dab7e0681a14.zip |
jacinto6evm: enable FEATURE_DEVICE_ADMIN
add permission to support adding device admins
Change-Id: Id9a146418e58c2bb05326bb290fc90a03b02a2d1
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r-- | tablet_core_hardware_jacinto6evm.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tablet_core_hardware_jacinto6evm.xml b/tablet_core_hardware_jacinto6evm.xml index c669004..7d68688 100644 --- a/tablet_core_hardware_jacinto6evm.xml +++ b/tablet_core_hardware_jacinto6evm.xml | |||
@@ -30,4 +30,6 @@ | |||
30 | <feature name="android.hardware.bluetooth" /> | 30 | <feature name="android.hardware.bluetooth" /> |
31 | <feature name="android.software.app_widgets" /> | 31 | <feature name="android.software.app_widgets" /> |
32 | <feature name="android.software.home_screen" /> | 32 | <feature name="android.software.home_screen" /> |
33 | <!-- Feature to specify if the device supports adding device admins. --> | ||
34 | <feature name="android.software.device_admin" /> | ||
33 | </permissions> | 35 | </permissions> |