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

Commit 2b952914 authored by jschung's avatar jschung
Browse files

Disable OPA edge flash animation

Disable OPA edge flash animation by default.
Disable OPA home button circle animation by default.
Test: Verified changes on Pixel2 XL device
Change-Id: I3aa7f563e31c72b13b041a624982d91a5df57401
parent 2c36876b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3426,7 +3426,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
@@ -164,7 +164,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
    }

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

    public void startAssist(Bundle args) {