summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-12-06 12:19:36 -0800
committerdcashman <dcashman@google.com>2014-01-03 15:36:52 -0800
commitdeb7bdad8cbe0501d414fdec698387714837f927 (patch)
tree03ac9b8562cff7c0e68d1b847cfbeb59997c7d13
parent5cb59523d7d7e25c58bd99c100c50e49c78481ce (diff)
downloadandroid_packages_apps_Bluetooth-deb7bdad8cbe0501d414fdec698387714837f927.tar.gz
android_packages_apps_Bluetooth-deb7bdad8cbe0501d414fdec698387714837f927.tar.bz2
android_packages_apps_Bluetooth-deb7bdad8cbe0501d414fdec698387714837f927.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 735fabfd6..51bfbbf25 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,7 +43,7 @@
android:authorities="com.android.bluetooth.opp"
android:process="@string/process">
<path-permission
- android:path="/btopp"
+ android:pathPrefix="/btopp"
android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
</provider>
<service