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: update callkeep to support newer android targetSdks #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

santhoshvai
Copy link

Why

According to the callkeep library to target android versions > 11, android:foregroundServiceType="camera|microphone" must be used

How

Test Plan

@EvanBacon
Copy link
Collaborator

The minimum Android version in Expo is 6 (?) https://docs.expo.dev/versions/latest/#support-for-android-and-ios-versions

@santhoshvai
Copy link
Author

@EvanBacon this change does not impact the minimum versions. Infact, the foregroundServiceType started only from android 10. It is just that when a newer targetSdk is used, which is commonly 33 now (android 13) the foregroundServiceType is mandatory.

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.

2 participants