commit | 4e256ebdeb1333af4f2b9832d61078965e4a672f | [log] [tgz] |
---|---|---|
author | Owner Cleanup Bot <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Fri Feb 28 16:14:25 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 28 16:14:25 2025 -0800 |
tree | 46659ca0c66fbc2a3309335627b5f7f2b87d0164 | |
parent | 5c84bd38879b2ef566be41c5257a381d12341e26 [diff] | |
parent | de8036f6d3ad9741ca3d2ebffb0ad761f4f16f54 [diff] |
[owners] Remove qingxun@google.com from OWNERS am: de8036f6d3 Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/3514744 Change-Id: I817233f0713c9ccad472bd427fdce1d14df6566e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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