]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / app / build / intermediates / manifests / full / debug / AndroidManifest.xml
diff --git a/mainActivity/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/mainActivity/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
new file mode 100644 (file)
index 0000000..5aea220
--- /dev/null
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.example.furt.myapplication" >
+
+    <uses-sdk
+        android:minSdkVersion="16"
+        android:targetSdkVersion="19" />
+
+    <uses-permission android:name="android.permission.INTERNET" />
+    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@drawable/def"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+        <activity
+            android:name="com.example.furt.myapplication.mainActivity"
+            android:label="@string/app_name" >
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+        <activity
+            android:name="com.example.furt.myapplication.DrawActivity"
+            android:configChanges="orientation|screenSize"
+            android:label="@string/app_name" >
+        </activity>
+
+        <service
+            android:name="com.example.furt.myapplication.MyService"
+            android:exported="false" />
+
+        <activity
+            android:name="com.example.furt.myapplication.download_page"
+            android:configChanges="orientation|screenSize" >
+            android:label="@string/listEs" >
+        </activity>
+        <activity
+            android:name="com.example.furt.myapplication.aggiornamento"
+            android:label="@string/app_name" >
+        </activity>
+        <activity
+            android:name="com.example.furt.myapplication.recuperaPass"
+            android:label="@string/app_name" >
+        </activity>
+    </application>
+
+</manifest>
\ No newline at end of file