From 6a148f10d0e26eef9f94e08ac3f1897ce8983bfa Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Fri, 14 May 2010 15:00:28 -0700 Subject: [PATCH] Run Bluetooth Opp activities in the phone process. There were just too much shared code between the classes - we cannot have them in 2 different process - it can work sometimes and will fail sometimes depending on the ordering of processes. Rework involves a lot of code change at this point of time. Bug: 2684281 Change-Id: I76784650c5f635c1e961392b682c1d33fc2f343f --- AndroidManifest.xml | 8 ++++++++ AndroidManifest_test.xml | 17 ++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fabdf02b..58e0ebc1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -44,6 +44,7 @@ @@ -75,26 +76,32 @@ @@ -103,6 +110,7 @@ diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml index de55b5f4..0115724a 100644 --- a/AndroidManifest_test.xml +++ b/AndroidManifest_test.xml @@ -45,6 +45,7 @@ @@ -66,17 +67,23 @@ - + - + - + android:theme="@android:style/Theme.Dialog"> - + - + -- 2.11.0