card.io 如何处理 Android M 使用应用程序相机的权限

How will card.io handle Android M permissions to use application camera

是否有关于 card.io 如何处理权限 requests/checking 以符合新的 Android M 权限要求的路线图?是否会向 card.io SDK 添加权限检查,或者这是在启动 CardIOActivity 之前必须验证的内容?

引用 the card.io 5.1.0 release announcement:

Add support for Android 23 new permission model for the Camera permission #78. When permission is granted, the SDK performs as in previous versions. When permission is or has already been denied, the SDK falls back to manual entry. Note: this SDK does not call the shouldShowRequestPermissionRationale() method and does not show a rationale. It is up to the implementor whether or not to show the Camera permission rationale before opening the SDK.