Commit 3d20fd59 by olly Committed by Oliver Woodman

Add ACCESS_NETWORK_STATE permission to core module

When common was split from core, this permission was moved
to common. However both modules need it.

PiperOrigin-RevId: 295690886
parent 43d4ee9a
Showing with 4 additions and 1 deletions
...@@ -14,4 +14,7 @@ ...@@ -14,4 +14,7 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="com.google.android.exoplayer2.core" /> <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.exoplayer2.core">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</manifest>
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