Permission dialog is not shown for WRITE_EXTERNAL_STORAGE
问题 I want to download a file using DownloadManager . And DownloadManager wants to WRITE_EXTERNAL_STORAGE permission. I have included the WRITE_EXTERNAL_STORAGE permission in AndroidManifest.xml . Furthermore, I try to take this permission on runtime. onRequestPermissionsResult callback is called immediately after the request permission. The request permission popup didn't display. However, the value of the grantResult[0] on the onRequestPermissionsResult is PERMISSION_DENIED . But THE PERMISSION