Home | History | Annotate | only in /packages/apps/TV
Up to higher level directory
NameDateSize
.gitignore05-Oct-2017163
Android.mk05-Oct-20173.2K
AndroidManifest.xml05-Oct-201712.2K
assets/05-Oct-2017
common/05-Oct-2017
icu/05-Oct-2017
jni/05-Oct-2017
libs/05-Oct-2017
LiveChannelsAndroidStyle.xml05-Oct-201713.9K
open_source_project.LICENSE05-Oct-201711.1K
open_source_project.README05-Oct-2017573
proguard.flags05-Oct-20171.9K
proto/05-Oct-2017
res/05-Oct-2017
src/05-Oct-2017
tests/05-Oct-2017
usbtuner-res/05-Oct-2017
version.mk05-Oct-20174.3K

open_source_project.README

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