Josué Moreno

Results 35 comments of Josué Moreno

You must request permission to run in the background, and notify the client that they must remove the battery saving app. You do the battery permission with powerOptimization import {...

It uses the same example from the mauron85 documentation, only when installing the package it uses the one above

Yes El mar, 19 jul 2022 a la(s) 04:05, p84torres ***@***.***) escribió: > Only the setup is different, right? > > — > Reply to this email directly, view it...

` @PluginMethod public void openContact(PluginCall call) { if (!isContactsPermissionGranted()) { requestContactsPermission(call); } else { String contactId = call.getString("contactId"); if (contactId == null) { call.reject("Parameter `contactId` not provided."); return; } try...

I already tested it with Capacitor 6, doing a forced installation and it works perfectly.