| tag | 9abc4824e5cc2baf7e1383664e0e59fabda40910 | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Dec 01 22:53:50 2025 +0000 |
| object | abccbc01df1ffbeb5e3fa09556d176a334fd4dce |
Android platform 15.0.0 release 13
| commit | abccbc01df1ffbeb5e3fa09556d176a334fd4dce | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 30 23:22:32 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 30 23:22:32 2024 +0000 |
| tree | 33066cc7d1222541f2d9e51761dbd204517955b2 | |
| parent | 60929468f0fc63339fd4fb88900995644daa2298 [diff] | |
| parent | f61a8131376a964da3a0924a41cfcdaaf0a1d295 [diff] |
Snap for 11908474 from f61a8131376a964da3a0924a41cfcdaaf0a1d295 to 24Q3-release Change-Id: I99974b310ba6e66171013ca7409d890455ab699e
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