summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2015-10-26 17:01:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-26 17:01:35 +0000
commit4a894feccc7066b1f4b3c7b0eec61dc69d474d6f (patch)
treed031398d2d40dd607532fb3f35447fbd7584576d
parentec7a8e91415bc247c37e9d896e61aadd42bb1884 (diff)
parent65842bfe88b3d91060cd05446024f14061524dcd (diff)
downloadandroid_packages_apps_Bluetooth-4a894feccc7066b1f4b3c7b0eec61dc69d474d6f.tar.gz
android_packages_apps_Bluetooth-4a894feccc7066b1f4b3c7b0eec61dc69d474d6f.tar.bz2
android_packages_apps_Bluetooth-4a894feccc7066b1f4b3c7b0eec61dc69d474d6f.zip
Remove receiver status foreground flag
am: 65842bfe88 * commit '65842bfe88b3d91060cd05446024f14061524dcd': Remove receiver status foreground flag
-rw-r--r--src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java b/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java
index bc1833901..f9cadabe9 100644
--- a/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java
+++ b/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java
@@ -2246,7 +2246,6 @@ final class HeadsetClientStateMachine extends StateMachine {
intent.putExtra(BluetoothProfile.EXTRA_STATE, newState);
if (newState == BluetoothHeadsetClient.STATE_AUDIO_CONNECTED) {
- intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
intent.putExtra(BluetoothHeadsetClient.EXTRA_AUDIO_WBS, mAudioWbs);
}