Goal: Custom data location works with Android 11 (API level 30)
Because of the new scoped storage of Android, apps can't access files outside app-specific directory directly.
Unity itself has no support for documents provider, so IO operation must handle by native code.
Todo: