Last change
on this file since 720 was
720,
checked in by sam, 11 years ago
|
android: add the whole Android project; will clean up later.
|
-
Property svn:mime-type set to
text/xml
|
File size:
698 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 | package="org.zoy.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:label="@string/app_name"> |
---|
10 | <intent-filter> |
---|
11 | <action android:name="android.intent.action.MAIN" /> |
---|
12 | <category android:name="android.intent.category.LAUNCHER" /> |
---|
13 | </intent-filter> |
---|
14 | </activity> |
---|
15 | </application> |
---|
16 | <uses-sdk android:minSdkVersion="7" /> |
---|
17 | </manifest> |
---|
Note: See
TracBrowser
for help on using the repository browser.