Merge "Add test for CustomizationManager"
tree: e338a93c4ee4cfd2f34a9a78dbee5348ba1c9423
  1. assets/
  2. common/
  3. jni/
  4. libs/
  5. material_res/
  6. partner_support/
  7. res/
  8. src/
  9. tests/
  10. tuner/
  11. .gitignore
  12. Android.bp
  13. AndroidManifest.xml
  14. build.gradle
  15. com.android.tv.xml
  16. gradle.properties
  17. OWNERS
  18. proguard.flags
  19. README.md
  20. settings.gradle
  21. version.mk
README.md

Live TV

Live TV is the Open Source reference application for watching TV on Android TVs.

Live TV is a system app for Android TV. It should be compiled with Android TV platform.

How to build:

  1. Enable the feature PackageManager.FEATURE_LIVE_TV.
  2. Put this project under Android platform repository if required.
  3. Include this package inside platform build.
  4. Build the platform. https://source.android.com/source/building.html

NOTE: This is a reference application and should not be used with further hardening.

Build just Live Tv

To install LiveTv

echo "Compiling"
m -j LiveTv
echo  "Installing"
adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk

If it is your first time installing LiveTv you will need to do

adb root
adb remount
adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk
adb reboot