Skip to content

Commit

Permalink
add android:usesCleartextTraffic="true"
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 18, 2024
1 parent 6eeb4fe commit 09c2ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
Expand All @@ -11,6 +12,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.NativebrikAndroid"
android:enableOnBackInvokedCallback="true"
tools:targetApi="31">
Expand Down

0 comments on commit 09c2ec8

Please sign in to comment.