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

Commit 39f9dd97 authored by Calvin On's avatar Calvin On Committed by Android (Google) Code Review
Browse files

Merge "Make CallMetadataSyncInCallService enable configurable" into main

parents 63a68a02 dff00522
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -8771,6 +8771,7 @@


        <service android:name="com.android.server.companion.datatransfer.contextsync.CallMetadataSyncInCallService"
        <service android:name="com.android.server.companion.datatransfer.contextsync.CallMetadataSyncInCallService"
                 android:permission="android.permission.BIND_INCALL_SERVICE"
                 android:permission="android.permission.BIND_INCALL_SERVICE"
                 android:enabled="@bool/config_enableContextSyncInCall"
                 android:exported="true">
                 android:exported="true">
            <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS"
            <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS"
                       android:value="true" />
                       android:value="true" />
+3 −0
Original line number Original line Diff line number Diff line
@@ -7051,6 +7051,9 @@
         event gets ignored. -->
         event gets ignored. -->
    <integer name="config_defaultMinEmergencyGestureTapDurationMillis">200</integer>
    <integer name="config_defaultMinEmergencyGestureTapDurationMillis">200</integer>


    <!-- Control whether to enable CallMetadataSyncInCallService. -->
    <bool name="config_enableContextSyncInCall">false</bool>

    <!-- Whether the system uses auto-suspend mode. -->
    <!-- Whether the system uses auto-suspend mode. -->
    <bool name="config_useAutoSuspend">true</bool>
    <bool name="config_useAutoSuspend">true</bool>
</resources>
</resources>