Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
ap...@google.com <ap...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
sn...@gmail.com <sn...@gmail.com> #4
Understood, thanks very much for the quick response.
il...@google.com <il...@google.com> #5
We've fixed this internally and it will be part of the the next Activity release (1.3.0-alpha04). We're still evaluating the feasibility for an Activity 1.2.1 bug fix release.
Description
Component used: Fragment
Version used: 1.3.0
Devices/Android versions reproduced on: API 29 x86
If multiple permissions are requested using
RequestMultiplePermissions
and one of them is permanently denied, the map returned byregisterForActivityResult
does not contain all the requested permissions.This is a sample demonstrating the issue:https://github.com/fondesa/androidx-fragment-result-launcher-issue
The
README.md
file explains how to reproduce it.