<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.myapp"
android:versionName="1.0" >
android:minSdkVersion="11"
android:targetSdkVersion="21" />
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/MyTheme" >
android:screenOrientation="portrait"
android:label="@string/app_name" >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<activity android:name=".Settings"
android:screenOrientation="portrait"
android:parentActivityName=".Main">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="file" />
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.fr" />
android:name="android.support.PARENT_ACTIVITY"
<activity android:name=".Archivio"
android:screenOrientation="portrait"
android:parentActivityName=".Main">
android:name="android.support.PARENT_ACTIVITY"
<activity android:name=".Info"
android:screenOrientation="portrait"
android:icon="@drawable/ic_action_about"
android:parentActivityName=".Main">
android:name="android.support.PARENT_ACTIVITY"
<activity android:name=".Training"
android:label="Allenamento"
android:screenOrientation="portrait"
android:parentActivityName=".Archivio">
android:name="android.support.PARENT_ACTIVITY"
<activity android:name=".Grafico"
android:label="Allenamento"
android:screenOrientation="portrait"
android:parentActivityName=".Archivio">
android:name="android.support.PARENT_ACTIVITY"
<activity android:name=".GpsTest"
android:screenOrientation="portrait"
android:label="@string/stringGPS" >
<service android:name=".LocationLoggerService">
android:name="android.permission.ACCESS_FINE_LOCAT ION" />