Skip to content

Fix browser package scanning#4

Merged
iainmcgin merged 1 commit into
openid:masterfrom
iainmcgin:browsermatchfix
Feb 29, 2016
Merged

Fix browser package scanning#4
iainmcgin merged 1 commit into
openid:masterfrom
iainmcgin:browsermatchfix

Conversation

@iainmcgin

Copy link
Copy Markdown
Member

PackageManager.queryIntentActivities is documented as always returning
matching activities in a priority order, such that the default match
would always be returned first. Therefore, we do not need to
separately handle default browsers: scanning in order and recording
the first "full" browser will have the same effect in all cases that
matter.

Should fix #3.

Review on Reviewable

PackageManager.queryIntentActivities is documented as always returning
matching activities in a priority order, such that the default match
would always be returned first. Therefore, we do not need to
separately handle default browsers: scanning in order and recording
the first "full" browser will have the same effect in all cases that
matter.
@iainmcgin

Copy link
Copy Markdown
Member Author

+@WilliamDenniss for review.


Review status: 0 of 2 files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io

@WilliamDenniss

Copy link
Copy Markdown
Member

LGTM


Reviewed 2 of 2 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io

iainmcgin added a commit that referenced this pull request Feb 29, 2016
@iainmcgin
iainmcgin merged commit 1fb9e5e into openid:master Feb 29, 2016
@iainmcgin
iainmcgin deleted the browsermatchfix branch February 29, 2016 07:57
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.

Error when no default browser is defined

2 participants