Skip to content
Snippets Groups Projects

Master

Merged Ambroise Gallé requested to merge master into main
167 files
+ 20894
0
Compare changes
  • Side-by-side
  • Inline
Files
167
 
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
 
<!-- The INTERNET permission is required for development. Specifically,
 
the Flutter tool 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>
Loading