Home | History | Annotate | only in /packages/apps/TV
Up to higher level directory
NameDateSize
.gitignore24-Aug-2016163
Android.mk24-Aug-20162K
AndroidManifest.xml24-Aug-20169.8K
assets/24-Aug-2016
common/24-Aug-2016
LiveChannelsAndroidStyle.xml24-Aug-201613.9K
open_source_project.LICENSE24-Aug-201611.1K
open_source_project.README24-Aug-2016573
proguard.flags24-Aug-20161.8K
res/24-Aug-2016
src/24-Aug-2016
tests/24-Aug-2016
usbtuner/24-Aug-2016
version.mk24-Aug-20164.1K

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