How to grant permission Manifest.permission.MANAGE_DOCUMENTS android 6.0

后端 未结 1 1373
死守一世寂寞
死守一世寂寞 2020-12-21 05:56

I want to grant the permission Manifest.permission.MANAGE_DOCUMENTS, but when I run the app, the dialog of the permission should appear but it doesn\'t. Here\'s

相关标签:
1条回答
  • 2020-12-21 06:08

    MANAGE_DOCUMENTS is a signature-level permission. Ordinary Android apps cannot hold it. Only apps that were signed by the same signing key that signed the firmware can hold it.

    0 讨论(0)
提交回复
热议问题