Files
flutter-samples/packages/stream_chat_v1/android/app/src/debug/AndroidManifest.xml
T
kanatandkanat 1b874001fe init firebase
2023-05-05 13:39:12 -07:00

12 lines
442 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.example">
<!-- 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"/>
<application android:usesCleartextTraffic="true">
<!-- possibly other elements -->
</application>
</manifest>