summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-01-15 12:15:14 -0800
committerMatthew Xie <mattx@google.com>2014-01-15 12:15:14 -0800
commitdc117dc785e09802aeaf8ca07f4a0333c4ff29b2 (patch)
tree36e5d7c6cca28e5a8a437159a0dc4fdcea71014a /tests
parent0e174f7db75082af983df79717bc9ea26e8650e6 (diff)
downloadandroid_packages_apps_Bluetooth-dc117dc785e09802aeaf8ca07f4a0333c4ff29b2.tar.gz
android_packages_apps_Bluetooth-dc117dc785e09802aeaf8ca07f4a0333c4ff29b2.tar.bz2
android_packages_apps_Bluetooth-dc117dc785e09802aeaf8ca07f4a0333c4ff29b2.zip
Use pathPrefix filter instead of path for /btopp content
Update tests/AndroidManifest.xml to match the filter of the main app Change-Id: Ife4278f34a588f77f6b00bd3f06aa69c6c83ac7a
Diffstat (limited to 'tests')
-rwxr-xr-xtests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index c022b22cc..3ab9f792c 100755
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -51,7 +51,7 @@
<uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
<uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE" />
<path-permission
- android:path="/btopp"
+ android:pathPrefix="/btopp"
android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
</application>
<!--