Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 22-Nov-2023 | - | 391 | 312 | ||
common/ | 22-Nov-2023 | - | 6,189 | 3,136 | ||
res/ | 22-Nov-2023 | - | 33,649 | 24,533 | ||
src/com/android/ | 22-Nov-2023 | - | 47,395 | 34,091 | ||
tests/ | 22-Nov-2023 | - | 10,944 | 7,082 | ||
usbtuner/ | 22-Nov-2023 | - | 28,337 | 21,103 | ||
.git | D | 01-Jan-1970 | 0 | |||
.gitignore | D | 22-Nov-2023 | 163 | 20 | 17 | |
Android.mk | D | 22-Nov-2023 | 2 KiB | 68 | 35 | |
AndroidManifest.xml | D | 22-Nov-2023 | 9.8 KiB | 197 | 153 | |
LiveChannelsAndroidStyle.xml | D | 22-Nov-2023 | 13.9 KiB | 280 | 264 | |
open_source_project.LICENSE | D | 22-Nov-2023 | 11.1 KiB | 203 | 169 | |
open_source_project.README | D | 22-Nov-2023 | 573 | 14 | 11 | |
proguard.flags | D | 22-Nov-2023 | 1.8 KiB | 53 | 47 | |
version.mk | D | 22-Nov-2023 | 4.1 KiB | 115 | 42 |
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