tag | 843c59e318a1f5332faec9fe3f3aeba83e63218c | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Feb 06 15:58:56 2023 -0800 |
object | b8f145a31cb8700e0d66c3f2b5e4fb4166c05377 |
Android Security 11.0.0 Release 64 (9383110)
commit | b8f145a31cb8700e0d66c3f2b5e4fb4166c05377 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 16 01:14:59 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 16 01:14:59 2020 +0000 |
tree | 4cebbe9f386841a3555a2b2ba26631277fac13b3 | |
parent | 34c32ba317af349ed00cece7ed6b27afa784e523 [diff] | |
parent | 1c8ef0a170e3824a53390efccac1b6ebec7ae4af [diff] |
Snap for 6592941 from 1c8ef0a170e3824a53390efccac1b6ebec7ae4af to rvc-release Change-Id: I3e44718f99565941cf84b19114f1b49276aa5315
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