Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api24/android/support/v7/media/ | 03-May-2024 | - | 26 | 8 | ||
dummy/ | 03-May-2024 | - | 2 | 0 | ||
jellybean/android/support/v7/media/ | 03-May-2024 | - | 443 | 335 | ||
jellybean-mr1/android/support/v7/media/ | 03-May-2024 | - | 184 | 125 | ||
jellybean-mr2/android/support/v7/media/ | 03-May-2024 | - | 45 | 23 | ||
res/ | 03-May-2024 | - | 4,584 | 2,627 | ||
src/ | 03-May-2024 | - | 14,529 | 7,909 | ||
.classpath | D | 03-May-2024 | 356 | 9 | 8 | |
.gitignore | D | 03-May-2024 | 23 | 5 | 4 | |
.project | D | 03-May-2024 | 833 | 34 | 33 | |
Android.mk | D | 03-May-2024 | 3.6 KiB | 92 | 54 | |
AndroidManifest.xml | D | 03-May-2024 | 865 | 21 | 6 | |
README.txt | D | 03-May-2024 | 412 | 11 | 7 | |
build.gradle | D | 03-May-2024 | 4 KiB | 118 | 98 | |
project.properties | D | 03-May-2024 | 584 | 16 | 14 |
README.txt
1Library Project including compatibility MediaRouter. 2 3This can be used by an Android project to provide 4access to MediaRouter on applications running on API 7+. 5 6There is technically no source, but the src folder is necessary 7to ensure that the build system works. The content is actually 8located in libs/android-support-v7-mediarouter.jar. 9The accompanying resources must also be included in the application. 10 11