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

Commit 36318f14 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Add config for enabling HFP Connection Service.

am: 25568eba

* commit '25568eba':
  Add config for enabling HFP Connection Service.

Change-Id: I3a8b988dd1ce7b6df5459cc657239b41ff7750e7
parents 5a64767b 25568eba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@
            android:process="@string/process"
            android:name=".hfpclient.connserv.HfpClientConnectionService"
            android:permission="android.permission.BIND_CONNECTION_SERVICE"
            android:enabled="@bool/profile_supported_hfpclient">
            android:enabled="@bool/hfp_client_connection_service_enabled">
            <intent-filter>
                <!-- Mechanism for Telecom stack to connect -->
                <action android:name="android.telecom.ConnectionService" />
+3 −0
Original line number Diff line number Diff line
@@ -52,4 +52,7 @@

    <!-- For A2DP sink ducking volume feature. -->
    <integer name="a2dp_sink_duck_percent">25</integer>

    <!-- For enabling the hfp client connection service -->
    <bool name="hfp_client_connection_service_enabled">false</bool>
</resources>