You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ Start URI that may take users directly to the specific content in the app. Read
431
431
Name | Type | Required | Description | Example
432
432
--- | --- | --- | --- | ---
433
433
url | string | yes | The URL to start | theapp://login/
434
-
package | string | yes | The name of the package to start the URI with | 'com.mycompany'
434
+
package | string | no | The name of the package to start the URI with. This argument was required previously but became optional since version 3.9.3 | 'com.mycompany'
435
435
waitForLaunch | boolean | no | If `false` then ADB won't wait for the started activity to return the control. `true` by default | false
0 commit comments