2019-11-25 14:50:21 +00:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-11-28 06:55:32 +00:00
|
|
|
package="com.ryanheise.just_audio_example">
|
2019-11-25 14:50:21 +00:00
|
|
|
<!-- Flutter needs it to communicate with the running application
|
|
|
|
to allow setting breakpoints, to provide hot reload, etc.
|
|
|
|
-->
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
|
</manifest>
|