Android Platform 11.0.0 Release 27 (RPM1.220718.022)
Snap for 6948038 from 3ff23786dad087ff7d80c090fe1048f7826f4aff to rvc-platform-release

Change-Id: I0df34c58f9cc88aa02c766658653276c954e04ed
tree: 4cebbe9f386841a3555a2b2ba26631277fac13b3
  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. OWNERS
  19. proguard.flags
  20. README.md
  21. settings.gradle
  22. 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