Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6c4baf5 authored by Deqiang Chen's avatar Deqiang Chen Committed by android-build-merger
Browse files

Merge "Remove CAPABILITY_MULTI_USER from Bluetooth phoneAccount" am:...

Merge "Remove CAPABILITY_MULTI_USER from Bluetooth phoneAccount" am: c18c577a am: 3e844589 am: b16b211d
am: c8ef97a7

Change-Id: Ife23df0a15acdadca6e81b9d73a450d8c59a7e01
parents 16e06edc c8ef97a7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -335,10 +335,6 @@ public class HfpClientConnectionService extends ConnectionService {
                .hfp_client_connection_service_support_emergency_call)) {
            // Need to have an emergency call capability to place emergency call
            capabilities |= PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS;
            // Emergency call is processed in user 0 context in multi-user setting
            // even if caller is from another user. Declare multi user
            // capability for the account to be chosen.
            capabilities |= PhoneAccount.CAPABILITY_MULTI_USER;
        }

        PhoneAccount account =