|
Last change
on this file since c3ad11c was 113d7cf, checked in by dportnoy <devnull@…>, 15 years ago |
|
Implemented saving/loading of the map and the units on it. Also did some package refactoring (renamed com.medievaltech.game to com.medievaltech.unit and moved some classes into com.medievaltech.advancewars)
|
-
Property mode
set to
100644
|
|
File size:
737 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|---|
| 3 | package="com.medievaltech.advancewars"
|
|---|
| 4 | android:versionCode="1"
|
|---|
| 5 | android:versionName="1.0">
|
|---|
| 6 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
|---|
| 7 | <application android:icon="@drawable/icon" android:label="@string/app_name">
|
|---|
| 8 | <activity android:name="Game"
|
|---|
| 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 |
|
|---|
| 16 | </application>
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | </manifest>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.