summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-01-13 12:38:07 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-13 12:38:07 -0800
commit8e13dea5f919737738db6e38c56cc83f43a7d555 (patch)
tree5f77a06b2d6fa3f17629b29524802f1eebee70c2
parentfa5a6affffb0efe6c41ea44499b0e9b619bee161 (diff)
parentfdcf402834c3f108a085a9c9b2f3be4848174f3b (diff)
downloadandroid_packages_apps_Bluetooth-8e13dea5f919737738db6e38c56cc83f43a7d555.tar.gz
android_packages_apps_Bluetooth-8e13dea5f919737738db6e38c56cc83f43a7d555.tar.bz2
android_packages_apps_Bluetooth-8e13dea5f919737738db6e38c56cc83f43a7d555.zip
am fdcf4028: am a162ec5d: am deb7bdad: Use pathPrefix filter instead of path for /btopp content
* commit 'fdcf402834c3f108a085a9c9b2f3be4848174f3b': Use pathPrefix filter instead of path for /btopp content
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f4c0d3b3f..4a061b83e 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