| tag | f37a29290cdd26f922e2ef9aa439e39744ae0cf4 | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Dec 01 21:41:56 2025 +0000 |
| object | 834b30ab4898c4d0d98b7d99c131664ca6300fdb |
Android platform 13.0.0 release 36
| commit | 834b30ab4898c4d0d98b7d99c131664ca6300fdb | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 08 17:31:04 2023 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 08 17:31:04 2023 +0000 |
| tree | 59d2b20e6eafa0eaca9318822f753ba2e256ecb6 | |
| parent | 18257384ecbc0cbb942402cb1fb4b6b46b68cf62 [diff] | |
| parent | 0c1e125dc0d23c7662e85b2c02e0a86dfb628f24 [diff] |
Snap for 10276566 from 0c1e125dc0d23c7662e85b2c02e0a86dfb628f24 to tm-platform-release Change-Id: I5ab06a2ca33d9cdab773516676b7ac73309761b8
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