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, 14 insertions, 0 deletions
diff --git a/testapps/testProjectTest/app/AndroidManifest.xml b/testapps/testProjectTest/app/AndroidManifest.xml
new file mode 100644
index 000000000..41e6b82bd
--- /dev/null
+++ b/testapps/testProjectTest/app/AndroidManifest.xml
@@ -0,0 +1,14 @@
+<?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