languages

A collection of programs made with different programming languages.
git clone git://evanalba.com/languages
Log | Files | Refs

AndroidManifest.xml (378B)


      1 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
      2     <!-- The INTERNET permission is required for development. Specifically,
      3          the Flutter tool 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 </manifest>