Home | History | Annotate | only in /packages/apps/TV
Up to higher level directory
NameDateSize
Android.mk21-Aug-20183.1K
AndroidManifest.xml21-Aug-201815.2K
assets/21-Aug-2018
common/21-Aug-2018
jni/21-Aug-2018
libs/21-Aug-2018
open_source_project.LICENSE21-Aug-201811.1K
open_source_project.README21-Aug-2018573
OWNERS21-Aug-201838
partner_support/21-Aug-2018
proguard.flags21-Aug-20182.6K
res/21-Aug-2018
ResourceManifest.xml21-Aug-2018928
src/21-Aug-2018
tests/21-Aug-2018
tuner/21-Aug-2018
version.mk21-Aug-20184.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