isScopedStorageMode

public static boolean isScopedStorageMode(Context context)

是否处于分区存储模式 在以Android 11 为目标平台的应用上targetSdkVersion>=30,必须设置 rc_q_storage_mode_enabletrue, 否则会导致图片,文件等媒体文件发送失败)

Return

是否处于 android 11 存储模式

Parameters

context

上下文