aml_art_331314010 (9451159,com.google.android.art)
[automerger skipped] Merge Android 12 QPR3 ab/8391262 am: 0ae5cb4f27 -s ours am: 3df7e06bbc -s ours am: 48d07ea784 -s ours

am skip reason: Merged-In I25addbafda13cb0a568edae3397b4df8005f2523 with SHA-1 61d6302e66 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/17544598

Change-Id: I4d45613cef292743c5ad80831a60440115782405
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 5e6e393b2123114d919c401c5df2e78adb9ab92f
  1. assets/
  2. common/
  3. jni/
  4. libs/
  5. material_res/
  6. partner_support/
  7. ratings/
  8. res/
  9. src/
  10. tests/
  11. tuner/
  12. .gitignore
  13. Android.bp
  14. AndroidManifest.xml
  15. build.gradle
  16. com.android.tv.xml
  17. gradle.properties
  18. lint-baseline.xml
  19. OWNERS
  20. proguard.flags
  21. README.md
  22. settings.gradle
  23. version.mk
README.md

Live TV

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:

  1. Enable the feature PackageManager.FEATURE_LIVE_TV.
  2. Put this project under Android platform repository if required.
  3. Include this package inside platform build.
  4. Build the platform. https://source.android.com/source/building.html

NOTE: This is a reference application and should not be used with further hardening.

Build just Live Tv

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