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

support for queryIntentActivities(Intent intent, ResolveInfoFlags flags) of Android 13 #8409

Merged
merged 1 commit into from Aug 19, 2023

Conversation

qq549631030
Copy link
Contributor

@qq549631030 qq549631030 commented Aug 15, 2023

Fixes: #8215.

@utzcoz
Copy link
Member

utzcoz commented Aug 16, 2023

@qq549631030 Please squash to one commit and fix code formatting.

@utzcoz
Copy link
Member

utzcoz commented Aug 16, 2023

@qq549631030 Please add the commit message body.

Copy link
Member

@utzcoz utzcoz left a comment

Choose a reason for hiding this comment

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

LGTM.

@utzcoz utzcoz requested a review from hoisie August 16, 2023 06:59
… flags)

Delegates the new queryIntentActivitiesAsUser(Intent,ResolveInfoFlags,int) to queryIntentActivities(Intent, int)
@utzcoz
Copy link
Member

utzcoz commented Aug 18, 2023

@hoisie Please take an extra look, LGTM.

@utzcoz utzcoz merged commit 9e92326 into robolectric:master Aug 19, 2023
19 checks passed
@utzcoz
Copy link
Member

utzcoz commented Aug 19, 2023

@qq549631030 Thanks for your contribution.

@mikehardy
Copy link

This is quite delayed and I hesitate to generate a notification reporting success, but I will do so and take the opportunity to express my apprecation again to @qq549631030 for the PR. I finally had a chance to test this, so I pulled 4.11-SNAPSHOT and it tested fine in my use case. Much appreciated.

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.

not support for queryIntentActivities(Intent intent, ResolveInfoFlags flags) of Android 13
3 participants