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 no returned ids after successful deletion on Android API 29+ #1204

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

chocoyang-horizon
Copy link
Contributor

When the file is created by the application itself, the uri can be deleted successfully without causing a RecoverableSecurityException.

[Note]: I tried Android 13 and the same way can also delete files created by the application without triggering the dialog. Maybe developers can decide in the future whether to force the use of createDeleteRequest method. (optional)

When the file is created by the application itself, the uri can be deleted successfully without causing a RecoverableSecurityException.
@AlexV525 AlexV525 changed the title 🐛 Fix no returned ids after successful deletion on Android API 29 🐛 Fix no returned ids after successful deletion on Android API 29+ Oct 15, 2024
Copy link
Member

@AlexV525 AlexV525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix

@AlexV525 AlexV525 merged commit 4396e54 into fluttercandies:main Oct 15, 2024
12 of 13 checks passed
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