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