暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 406B

12345678
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.icp.tower">
  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>