diff options
| author | The Fuzzy Riolu <[email protected]> | 2018-03-12 11:52:38 -0400 |
|---|---|---|
| committer | The Fuzzy Riolu <[email protected]> | 2018-03-12 12:02:33 -0400 |
| commit | 40d01342d00c57dce5069e53a455db048a2967d5 (patch) | |
| tree | 99e64bed61317a564253e456e2aa45fba3c0c6ec /WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml | |
| parent | cdb0da6c34228a4034dbe179dc268aaded532619 (diff) | |
| download | shiftos-pong-master.tar.gz shiftos-pong-master.tar.bz2 shiftos-pong-master.zip | |
Diffstat (limited to 'WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml')
| -rw-r--r-- | WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml b/WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml new file mode 100644 index 0000000..2dfbb8d --- /dev/null +++ b/WatercolorGames.Pong/obj/Release/android/manifest/AndroidManifest.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WatercolorGames.Pong" android:versionCode="1" android:versionName="1.0" android:installLocation="auto"> + <!--suppress UsesMinSdkAttributes--> + <uses-sdk android:minSdkVersion="11" /> + <uses-permission android:name="android.permission.INTERNET" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <application android:label="WatercolorGames.Pong" android:name="android.app.Application" android:allowBackup="true" android:icon="@drawable/icon"> + <activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:label="WatercolorGames.Pong" android:launchMode="singleInstance" android:screenOrientation="fullUser" android:theme="@style/Theme.Splash" android:name="md5ba40d894fac23818a7eeecdb5217ef4b.Activity1"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + <provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="2147483647" android:authorities="WatercolorGames.Pong.mono.MonoRuntimeProvider.__mono_init__" /> + </application> +</manifest>
\ No newline at end of file |
