toolheim/mobile-app/android/app/src/profile/AndroidManifest.xml

10 lines
492 B
XML
Raw Normal View History

2019-06-24 00:53:43 +02:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2019-08-08 20:15:06 +02:00
package="net.aaronfischer.toolheim">
2019-06-24 00:53:43 +02: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"/>
2019-08-08 20:15:06 +02:00
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
2019-06-24 00:53:43 +02:00
</manifest>