【发布时间】:2020-06-02 06:35:39
【问题描述】:
您好,我尝试在 Android 上实现 IPayPayment,
val checkoutIntent = Ipay.getInstance().checkout(payment,applicationContext, ResultDelegate())
checkoutIntent.flags = Intent.FLAG_ACTIVITY_NEW_TASK
startActivity(checkoutIntent)
但我有错误
libc: Access denied finding property "ro.serialno"
有什么办法吗?
【问题讨论】:
标签: java android kotlin payment-gateway payment