android13/packages/apps/TV
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
assets initial 2024-06-22 20:45:49 +08:00
common initial 2024-06-22 20:45:49 +08:00
jni initial 2024-06-22 20:45:49 +08:00
libs initial 2024-06-22 20:45:49 +08:00
material_res initial 2024-06-22 20:45:49 +08:00
partner_support initial 2024-06-22 20:45:49 +08:00
ratings initial 2024-06-22 20:45:49 +08:00
res initial 2024-06-22 20:45:49 +08:00
src/com/android/tv initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
tuner initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
AndroidManifest.xml initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
com.android.tv.xml initial 2024-06-22 20:45:49 +08:00
gradle.properties initial 2024-06-22 20:45:49 +08:00
lint-baseline.xml initial 2024-06-22 20:45:49 +08:00
proguard.flags initial 2024-06-22 20:45:49 +08:00
settings.gradle initial 2024-06-22 20:45:49 +08:00
version.mk initial 2024-06-22 20:45:49 +08:00

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