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

10 wiersze
501 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"
2023-01-20 03:37:00 +00:00
package="social.myportal.relatica">
2022-11-03 03:25:29 +00:00
<!-- 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"/>
2023-01-20 03:37:00 +00:00
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
2022-11-03 03:25:29 +00:00
</manifest>