Sample TIS with Tuner APIs. am: 1c8ef0a170 am: 2391dcef94 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/11721763 Change-Id: I4dfc3f9fe2280debc8a5cbc1b51200c54dead648
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:
NOTE: This is a reference application and should not be used with further hardening.
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