/[projects]/android/TrainInfo/AndroidManifest.xml
ViewVC logotype

Diff of /android/TrainInfo/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1762 by torben, Thu Mar 15 19:48:09 2012 UTC revision 1763 by torben, Thu Mar 22 10:17:30 2012 UTC
# Line 4  Line 4 
4        android:installLocation="auto"        android:installLocation="auto"
5        android:versionCode="61" android:versionName="1.1.7">        android:versionCode="61" android:versionName="1.1.7">
6        <!-- non't never ever just bumb versionCode and not versionName - you can't differentiate between them if you do -->        <!-- non't never ever just bumb versionCode and not versionName - you can't differentiate between them if you do -->
7    
8        <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="3"/>
9                
10      <application android:icon="@drawable/train" android:label="@string/app_name">      <application android:icon="@drawable/train" android:label="@string/app_name">
11          <activity android:name="WelcomeScreen" android:label="@string/app_name">          <activity android:name="WelcomeScreen" android:label="@string/app_name">
# Line 47  Line 49 
49                  <uses-library android:name="com.google.android.maps" />                  <uses-library android:name="com.google.android.maps" />
50          </application>          </application>
51    
52      <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="3"/>  
53      <supports-screens android:smallScreens="true"      <supports-screens android:smallScreens="true"
54                                    android:normalScreens="true"                                    android:normalScreens="true"
55                                    android:largeScreens="true"                                    android:largeScreens="true"

Legend:
Removed from v.1762  
changed lines
  Added in v.1763

  ViewVC Help
Powered by ViewVC 1.1.20