OSDN Git Service

Add config option to enable/disable pause workaround.
authorTyler Gunn <tgunn@google.com>
Mon, 15 May 2017 18:43:25 +0000 (11:43 -0700)
committerTyler Gunn <tgunn@google.com>
Mon, 14 Aug 2017 15:06:42 +0000 (08:06 -0700)
Test: Manual/unit
Bug: 35304446
Merged-In: I9a0c73ce62812a87e30d9759a0d205ffa282caf2
Change-Id: I9a0c73ce62812a87e30d9759a0d205ffa282caf2

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index af78669..78ffb5b 100644 (file)
 
     <!-- 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>
index c53093f..4bf5043 100644 (file)
   <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>