add usesClearTrafic in custom src

This commit is contained in:
Gouri Panda 2021-11-26 00:23:36 +05:30
parent 6eafaead44
commit fe5b655dae

View File

@ -10,12 +10,12 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
tools:targetApi="m">
<activity
android:name=".main.CustomMainActivity"
android:configChanges="orientation|keyboardHidden|screenSize|locale"
android:theme="@style/KiwixTheme.Launcher"
android:label="@string/app_name"
android:windowSoftInputMode="adjustPan">
<meta-data