mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add disclaimer to stop people getting confused by the minSdkVersion.
Issue: #31
This commit is contained in:
parent
d465ab7029
commit
14048b013a
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
|
||||
<!--
|
||||
Important: ExoPlayerLib specifies a minSdkVersion of 9 because various components provided by
|
||||
the library may be of use on older devices. However, please note that the core video playback
|
||||
functionality provided by the library requires API level 16 or greater.
|
||||
-->
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Reference in a new issue