Merge "mk2bp conversion for TvRoboTests and TvTunerRoboTests" into main am: 020295edbf am: c1b3696d60 Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/2822172 Change-Id: I9016fc122965e9a1d39536673bbd56e1351c2ccd 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