公告板
版本库
filestore
活动
搜索
登录
main
/
codegenerator
代码自动化平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
flutter模板
admin
2022-01-20
d8ef9a783b9e0b2a495f02fdf3daaf27ef49e99d
[codegenerator.git]
/
src
/
main
/
resources
/
code
/
flutter
/
android
/
app
/
src
/
debug
/
AndroidManifest.xml
1
2
3
4
5
6
7
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.hanju">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>