Created
September 2, 2024 12:43
-
-
Save JoseAlcerreca/6fa6596b3d214b973c2b3df10c9b2cc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2024 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 */ | |
UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()).apply { | |
executeShellCommand( | |
"cmd overlay enable-exclusive " + | |
"com.android.internal.systemui.navbar.gestural", // or .threebutton | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment