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:
aquilescanta 2016-01-22 07:01:33 -08:00 committed by Oliver Woodman
parent da2752137b
commit a8a9e0de2a

View file

@ -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