Loop in all contacts

FrameXX

Well-known member
At first you would somehow need to get your contacts into an array or dictionary, which I don't have clue how to do? Maybe someone else will know.
 

FrameXX

Well-known member
Well I found shell commands that would output a list of contacts, but they don't work without root. You will get an error because MacroDroid doesn't request permission android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY.

Bash:
content query --uri content://contacts/phones/
 

Endercraft

Moderator (& bug finder :D)
Well I found shell commands that would output a list of contacts, but they don't work without root. You will get an error because MacroDroid doesn't request permission android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY.

Bash:
content query --uri content://contacts/phones/
Screenshot_2023-01-15-17-41-34-596-edit_com.applisto.appcloner.jpg
I wonder if it would work
 
Top