Android - Ipay88 got error Access denied finding property “ro.serialno”
问题 hello i tried to implement IPayPayment on Android, val checkoutIntent = Ipay.getInstance().checkout(payment,applicationContext, ResultDelegate()) checkoutIntent.flags = Intent.FLAG_ACTIVITY_NEW_TASK startActivity(checkoutIntent) but i got error libc: Access denied finding property "ro.serialno" any solution? 回答1: The error is thrown on Android 9 devices. when we try to access Serial number of device, without application having READ_PHONE_STATE permission. The error is thrown when serial