Open
Description
Sorry if the title is misleading, I'm not sure how to phrase this appropriately.
I have an app that launches a URL that is captured by another SSO app on the device. https://github.com/openid/AppAuth-Android/blob/master/library/java/net/openid/appauth/AuthorizationService.java#L383 that line, when the browser is set, is causing the URL to open in a browser instead of the SSO app on the device. If I comment out that line (or implement a config option to not set the package name) the URL opening functionality works as expected.
Have I misconfigured something, or is there another way around this without modifying the source?
Thanks!