0

Do we have any other alternative solution to exclude the few URL's expect using android:pathPrefix ?.

Vivek
  • 343
  • 1
  • 5
  • 12

1 Answers1

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 its pathPattern or pathPrefix variants to differentiate which activity the system should open for different URI paths.

Denysole
  • 3,903
  • 1
  • 20
  • 28