Skip to content

Commit

Permalink
shoud fix the HTTP clear text call
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvek authored Jan 15, 2024
1 parent 7d6f028 commit 7afa5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar">
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:usesCleartextTraffic="true">
<activity android:name=".devices.DevicesActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down

0 comments on commit 7afa5be

Please sign in to comment.