暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

AndroidManifest.xml 411B

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