2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Add AndroidManifest.xml

This commit is contained in:
ChrisDill 2023-09-05 08:41:13 +01:00
parent fda911da8f
commit e0dd8ece0f

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:allowBackup="true" android:icon="@mipmap/appicon"
android:label="@string/app_name" android:roundIcon="@mipmap/appicon_round"
android:supportsRtl="true">
</application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>