commit | c00dd4cf817b803447759ddad9f1c6222f622542 | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Wed Jul 20 05:55:31 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 20 05:55:31 2022 +0000 |
tree | 04bda56c8f2abddbf24600ef06faf21af5c85005 | |
parent | ac2e2f9af1b1dd4bf095a64ab0d14500a05f5704 [diff] | |
parent | f5fb8846f16b189509ee0d09eb886c3ff4bbdab3 [diff] |
[automerger skipped] Merge "Use Mockito 4.6.1 API" am: f5fb8846f1 -s ours am skip reason: Merged-In I424015a4ec7e28c4775f7d2614d10d0958dcdb2e with SHA-1 231ccd51ad is already in history Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/2151452 Change-Id: I80f4a4d4341b352cea1d7dc0e3fdc08b6819fb58 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