aboutsummaryrefslogtreecommitdiff
path: root/testapps/testProjectTest/app/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testProjectTest/app/AndroidManifest.xml')
-rw-r--r--testapps/testProjectTest/app/AndroidManifest.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/testapps/testProjectTest/app/AndroidManifest.xml b/testapps/testProjectTest/app/AndroidManifest.xml
deleted file mode 100644
index 41e6b82bd..000000000
--- a/testapps/testProjectTest/app/AndroidManifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.tests.testprojecttest.app"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk android:minSdkVersion="15" />
-
- <application
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name" >
- </application>
-
-</manifest> \ No newline at end of file