Josué Moreno
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 {...
Si correcto @steven-fernandez
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...
Update plis
` @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.
Any news?
Muchas gracias