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

Commit 843ce5b2 authored by Tony Mantler's avatar Tony Mantler
Browse files

Check NAVIGATION_NONAV in ActivityManagerService

b/18733457

Change-Id: I12b4d1da3564129a445882025575d759fc80d6d2
parent 39f273b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16306,7 +16306,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);
    }
    /**