aboutsummaryrefslogtreecommitdiff
path: root/testapps/customViewTest/libWithCustomView/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/customViewTest/libWithCustomView/AndroidManifest.xml')
-rw-r--r--testapps/customViewTest/libWithCustomView/AndroidManifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/testapps/customViewTest/libWithCustomView/AndroidManifest.xml b/testapps/customViewTest/libWithCustomView/AndroidManifest.xml
new file mode 100644
index 000000000..89cff95c0
--- /dev/null
+++ b/testapps/customViewTest/libWithCustomView/AndroidManifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.tests.libwithcustom"
+ android:versionCode="1"
+ android:versionName="1.0" >
+
+ <permission
+ android:name="com.foo.mypermission"
+ android:description="@string/app_name"
+ android:label="@string/app_name" >
+ </permission>
+ <permission
+ android:name="com.foo.mypermission2"
+ android:description="@string/app_name"
+ android:label="@string/app_name" >
+ </permission>
+
+</manifest> \ No newline at end of file