mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 18:22:11 +00:00
15 lines
879 B
XML
15 lines
879 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- The INTERNET permission is required for development. Specifically,
|
|
the Flutter tool 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" >
|
|
<!-- // https://github.com/juliansteenbakker/mobile_scanner/issues/553 -->
|
|
<meta-data android:name="firebase_performance_collection_deactivated" android:value="true" />
|
|
<!-- <service
|
|
android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService"
|
|
tools:node="remove">
|
|
</service> -->
|
|
</application>
|
|
</manifest>
|