summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-12-06 12:19:36 -0800
committerDaniel Cashman <dcashman@google.com>2014-01-04 01:03:26 +0000
commit14b74c3c20e06cb69b4b624c3ebb9b72bb14090d (patch)
tree337e3028c063145a3ba142a23f27cc5837f5da2b
parent7dc55aab7b1e53f784ffc75d1e7e28c0ee42bb0c (diff)
downloadandroid_packages_apps_Bluetooth-14b74c3c20e06cb69b4b624c3ebb9b72bb14090d.tar.gz
android_packages_apps_Bluetooth-14b74c3c20e06cb69b4b624c3ebb9b72bb14090d.tar.bz2
android_packages_apps_Bluetooth-14b74c3c20e06cb69b4b624c3ebb9b72bb14090d.zip
Use pathPrefix filter instead of path for /btopp content
path is doing a full path match. It did not guard /btopp/ also fix a minor problem in tests/AndroidManifest.xml bug 11148516 Change-Id: I8f4a614f999e643e8ae122baf0bf898b2b3008d5 Conflicts: tests/AndroidManifest.xml
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4a363dd57..0c9857d44 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,7 +64,7 @@
android:exported="true"
android:process="@string/process">
<path-permission
- android:path="/btopp"
+ android:pathPrefix="/btopp"
android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
</provider>
<service