We also get the the message "Unknown URI content://com.clover.engine.printer.cashdrawerprovider" on clover mini when clicking button to open CashDrawer using method CashDrawer.open().
We are using SDK (compile 'com.clover.sdk:clover-android-sdk:latest.release') in our application.
<uses-permission android:name="clover.permission.POP_CASH_DRAWER_NEW"/>
@Raymond Lee Thanks for your response.
We have added the permission but we are getting the message "Unknown URI content://com.clover.engine.printer.cashdrawerprovider" on clover mini when clicking button to open CashDrawer using method CashDrawer.open().
We are using SDK (compile 'com.clover.sdk:clover-android-sdk:latest.release') in our application gradle.
That is a strange error, as it implies that the CashDrawerProvider content provider was not registered somehow. Since this is a Production device, I recommend asking the merchant to do a factory reset, to see if it fixes the issue.
1 Person is following this question.