commit | 82c0af409708946a2d7f87a0970d847672786d5b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 07 04:57:30 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 07 04:57:30 2023 +0000 |
tree | 08aaccf8fde3dc86be6785b36e8729cb56e9b47e | |
parent | e66eafb6f8eaedc0f6fb5b3700e3e57fe31033ae [diff] | |
parent | 489f952460ffe2ef1eb1348b2083bba4de88567f [diff] |
Snap for 10453563 from 489f952460ffe2ef1eb1348b2083bba4de88567f to mainline-documentsui-release Change-Id: I7a658e1b548927ff169a886631f66f299326088f
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