remove the ACCESS_NETWORK_STATE permission, it came from ExoPlayer

This commit is contained in:
tibbi 2018-07-04 19:24:52 +02:00
parent e7c6178027
commit d42e0005b5
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
<uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE"
tools:node="remove"/>
<uses-sdk
tools:overrideLibrary="com.google.vr.widgets.common, com.google.vr.sdk.widgets.pano"/>