Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
	package="nextrek.minstrek.jongleen"
	android:versionCode="4"
	android:versionName="1.3" >

	<uses-sdk
		android:minSdkVersion="7"
		android:targetSdkVersion="17" />

	<application
		android:allowBackup="true"
		android:icon="@drawable/ic_launcher"
		android:label="@string/app_name"
		android:theme="@style/AppTheme" >
		<activity
			android:name="nextrek.minstrek.activity.BookPageActivity"
			android:label="@string/app_name"
			android:screenOrientation="portrait"
			android:theme="@style/AppTheme" >
			<intent-filter>
				<action
					android:name="android.intent.action.MAIN" />

				<category
					android:name="android.intent.category.LAUNCHER" />
			</intent-filter>
		</activity>
		<activity
			android:name="nextrek.minstrek.activity.CreditsActivity"
			android:label="@string/app_name"
			android:screenOrientation="portrait"
			android:theme="@style/AppTheme" >
			<intent-filter>
				<action
					android:name="android.intent.action.MAIN" />
			</intent-filter>
		</activity>
	</application>

</manifest>

Commits for Nextrek/Android/Minstrek/JonGleen/AndroidManifest.xml

Diff revisions: vs.
Revision Author Commited Message
11 DRuega picture DRuega Mon 03 Jun, 2013 19:58:21 +0000

Allineamento repository con ultime modifiche