-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
potential fix for #6248 #11161
base: master
Are you sure you want to change the base?
potential fix for #6248 #11161
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #11161 +/- ##
============================================
- Coverage 31.58% 30.72% -0.86%
+ Complexity 3400 3264 -136
============================================
Files 566 564 -2
Lines 41601 41611 +10
Branches 5628 5640 +12
============================================
- Hits 13138 12784 -354
- Misses 26508 26895 +387
+ Partials 1955 1932 -23
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK this permission has to be requested at runtime, it's not automatically granted.
Seems to work, according to users in #6248 But here it is said that it "requires explicit user consent in order to gain access to this information": |
ecbea61
to
b8791e2
Compare
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11161-Screenshot-blue-Light-12-49 |
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7435-IT-master-15-03 |
I'm wondering if the need for this is only arising as a side effect of permitting users to choose to permit All Files Access ( What if we just don't let them choose and make it "You must say yes" to this intent action when you install if you want Nextcloud to function properly. Storage permissions are a PITA to sort out with all the different Android versions. 😢 Worse if we support different combinations of permissions by default. |
Signed-off-by: tobiasKaminsky <[email protected]>
b8791e2
to
84b55cc
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11161.apk |
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
Signed-off-by: tobiasKaminsky [email protected]