Clone this repo:
  1. 301f56a Merge Android 14 QPR3 to AOSP main by Xin Li · 6 weeks ago main master
  2. 879d9ff Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 3 months ago
  3. 53cbf88 Remove the redundant constructor. am: 2c66262808 by Ang Li · 3 months ago
  4. 2c66262 Remove the redundant constructor. by Ang Li · 3 months ago
  5. c26b554 Don't use androidx nodeps modules am: 95afaa013c by Colin Cross · 4 months ago

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