Add configuration to control appearance of long press power to assistant to symbols

The config.xml value needs to be added to symbols XML to be usable from application code. This was missed in ag/13929329.

Bug: 179175321
Bug: 182983853
Test: Configuration XML update only.
Change-Id: I769f2d167f2187681e429afb8eb264e7e7412149
This commit is contained in:
Jernej Virag
2021-03-23 15:15:25 +00:00
parent 720ebdc401
commit 136106845d

View File

@@ -431,6 +431,7 @@
<java-symbol type="integer" name="config_extraFreeKbytesAbsolute" />
<java-symbol type="integer" name="config_immersive_mode_confirmation_panic" />
<java-symbol type="integer" name="config_longPressOnPowerBehavior" />
<java-symbol type="bool" name="config_longPressOnPowerForAssistantSettingAvailable" />
<java-symbol type="integer" name="config_veryLongPressOnPowerBehavior" />
<java-symbol type="integer" name="config_veryLongPressTimeout" />
<java-symbol type="integer" name="config_longPressOnBackBehavior" />