Android Pathpattern __full__ Jun 2026

pathPattern is . If your pattern is /profile/.* , and your URL is /Profile/user1 , the link will not trigger. There is no "case-insensitive" flag. If your backend generates mixed-case URLs, your manifest must account for them explicitly or you must handle the normalization in code.

PathPattern supports only two special characters:

Example:

pathPattern is . If your pattern is /profile/.* , and your URL is /Profile/user1 , the link will not trigger. There is no "case-insensitive" flag. If your backend generates mixed-case URLs, your manifest must account for them explicitly or you must handle the normalization in code.

PathPattern supports only two special characters:

Example: