Disable OPA edge flash animation

Disable OPA edge flash animation by default.
Disable OPA home button circle animation by default.
Same changes are submitted on master branch already.
Test: Verified changes on Pixel2 XL device

Change-Id: Id5607e1c273cddb760adc5d01d41da0529a7add9

Bug:131767021
This commit is contained in:
jschung
2019-05-08 11:11:59 +09:00
committed by Rafi Ahmad
parent 7d35c0d901
commit fc5e15c622
2 changed files with 2 additions and 2 deletions

View File

@@ -3433,7 +3433,7 @@
<!-- Flag indicating whether the assist disclosure can be disabled using
ASSIST_DISCLOSURE_ENABLED. -->
<bool name="config_allowDisablingAssistDisclosure">false</bool>
<bool name="config_allowDisablingAssistDisclosure">true</bool>
<!-- True if the device supports system navigation keys. -->
<bool name="config_supportSystemNavigationKeys">false</bool>

View File

@@ -167,7 +167,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
}
protected boolean shouldShowOrb() {
return true;
return false;
}
public void startAssist(Bundle args) {