Add config option to enable/disable pause workaround.
Test: Manual/unit Bug: 35304446 Merged-In: I9a0c73ce62812a87e30d9759a0d205ffa282caf2 Change-Id: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
This commit is contained in:
@@ -2783,4 +2783,8 @@
|
||||
|
||||
<!-- Package name of the default cell broadcast receiver -->
|
||||
<string name="config_defaultCellBroadcastReceiverPkg" translatable="false">com.android.cellbroadcastreceiver</string>
|
||||
<!-- When true, indicates that the vendor's IMS implementation requires a workaround when
|
||||
sending a request to enable or disable the camera while the video session is also
|
||||
paused. -->
|
||||
<bool name="config_useVideoPauseWorkaround">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -2795,4 +2795,5 @@
|
||||
<java-symbol type="string" name="etws_primary_default_message_test" />
|
||||
|
||||
<java-symbol type="string" name="etws_primary_default_message_others" />
|
||||
<java-symbol type="bool" name="config_useVideoPauseWorkaround" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user