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

Commit 2200dac1 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Add config option to enable/disable pause workaround.

Test: Manual/unit
Bug: 35304446
Merged-In: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
Change-Id: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
parent c06dbc11
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>