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

Release Build Fails to save event to calendar on Android #397

Open
jfurdock opened this issue Feb 10, 2022 · 3 comments
Open

Release Build Fails to save event to calendar on Android #397

jfurdock opened this issue Feb 10, 2022 · 3 comments

Comments

@jfurdock
Copy link

Everything works great in debug, but my release build fails with the following

W/ContentResolver: Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)

Here is my build.gradle
buildTypes { debug { signingConfig signingConfigs.debug } release { signingConfig signingConfigs.release minifyEnabled false proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" } }

@jeveloper
Copy link

Hi @jfurdock
Try adding this to your android manifest

@ddikodroid
Copy link

Hi @jfurdock
Try adding this to your android manifest

what should be added?

@jeveloper
Copy link

@ddikodroid That is so silly of me. I got side tracked in testing out and watching the android logs.

All uses permissions are added automatically and don't need to be duplicated.

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

3 participants