| tag | e917c8edd0d57663b7f1d800f48efe39a79747e6 | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Thu Nov 20 12:46:02 2025 -0800 |
| object | f391cb10c577fc87741b74ce9e6da734f4646d94 |
Android Security 16.0.0 Release 2 (14094968)
| commit | f391cb10c577fc87741b74ce9e6da734f4646d94 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 20:20:13 2025 -0800 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 20:20:13 2025 -0800 |
| tree | 46659ca0c66fbc2a3309335627b5f7f2b87d0164 | |
| parent | 35592e7afdf0aa773ab43f09343905f10ca066bf [diff] | |
| parent | ce81b0561a9a6f2825394f7bbd0f4ca5ca7cea47 [diff] |
Snap for 13143403 from ce81b0561a9a6f2825394f7bbd0f4ca5ca7cea47 to 25Q2-release Change-Id: I3f58bdcf056a12227b974424beb5bbf75cd1b9a7
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