1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-03-22 14:37:57 +00:00
Files
flutter-examples/using_listwheelscrollview/android/app/src/debug/AndroidManifest.xml
2021-07-25 20:59:50 +02:00

8 lines
354 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.nisrulz.usinglistwheelscrollview">
<!-- 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>