Skip to content

Commit

Permalink
chore(Android): Update ADB testing documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Aug 31, 2024
1 parent 7449357 commit f3c7252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/README_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ adb shell am start -a android.intent.action.VIEW \
-d "sample://open.my.app/#/book/hello-world"
```

When using ADB for testing, all special characters have to be escaped. [More info](https://stackoverflow.com/a/35645448/5498788).

For App Links, you can also test it from Android Studio: [Documentation](https://developer.android.com/studio/write/app-link-indexing#testindent).

Android 13 and beyond:
Expand Down

0 comments on commit f3c7252

Please sign in to comment.