Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidPermissionIssue

This branch replicates permission issue which occurs after process death.

Steps to reproduce this issue:

  1. Enable don't keep activities in developers tools.
  2. Launch application.
  3. Don't tap any button in the permission dialog.
  4. Go to the background to force process death.
  5. Return to the application and state restoration should occur.
  6. Permission dialog is still visible, but after pressing any button, for example Deny, onRequestPermissionsResult is not being triggered.

OnRequestPermissionsResult should be triggered even after process death, but it is not. This issue was noticed since API 28.

About

This branch replicates permission issue which occurs after procces death

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages