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:
parent
fda911da8f
commit
e0dd8ece0f
8
Examples.Android/AndroidManifest.xml
Normal file
8
Examples.Android/AndroidManifest.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user