[automerger skipped] Merge Android 12 QPR3 ab/8391262 am: 0ae5cb4f27 -s ours am: 3df7e06bbc -s ours am skip reason: Merged-In I25addbafda13cb0a568edae3397b4df8005f2523 with SHA-1 61d6302e66 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/17544598 Change-Id: Id622454b4cb453ad1b7f115fbbfc73dc52f654e0 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