tag | 36bf4fc870f5067ce5c1ef5a783c0fd628508d5d | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Jan 04 17:46:28 2022 -0800 |
object | 2dbfd6c05fe1ec40d39b43ef9c1270f2b5ca0b5d |
Android security 10.0.0 release 62
commit | 2dbfd6c05fe1ec40d39b43ef9c1270f2b5ca0b5d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Feb 25 04:02:32 2019 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Feb 25 04:02:32 2019 +0000 |
tree | f4ba89447e2d7ac3355508e583a5cf0574c29af5 | |
parent | cc453a8b6149c3e642c90ba9e8bb75e693879e42 [diff] | |
parent | d12bfa398c56027290a9e6e4fd14f635458ec581 [diff] |
Snap for 5333170 from d12bfa398c56027290a9e6e4fd14f635458ec581 to qt-release Change-Id: I0a2b598aadba4b9808625afe3bbfa17d11e686c3
Live TV is the Open Source reference application for watching TV on Android TVs.
The source of truth is an internal google repository (aka google3) at cs/third_party/java_src/android_app/live_channels
Changes are made in the google3 repository and automatically pushed here.
The following files are only in the android repository and must be changed there.
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