• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

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