diff options
author | Jose Lima <joselima@google.com> | 2014-05-27 15:10:25 -0700 |
---|---|---|
committer | Jose Lima <joselima@google.com> | 2014-05-27 15:10:25 -0700 |
commit | 751e8d10936e915d1e2cee1e8394863f27f6755a (patch) | |
tree | 903cb8213a4c35e1b2ab68628c1ca5d18fdc5099 | |
parent | 4e29e80ac454fbadd464a206d959ba539604ca6b (diff) | |
download | android_device_google_atv-751e8d10936e915d1e2cee1e8394863f27f6755a.tar.gz android_device_google_atv-751e8d10936e915d1e2cee1e8394863f27f6755a.tar.bz2 android_device_google_atv-751e8d10936e915d1e2cee1e8394863f27f6755a.zip |
Added leancack_only feature to ATV devices
- The leanback_only SW feature will be used to determine if we are
running on a AndroidTV device or not.
Change-Id: I38bc4ba27796d637d41e5b3f7539224820962b03
-rw-r--r-- | tv_core_hardware.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv_core_hardware.xml b/tv_core_hardware.xml index e6bdb8a..2e6f260 100644 --- a/tv_core_hardware.xml +++ b/tv_core_hardware.xml @@ -29,6 +29,7 @@ <feature name="android.software.backup" /> <feature name="android.software.device_admin" /> <feature name="android.software.leanback" /> + <feature name="android.software.leanback_only" /> <feature name="android.software.print" /> </permissions> |