Catch exceptions for METHOD_ADD_COLUMN

PiperOrigin-RevId: 205467779
Change-Id: Ie9b3896ba659ceebacd388e79e4f95a44a47c3dd
1 file changed
tree: e60dcae4693be826c83b45b2c6a1b1a827e07f57
  1. assets/
  2. common/
  3. jni/
  4. libs/
  5. material_res/
  6. partner_support/
  7. res/
  8. src/
  9. tests/
  10. tuner/
  11. .gitignore
  12. Android.mk
  13. AndroidManifest.xml
  14. open_source_project.LICENSE
  15. open_source_project.README
  16. OWNERS
  17. proguard.flags
  18. README.md
  19. version.mk
README.md

Live Channels

Live TV is the Open Source reference application for watching TV on Android TVs.

Source

The source of truth is the 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.

  • *.mk
  • **/lib/*.*

AOSP instructions

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