Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flag PackageManager.MATCH_ALL to search all Android browsers #59

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

setheen
Copy link
Contributor

@setheen setheen commented Mar 23, 2017

Potential fix for #58.

The existing implementation only queries for the default browser when pulling app candidates with the ACTION_VIEW intent. For example, if Samsung's "Internet" browser application (running Chromium 44) is set as default, even with Chrome installed, isAvailable() will return false. This change more closely aligns with the comment on line 75

@EddyVerbruggen EddyVerbruggen merged commit 4c50ed0 into EddyVerbruggen:master Mar 23, 2017
@EddyVerbruggen
Copy link
Owner

Looks legit, thx!

@DSchau
Copy link

DSchau commented Mar 23, 2017

@EddyVerbruggen thanks for merging so quickly! If you have any time today, releasing a new version/point release with this fix would be hugely appreciated.

@EddyVerbruggen
Copy link
Owner

Available from npm in version 1.4.7 now 💥

@DSchau
Copy link

DSchau commented Mar 23, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants