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

Annotation of /android/TrainInfo/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 568 - (hide annotations) (download) (as text)
Fri Jan 29 05:44:09 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/xml
File size: 1456 byte(s)
Version 0.6.1 

Added stacktrace postback library
1 torben 237 <?xml version="1.0" encoding="utf-8"?>
2     <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="dk.thoerup.traininfo"
4 torben 568 android:versionName="0.6.1" android:versionCode="17">
5 torben 336
6 torben 237 <application android:icon="@drawable/train" android:label="@string/app_name">
7 torben 481 <activity android:name="WelcomeScreen" android:label="@string/app_name">
8 torben 237 <intent-filter>
9     <action android:name="android.intent.action.MAIN" />
10     <category android:name="android.intent.category.LAUNCHER" />
11     </intent-filter>
12     </activity>
13 torben 481 <activity android:name="StationList"/>
14 torben 336 <activity android:name="DepartureList"/>
15 torben 362 <activity android:name="TimetableList"/>
16 torben 368 <activity android:name=".stationmap.StationMapView"/>
17 torben 336
18 torben 368 <uses-library android:name="com.google.android.maps" />
19 torben 303 </application>
20 torben 544
21     <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
22     <supports-screens android:smallScreens="true"
23     android:normalScreens="true"
24     android:largeScreens="true"
25     android:anyDensity="true"/>
26    
27    
28 torben 237
29     <uses-permission android:name="android.permission.INTERNET"/>
30 torben 303 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
31 torben 368 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
32     <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>
33 torben 237 </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20