diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-03-17 12:17:29 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-03-17 12:19:18 -0700 |
commit | 0f5d4dde76ff69a6ac85159f6dabacad77d32b64 (patch) | |
tree | 91943a6edb4abffc40e3827dbee174e14cfd7756 /data/etc | |
parent | de7388bf1dea339cedb4052eb20017f388ef6522 (diff) | |
download | frameworks_native-0f5d4dde76ff69a6ac85159f6dabacad77d32b64.zip frameworks_native-0f5d4dde76ff69a6ac85159f6dabacad77d32b64.tar.gz frameworks_native-0f5d4dde76ff69a6ac85159f6dabacad77d32b64.tar.bz2 |
Add device admin to wearables for API8 Compat
Bug:13386441
Change-Id: I8814976db791bb1f2e60b6a9fc49afdd5f360414
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/wearable_core_hardware.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/wearable_core_hardware.xml b/data/etc/wearable_core_hardware.xml index b2ffab7..215665f 100644 --- a/data/etc/wearable_core_hardware.xml +++ b/data/etc/wearable_core_hardware.xml @@ -36,6 +36,9 @@ <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 |