AccountManager Extension

Hi, Taifun
Could you please tell me why these blocks are not working?
I don't know what I'm doing wrong...

When I call this block to run I get this error ...

What do u think about that? Why it's not working?

as the error message is trying to tell you you have to ask for permission
android.permission.READ_CONTACTS
which device and Android version are you using for your tests? I do not get this error message displayed on my Android 10 device...

however I never tried the Name method like you are doing it and probably it will work only together with the Email method as shown in the example project

to extract a name from an email address use the split block and split at @, then use the select list item block to select the first item

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

I'm using android 10 for tests. Thanks for your help