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

Commit 338026f5 authored by Tony Mantler's avatar Tony Mantler Committed by Android (Google) Code Review
Browse files

Merge "Check NAVIGATION_NONAV in ActivityManagerService"

parents 2502f1d4 843ce5b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16328,7 +16328,8 @@ public final class ActivityManagerService extends ActivityManagerNative
     */
    private static final boolean shouldShowDialogs(Configuration config) {
        return !(config.keyboard == Configuration.KEYBOARD_NOKEYS
                && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH);
                && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH
                && config.navigation == Configuration.NAVIGATION_NONAV);
    }
    /**