mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-13 20:01:34 +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:icon="@drawable/icon"
|
||||
android:theme="@style/AppLightTranslucent"
|
||||
android:label="@string/app_name">
|
||||
android:label="@string/app_name"
|
||||
android:usesCleartextTraffic="true" >
|
||||
|
||||
<activity
|
||||
android:name="net.pierrox.lightning_launcher.activities.Dashboard"
|
||||
|
|
Loading…
Reference in a new issue