| tag | 7c0cb765acc04fa852f095f6ae07ddcfe5751136 | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Dec 02 03:49:13 2025 +0000 |
| object | a5ee3d93e3dd4c022b5d507eab27285b68151df8 |
Android 16.0.0 release 4
| commit | a5ee3d93e3dd4c022b5d507eab27285b68151df8 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Sep 13 14:41:00 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Sep 13 14:41:00 2025 -0700 |
| tree | 4f737d71fa8cf6a3cd7b4e1102ccfa3b4593997a | |
| parent | 6782f9ffc52a6ed4c840745fd69893f55fc16aba [diff] | |
| parent | 04938856dcecdc58f3c93fa5689f7bedf4cc5909 [diff] |
Snap for 14099086 from 04938856dcecdc58f3c93fa5689f7bedf4cc5909 to 25Q4-release Change-Id: Ie07027789b2187434bd1fd9d05452294f1e9b2c9
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