diff options
| author | Ray <raysan5@gmail.com> | 2016-06-06 20:46:06 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-06-06 20:46:06 +0200 |
| commit | 1c98e6b698b8002e0c6c769c6d9f23a6e15f3bdf (patch) | |
| tree | 0aba231bb77034cae38dc44e39d53b63197c6a2c /src_android/AndroidManifest.xml | |
| parent | 75a73d94171051037fcf670852877977d9251520 (diff) | |
| parent | 4dada3269374a82fa2c4a06bd29dfc0f37a64380 (diff) | |
| download | raylib-1c98e6b698b8002e0c6c769c6d9f23a6e15f3bdf.tar.gz raylib-1c98e6b698b8002e0c6c769c6d9f23a6e15f3bdf.zip | |
Merge pull request #125 from raysan5/develop
Develop branch integration
Diffstat (limited to 'src_android/AndroidManifest.xml')
| -rw-r--r-- | src_android/AndroidManifest.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src_android/AndroidManifest.xml b/src_android/AndroidManifest.xml deleted file mode 100644 index 8a940b24..00000000 --- a/src_android/AndroidManifest.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -* raylib Android -* -* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) -* -* Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com) -* ---> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.raysan5.raylib" - android:versionCode="1" - android:versionName="1.0" > - - <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" /> - <uses-feature android:glEsVersion="0x00020000" android:required="true" /> - - <application android:label="@string/app_name" android:icon="@drawable/icon" > - <activity android:name="raylib" android:label="@string/app_name"> - <!--android:screenOrientation="landscape" //Set at runtime --> - <meta-data android:name="android.app.lib_name" android:value="@string/app_name" /> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - </application> - -</manifest>
\ No newline at end of file |
