説明なし
選択できるのは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>