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

Commit fc5e15c6 authored by jschung's avatar jschung Committed by Rafi Ahmad
Browse files

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
parent 7d35c0d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
    }

    protected boolean shouldShowOrb() {
        return true;
        return false;
    }

    public void startAssist(Bundle args) {