isScopedStorageMode

public static boolean isScopedStorageMode(Context context)

Indicates whether the app is in partitioned storage mode. For apps targeting Android 11 targetSdkVersion>=30, you must set rc_q_storage_mode_enable to true; otherwise, sending media files such as images and documents will fail.

Return

Whether the app is in Android 11 storage mode

Parameters

context

The context