summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2010-03-24 10:36:06 -0700
committerJaikumar Ganesh <jaikumar@google.com>2010-03-24 10:43:06 -0700
commit0bd5f7b5c36a60687ffe895368fd8df6df38acab (patch)
tree68ef30e92e48a4b9fcd2e7e495804ee0b0a274a9 /AndroidManifest_test.xml
parent20b5a93b6e18cd441065edfdf676ad612affc507 (diff)
downloadandroid_packages_apps_Bluetooth-0bd5f7b5c36a60687ffe895368fd8df6df38acab.tar.gz
android_packages_apps_Bluetooth-0bd5f7b5c36a60687ffe895368fd8df6df38acab.tar.bz2
android_packages_apps_Bluetooth-0bd5f7b5c36a60687ffe895368fd8df6df38acab.zip
Fix pbap and opp running bluetooth in phone process problems.
1. Use the right context instead of application context. 2. Make PbapActivity run in the same process as PbapService as they share state. Change-Id: Ib50c63c271dd8b30108f22734c47ee8645cd4839
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 593682cc6..de55b5f46 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -84,6 +84,7 @@
</intent-filter>
</activity>
<activity android:name=".pbap.BluetoothPbapActivity"
+ android:process="@string/process"
android:label=" "
android:theme="@*android:style/Theme.Dialog.Alert">
<intent-filter>