Commit a8a9e0de by aquilescanta Committed by Oliver Woodman

Removed permissions from the library manifest

Fixes: #1176
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112781092
parent da275213
Showing 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment