relatica/android/app/src/profile/AndroidManifest.xml

10 wiersze
502 B
XML
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="social.myportal.flutter_portal">
<!-- 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"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2022-11-03 03:25:29 +00:00
</manifest>