We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4a430 commit 0ece615Copy full SHA for 0ece615
1 file changed
src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java
@@ -48,7 +48,7 @@ public static void beforeClass() {
48
// Flutter driver mocking command requires adb_shell permission to set certain permissions
49
// to the AUT. This can be removed once the server logic is updated to use a different approach
50
// for setting the permission
51
- .withArgument(GeneralServerFlag.ALLOW_INSECURE, "adb_shell")
+ .withArgument(GeneralServerFlag.ALLOW_INSECURE, "*:adb_shell")
52
.build();
53
service.start();
54
}
0 commit comments