Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="net.lolengine.lol_@PROGRAM@"
- android:versionCode="1"
- android:versionName="1.0">
- <application android:label="@string/app_name"
- android:icon="@drawable/icon">
- <activity android:name="net.lolengine.LolActivity"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
- android:screenOrientation="landscape"
- android:label="@string/app_name"
- android:launchMode="singleTask">
- <meta-data android:name="android.app.lib_name"
- android:value="@PROGRAM@" />
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
- <uses-sdk android:minSdkVersion="13" />
- </manifest>
|