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

opt out of scoped storage on android Q #838

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

sirambd
Copy link
Member

@sirambd sirambd commented Jul 13, 2022

Fix: #745

@sirambd sirambd added the bug Something isn't working label Jul 13, 2022
@sirambd sirambd added this to the 4.2 milestone Jul 13, 2022
@sirambd sirambd requested a review from a team as a code owner July 13, 2022 17:38
@sirambd sirambd self-assigned this Jul 13, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jul 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -62,6 +62,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if google play accepts this

@JorisBodin JorisBodin merged commit 08c2eaa into master Jul 14, 2022
@JorisBodin JorisBodin deleted the fix-android-q-delete-with-media-store branch July 14, 2022 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pictures dont delete on huawei android 10
2 participants