rsflutterapp

Bahnhofsfoto-App for Android and iOS using Flutter
git clone git://archive.git.mtrnord.blog/MTRNord/rsflutterapp.git
Log | Files | Refs | README

AndroidManifest.xml (574B)


      1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      2     package="de.bahnhoefe.deutschlands.bahnhofsfotos">
      3     <!-- Flutter needs it to communicate with the running application
      4          to allow setting breakpoints, to provide hot reload, etc.
      5     -->
      6     <uses-permission android:name="android.permission.INTERNET"/>
      7 
      8     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
      9     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
     10     <uses-permission android:name="android.permission.CAMERA" />
     11 </manifest>