1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-28 23:29:06 +02:00
MLEM/Demos.Android/AndroidManifest.xml

6 lines
245 B
XML

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