Open sdlee3 opened 3 years ago
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?
Starting with API level 30, you need to explicitly add the packages that you want to query in your AndroidManifest file: https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9
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?