mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Removed the usesCleartextTraffic from our manifest
This commit is contained in:
parent
15760953d9
commit
d572af4fcd
@ -6,7 +6,6 @@
|
|||||||
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
||||||
-->
|
-->
|
||||||
<application
|
<application
|
||||||
android:forceQueryable="true"
|
android:forceQueryable="true" />
|
||||||
android:usesCleartextTraffic="true"/>
|
|
||||||
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/KiwixTheme"
|
android:theme="@style/KiwixTheme"
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
tools:targetApi="tiramisu">
|
tools:targetApi="tiramisu">
|
||||||
|
|
||||||
<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
|
<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
||||||
-->
|
-->
|
||||||
<application
|
<application
|
||||||
android:forceQueryable="true"
|
android:forceQueryable="true" />
|
||||||
android:usesCleartextTraffic="true" />
|
|
||||||
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user