Commit f1a675c3 by Kang Donghun

フィードバック対応

parent a2a0ecce
......@@ -137,7 +137,7 @@ public class ABookPermissionHelper {
switch (mPermitionType) {
case Constant.ABookPermissionType.ReadExternalStorage:
boolean permissionGranted = true;
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU) { //Android13以上
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU) { //Android13未満
// ストレージ
if (ContextCompat.checkSelfPermission(mContext, android.Manifest.permission.READ_EXTERNAL_STORAGE) != PERMISSION_GRANTED) {
permissionGranted = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment