Merge "Add config option to enable/disable pause workaround."

This commit is contained in:
Treehugger Robot
2017-08-14 16:29:04 +00:00
committed by Gerrit Code Review
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>