author | Xeli |
Thu, 23 Jun 2011 21:33:04 +0200 | |
branch | hedgeroid |
changeset 5333 | c239cb473a3f |
parent 5323 | 0cb2d9e82369 |
child 5397 | 4ae1b082e4ba |
permissions | -rw-r--r-- |
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
5333
c239cb473a3f
Package name changed from org.libsdl.app to org.hedgewars
Xeli
parents:
5323
diff
changeset
|
3 |
package="org.hedgewars" |
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
4 |
android:versionCode="1" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
5 |
android:versionName="1.0"> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
6 |
<application android:label="@string/app_name" android:icon="@drawable/icon"> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
7 |
<activity android:name="SDLActivity" |
5323 | 8 |
android:label="@string/app_name" |
9 |
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" |
|
10 |
android:screenOrientation='landscape'> |
|
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
11 |
<intent-filter> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
12 |
<action android:name="android.intent.action.MAIN" /> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
13 |
<category android:name="android.intent.category.LAUNCHER" /> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
14 |
</intent-filter> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
15 |
</activity> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
16 |
</application> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
17 |
</manifest> |