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

Handling App Links from Android M and handles no intent case #2

Merged
merged 4 commits into from
Oct 20, 2015
Merged

Handling App Links from Android M and handles no intent case #2

merged 4 commits into from
Oct 20, 2015

Conversation

kkocel
Copy link
Contributor

@kkocel kkocel commented Oct 19, 2015

Fixes #1


/**
* Class bypassing App link mechanism introduced in Android Marshmallow.
* If an application has link-handling setting enabled then {@link PackageManager} returns only ony

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ony -> one

@@ -82,6 +84,12 @@ void resolveActivities() {
wasResolved = true;
List<ResolveInfo> queryIntentActivities = packageManager.queryIntentActivities(intent, 0);

AppLinkBypasser appLinkBypasser = new AppLinkBypasser(packageManager);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass AppLinkBypasser via constructor

kkocel pushed a commit that referenced this pull request Oct 20, 2015
Handling App Links from Android M and handles no intent case
@kkocel kkocel merged commit 3c8b1fa into allegro:master Oct 20, 2015
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.

None yet

3 participants