AndroidAcp icon indicating copy to clipboard operation
AndroidAcp copied to clipboard

buildToolsVersion 升级为28.0.2后WRITE_EXTERNAL_STORAGE和READ_EXTERNAL_STORAGE动态升级权限失败

Open yinanwang1 opened this issue 5 years ago • 0 comments

buildToolsVersion从27.0.3升级到28.0.2后,无法进行权限的升级,而是直接崩溃。 08-28 19:47:35.997 28198-28198/? I/AcpService: targetSdkVersion >= Build.VERSION_CODES.M 08-28 19:47:35.997 28198-28198/? I/AcpManager: checkSelfPermission = -1 08-28 19:47:35.998 28198-28198/? I/AcpService: targetSdkVersion >= Build.VERSION_CODES.M 08-28 19:47:35.998 28198-28198/? I/AcpManager: checkSelfPermission = -1

yinanwang1 avatar Aug 28 '18 11:08 yinanwang1