Last change
on this file since 2576 was
2576,
checked in by sam, 10 years ago
|
build: big Android build system refactor; we now attempt to build
an apk for each project.
|
-
Property svn:mime-type set to
text/xml
|
File size:
821 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 | package="net.lolengine" |
---|
4 | android:versionCode="1" |
---|
5 | android:versionName="1.0"> |
---|
6 | <application android:label="@string/app_name" |
---|
7 | android:icon="@drawable/icon"> |
---|
8 | <activity android:name=".LolActivity" |
---|
9 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" |
---|
10 | android:label="@string/app_name" |
---|
11 | android:launchMode="singleTask"> |
---|
12 | <intent-filter> |
---|
13 | <action android:name="android.intent.action.MAIN" /> |
---|
14 | <category android:name="android.intent.category.LAUNCHER" /> |
---|
15 | </intent-filter> |
---|
16 | </activity> |
---|
17 | </application> |
---|
18 | <uses-sdk android:minSdkVersion="8" /> |
---|
19 | </manifest> |
---|
Note: See
TracBrowser
for help on using the repository browser.