Changeset 113d7cf in advance-wars for AndroidManifest.xml


Ignore:
Timestamp:
May 9, 2011, 6:23:05 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
bdd63ba
Parents:
ae564dc
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AndroidManifest.xml

    rae564dc r113d7cf  
    44      android:versionCode="1"
    55      android:versionName="1.0">
     6<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
    67    <application android:icon="@drawable/icon" android:label="@string/app_name">
    7         <activity android:name=".Game"
     8        <activity android:name="Game"
    89                  android:label="@string/app_name">
    910            <intent-filter>
Note: See TracChangeset for help on using the changeset viewer.