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

8 lines
327 B
XML
Raw Normal View History

2021-09-29 23:57:09 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2023-02-11 01:26:33 +00:00
package="opensource.pikapika">
2021-09-29 23:57:09 +00:00
<!-- 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>