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

fix(Android) Support Android target >= 11 #364

Closed
wants to merge 1 commit into from

Conversation

kenMarquez
Copy link

@kenMarquez kenMarquez commented Dec 7, 2021

The android apps targeting >= 30 (>= Android 11), needs to add a query for information about the other apps that are installed on a device, in this particular case for the Voice Recognition we need to add the RecognitionService into a query

More info here... https://developer.android.com/about/versions/11/privacy/package-visibility

So if you add it in the manifest.xml here in the library, the implementing users won't need to add in their manifest and you avoid an extra step to configure this library.

@tinyCoder32
Copy link

You made our day here <3

@kenMarquez kenMarquez closed this Mar 3, 2022
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

2 participants