This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
comptaplan_app/android/app/src/debug/AndroidManifest.xml
cghislai 62924098d2
All checks were successful
gestemps/comptaplanapp/pipeline/head This commit looks good
Fix
2021-11-28 00:49:04 +01:00

8 lines
322 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="comptaplan.app">
<!-- 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>