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:
@@ -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>
|
||||
|
||||
@@ -167,7 +167,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
|
||||
}
|
||||
|
||||
protected boolean shouldShowOrb() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void startAssist(Bundle args) {
|
||||
|
||||
Reference in New Issue
Block a user