1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-09 13:09:03 +00:00
Files
flutter-examples/using_firebase_db/android/app/src/debug/AndroidManifest.xml
Nishant Srivastava adf717c1ce Fixed the package name to conform to standard in the repo
- replaced com.example with github.nisrulz
2019-10-13 02:46:54 +02:00

8 lines
340 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.nisrulz.using_firebase_db">
<!-- 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>