How can I save a contact to android contacts directly?

Many thanks,


Problem is- contact not saved in phone contacts.
'ContactsSaver' returns false.

I've no issues with this on Android 9 / 11 (tested with APK):

Thank you very much. Tested with APK. It works fine. Thanks again. :grinning:


You should have knows this (that READ_/WRITE_CONTACTS are not declared in the Companion app). I already posted a Companion version with READ permission.

Note: To clarify for others:
This (permission) error message comes from Companion, since no READ_CONTACTS and WRITE_CONTACT permissions are declared in the Manifest of the Companion app (APK).

1 Like

Thanks. your extension works very fine.

Hi, I just created the same app using voice command. My App Demo and Tutorial with My Block Code



2 Likes

I arrange some blocks..


It returns contact (with filter) and shows in ListView.

Now I want this contacts to edit using ListView AfterPicking. I try this ..
But there is -"Error 601:no corresponding activity was found." Please help.

Great.Very nice app.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.