Android 7.0 Dont Show Multiple Permission Request
问题 im trying to show multiple permission request on Android 7.0 This code working with no problem on Android sdk 23. SDK 24 showing one time the request, if i touch allow or denied button, this code working one time and Don't show other request. Code is here; if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { if (checkSelfPermission(android.Manifest.permission.WRITE_EXTERNAL_STORAGE) == PackageManager.PERMISSION_DENIED) { requestPermissions(new String[]{android.Manifest.permission.WRITE