aboutsummaryrefslogtreecommitdiff
path: root/testapps/aidlTest/libWithAidl/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/aidlTest/libWithAidl/AndroidManifest.xml')
-rw-r--r--testapps/aidlTest/libWithAidl/AndroidManifest.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/testapps/aidlTest/libWithAidl/AndroidManifest.xml b/testapps/aidlTest/libWithAidl/AndroidManifest.xml
deleted file mode 100644
index d1d75dde0..000000000
--- a/testapps/aidlTest/libWithAidl/AndroidManifest.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.tests.aidl.lib"
- 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