Last change
on this file since 2576 was
2576,
checked in by sam, 9 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
|
Rev | Line | |
---|
[720] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
---|
[2576] | 3 | package="net.lolengine" |
---|
[720] | 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" |
---|
[721] | 9 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" |
---|
| 10 | android:label="@string/app_name" |
---|
| 11 | android:launchMode="singleTask"> |
---|
[720] | 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> |
---|
[834] | 18 | <uses-sdk android:minSdkVersion="8" /> |
---|
[720] | 19 | </manifest> |
---|
Note: See
TracBrowser
for help on using the repository browser.