2022-06-27 09:51:30 +08:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="cn.com.motse.fengshui_compass">
|
2023-09-04 17:27:55 +08:00
|
|
|
<!-- The INTERNET permission is required for development. Specifically,
|
|
|
|
the Flutter tool needs it to communicate with the running application
|
2022-06-27 09:51:30 +08:00
|
|
|
to allow setting breakpoints, to provide hot reload, etc.
|
|
|
|
-->
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
|
</manifest>
|