SDL3-CS/SDL3-CS.Tests.Android/AndroidManifest.xml

7 lines
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:allowBackup="true" android:supportsRtl="true">
</application>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>