Snap for 10162339 from 77a08b55aef105fbd6793cbcb9f94543d71b7bef to udc-release am: 17c683f342 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/23338710 Change-Id: I0a6556fc945e6294eb6f0e1ce6b05905b25ecf12 Signed-off-by: Automerger Merge Worker <[email protected]>
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