NameDateSize

..21-Dec-20174 KiB

.gitignore21-Dec-2017163

Android.mk21-Dec-20172 KiB

AndroidManifest.xml21-Dec-20179.8 KiB

assets/21-Dec-20174 KiB

common/21-Dec-20174 KiB

LiveChannelsAndroidStyle.xml21-Dec-201713.9 KiB

open_source_project.LICENSE21-Dec-201711.1 KiB

open_source_project.README21-Dec-2017573

proguard.flags21-Dec-20171.8 KiB

res/21-Dec-20174 KiB

src/21-Dec-20174 KiB

tests/21-Dec-20174 KiB

usbtuner/21-Dec-20174 KiB

version.mk21-Dec-20174.1 KiB

open_source_project.README

1Live TV is an application to provide TV watching experience through Android TV input framework.
2
3Live TV is a system app for Android TV. It should be compiled with Android TV platform.
4
5How to build:
61. Download AOSP (equal or above L version).
7   https://source.android.com/source/building.html
8   (Developers using PDK can skip the step 1.)
92. Enable the feature PackageManager.FEATURE_LIVE_TV.
103. Put this project under Android platform repository.
114. Include this package inside platform build.
125. Build the platform.
13   https://source.android.com/source/building.html
14