mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Removed permissions from the library manifest
Fixes: #1176 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112781092
This commit is contained in:
parent
da2752137b
commit
a8a9e0de2a
1 changed files with 0 additions and 7 deletions
|
|
@ -17,13 +17,6 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.exoplayer">
|
||||
|
||||
<!-- For streaming media over the network. -->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<!-- For reading media from external storage. -->
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<!-- For writing media to external storage. -->
|
||||
<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
|
||||
|
|
|
|||
Loading…
Reference in a new issue