auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
216 stars 133 forks source link

Handle SecurityException thrown while launching the browser #677

Closed poovamraj closed 1 year ago

poovamraj commented 1 year ago

Changes

This change handles exception thrown while launching browser instance for authentication.

One such error we wanted to handle is SecurityException: Permission Denial happening because of using browsers (mostly misconfigured applications) that have not exported their activity

References

https://github.com/auth0/Auth0.Android/issues/663

Testing

Widcket commented 1 year ago

CI is failing