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
This commit is contained in:
parent
43d4ee9a71
commit
3d20fd59c2
@ -14,4 +14,7 @@
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user