usesCleartextTraffic

RizbIT

Member
I just wanted to check is there anything wrong with adding this to the 'Inject To Android Manifest Application' section?

Code:
<activity  android:usesCleartextTraffic="true" android:name=".WebViewEmbed" android:theme="@android:style/Theme.Translucent"/>
The reason is that in Android Pie (API 29) default value of usesCleartextTraffic is false
 

RizbIT

Member
Is it actually possible to inject in the application tag itself (as opposed to the application section ) inthe manifest, under Android options

 
Top