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

Commit 9f61500b authored by Jusik Chung's avatar Jusik Chung Committed by Android (Google) Code Review
Browse files

Merge "Disable OPA edge flash animation"

parents c15d583a 2b952914
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) {