commit | 6c0b9151829f6cc5b1e4c039327647006ed78f24 | [log] [tgz] |
---|---|---|
author | Nick Chalko <nchalko@google.com> | Tue Jul 12 18:16:13 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 12 18:16:13 2022 +0000 |
tree | 4e29db3415cc3b5e3a1ad3125cb84459b2c46062 | |
parent | 98ad3c2f7cf91142c003ca2906a3ccaed56e8613 [diff] | |
parent | 4963d66123919de0917c514e1de069d9b7b615fa [diff] |
Remove nchalko from OWNERS file am: 967d45dcb3 am: 1ed73678ab am: d2c93dcf69 am: 4963d66123 Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/2151593 Change-Id: Id44ceb9e9e2b826312a37a299d5a0e26858a7839 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