Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created September 2, 2024 12:43
Show Gist options
  • Save JoseAlcerreca/6fa6596b3d214b973c2b3df10c9b2cc9 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/6fa6596b3d214b973c2b3df10c9b2cc9 to your computer and use it in GitHub Desktop.
/* 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