7be3fd486c | ||
---|---|---|
.. | ||
assets | ||
common | ||
jni | ||
libs | ||
material_res | ||
partner_support | ||
ratings | ||
res | ||
src/com/android/tv | ||
tests | ||
tuner | ||
.gitignore | ||
Android.bp | ||
AndroidManifest.xml | ||
OWNERS | ||
README.md | ||
build.gradle | ||
com.android.tv.xml | ||
gradle.properties | ||
lint-baseline.xml | ||
proguard.flags | ||
settings.gradle | ||
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:
- Enable the feature PackageManager.FEATURE_LIVE_TV.
- Put this project under Android platform repository if required.
- Include this package inside platform build.
- 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