| commit | a0b3bafcacd1944b36d01d02e769baaaff97b72d | [log] [tgz] | 
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:39:56 2023 +0000 | 
| committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:39:56 2023 +0000 | 
| tree | 08aaccf8fde3dc86be6785b36e8729cb56e9b47e | |
| parent | 2df59b6d7be35e41b429be0cf23aa06f4402b049 [diff] | |
| parent | 489f952460ffe2ef1eb1348b2083bba4de88567f [diff] | 
Snap for 10460766 from 489f952460ffe2ef1eb1348b2083bba4de88567f to mainline-healthfitness-release Change-Id: Ic75cd25fe1e3ed2df20278099afc8fa1b5109b0c
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