commit | ba7dbc311114c727c1ef1f0708978515e1793c27 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 16 06:37:36 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 16 06:37:36 2022 +0000 |
tree | 1398780154dbf123c7e80671a1437cb5e719f77d | |
parent | 4d641968846d1e82d6baf0c578a6ceab3649ccb8 [diff] | |
parent | f5fb8846f16b189509ee0d09eb886c3ff4bbdab3 [diff] |
Snap for 8952093 from f5fb8846f16b189509ee0d09eb886c3ff4bbdab3 to sdk-release Change-Id: If9ad85d71f2f72d71c912cf430baa0b8faad5382
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