[automerger skipped] Merge Android 24Q2 Release (ab/11526283) to aosp-main-future am: 879d9ffcb1 -s ours am skip reason: Merged-In I697205382a16ad5300301dc8962c7d3b8f3e4b08 with SHA-1 7aa1e2ac53 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/27273340 Change-Id: I735309641818a8f3ec25036d28209be6a82b3f09 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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