Merge Android 24Q2 Release (ab/11526283) to aosp-main-future Bug: 337098550 Merged-In: I697205382a16ad5300301dc8962c7d3b8f3e4b08 Change-Id: I2f337eff0a553ab8dd9e69e8970248095a29a8e0
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