Do we have any other alternative solution to exclude the few URL's expect using android:pathPrefix ?.
Asked
Active
Viewed 769 times
1 Answers
0
From documentation:
You can add more attributes to further refine the type of URI that the activity accepts. For example, you might have multiple activities that accept similar URIs, but which differ simply based on the path name. In this case, use the
android:path
attribute or itspathPattern
orpathPrefix
variants to differentiate which activity the system should open for different URI paths.

Denysole
- 3,903
- 1
- 20
- 28