Add config option to enable/disable pause workaround.

Test: Manual/unit
Bug: 35304446
Merged-In: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
Change-Id: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
This commit is contained in:
Tyler Gunn
2017-05-15 11:43:25 -07:00
parent c06dbc114f
commit 2200dac1ad
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>