Skip to content

Commit

Permalink
Add usesCleartextTraffic = True
Browse files Browse the repository at this point in the history
This will allow using HTTP urls which is handy for local Frigate streams
  • Loading branch information
desertblade authored Aug 20, 2022
1 parent 172f2e6 commit 5d66256
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 @@ -46,6 +46,7 @@
android:banner="@drawable/ic_banner"
android:icon="@drawable/ic_banner"
android:logo="@drawable/ic_banner"
android:usesCleartextTraffic="true"
android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand All @@ -54,4 +55,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 5d66256

Please sign in to comment.