Is there currently an easy way to wait for (suspend) something like a permissions request (which calls
onRequestPermissionsResult
as a callback)?
t
tateisu
08/07/2018, 6:34 AM
There is no guarantee that Activity instances and processes are identical when the callback is invoked. Processes may be destroyed and regenerated while the activity is in the background state.