mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-15 03:40:49 +01:00
usesCleartextTraffic=true on main app
This commit is contained in:
parent
5060a2a1d8
commit
0bb0b6e0a5
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
android:name="net.pierrox.lightning_launcher.${app_name}"
|
android:name="net.pierrox.lightning_launcher.${app_name}"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:theme="@style/AppLightTranslucent"
|
android:theme="@style/AppLightTranslucent"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name"
|
||||||
|
android:usesCleartextTraffic="true" >
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="net.pierrox.lightning_launcher.activities.Dashboard"
|
android:name="net.pierrox.lightning_launcher.activities.Dashboard"
|
||||||
|
|
Loading…
Reference in a new issue