Loading android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading android/app/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
android/app/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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>