Add AndroidManifest.xml
This commit is contained in:
parent
fda911da8f
commit
e0dd8ece0f
1 changed files with 8 additions and 0 deletions
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…
Reference in a new issue