AndroidManifest.xml 410 B

12345678
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.example.fuwei">
  3. <!-- The INTERNET permission is required for development. Specifically,
  4. the Flutter tool needs it to communicate with the running application
  5. to allow setting breakpoints, to provide hot reload, etc.
  6. -->
  7. <uses-permission android:name="android.permission.INTERNET"/>
  8. </manifest>