]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/bin/AndroidManifest.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / bin / AndroidManifest.xml
diff --git a/mainActivity/bin/AndroidManifest.xml b/mainActivity/bin/AndroidManifest.xml
deleted file mode 100644 (file)
index b9b6088..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?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" />
-    <application
-        android:allowBackup="true"
-        android:icon="@drawable/def"
-        android:label="@string/app_name"
-        android:theme="@style/AppTheme" >
-        <activity
-            android:name=".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=".DrawActivity"
-            android:label="@string/app_name"
-            android:configChanges="orientation|screenSize">
-
-        </activity>
-        <service
-            android:name=".MyService"
-            android:exported="false"/>
-        <activity
-            android:name=".download_page"
-            android:configChanges="orientation|screenSize">
-            android:label="@string/listEs" >
-        </activity>
-        <activity
-            android:name=".aggiornamento"
-            android:label="@string/app_name" >
-        </activity>
-        <activity
-            android:name=".recuperaPass"
-            android:label="@string/app_name" >
-        </activity>
-    </application>
-    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
-    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
-</manifest>