1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 20:31:48 +00:00
Files
samples/testing_app/android/app/src/profile/AndroidManifest.xml
2023-04-08 07:44:56 +10:00

9 lines
416 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.testing_app">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool 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>