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 Android 11 #142

Open
sdlee3 opened this issue Aug 25, 2021 · 5 comments
Open

Support for Android 11 #142

sdlee3 opened this issue Aug 25, 2021 · 5 comments

Comments

@sdlee3
Copy link

sdlee3 commented Aug 25, 2021

Hi, after i upgrade to targetSdkVersion 30 which to support Android 11, I unable to add my appointment to calendar in Android. Anyone here have idea and help for this issue?

@jomla97
Copy link

jomla97 commented Nov 11, 2021

Bump

@iamakg
Copy link

iamakg commented Dec 3, 2021

I can't add event to Android 11 as well, Android 12 is out now.

@Mitdd9707
Copy link

same issue @sdlee3 @iamakg i can't add event

@sdlee3
Copy link
Author

sdlee3 commented Dec 28, 2021

Hi @Mitdd9707. I fixed that by adding the package visibility for calendar in Android Manifest file.

Here are the code snippet, hope it able to help you

<manifest package="com.example.test">
   <queries>
     <package android:name="com.google.android.calendar" />    
    </queries>
    ...
</manifest>

@johannessachse
Copy link

This Issue can be closed I guess. On Android 11 I can add an event to the Calendar

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

No branches or pull requests

5 participants