Use Mockito 4.6.1 API am: df8f508f34 am: 06f7f5e32c Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/20917421 Change-Id: I15136a37bf588cd57a8fb43ddf4bb910e3c48881 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