Pathpattern ((link)) - Android
| Symbol | Meaning | |--------|---------| | * | Matches zero or more occurrences of the preceding character (but be careful – see below). | | .* | Matches any sequence of characters, including an empty sequence. |
In Android development, deep linking is a powerful feature that allows you to launch your app directly from a web URL. But how do you tell your app which URL should open which screen? Enter PathPattern . android pathpattern
Now go forth and link deeply—just watch those slashes. | Symbol | Meaning | |--------|---------| | *