/[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 480 by torben, Wed Oct 28 08:41:19 2009 UTC revision 481 by torben, Thu Oct 29 08:56:17 2009 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
2  <manifest xmlns:android="http://schemas.android.com/apk/res/android"  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3        package="dk.thoerup.traininfo"        package="dk.thoerup.traininfo"
4        android:versionCode="10"        android:versionCode="11"
5        android:versionName="0.4.1">        android:versionName="0.5">
6                
7      <application android:icon="@drawable/train" android:label="@string/app_name">      <application android:icon="@drawable/train" android:label="@string/app_name">
8          <activity android:name="StationList" android:label="@string/app_name">          <activity android:name="WelcomeScreen" android:label="@string/app_name">
9              <intent-filter>              <intent-filter>
10                  <action android:name="android.intent.action.MAIN" />                  <action android:name="android.intent.action.MAIN" />
11                  <category android:name="android.intent.category.LAUNCHER" />                  <category android:name="android.intent.category.LAUNCHER" />
12              </intent-filter>              </intent-filter>
13          </activity>          </activity>
14            <activity android:name="StationList"/>
15          <activity android:name="DepartureList"/>          <activity android:name="DepartureList"/>
16          <activity android:name="TimetableList"/>          <activity android:name="TimetableList"/>
17          <activity android:name=".stationmap.StationMapView"/>          <activity android:name=".stationmap.StationMapView"/>

Legend:
Removed from v.480  
changed lines
  Added in v.481

  ViewVC Help
Powered by ViewVC 1.1.20