first of all , sorry for my English.
I am Tasker User.
Problem: I want to insert / Create, a new Contact in Android Phone Book.
There is No Plugin has been created by any one for such purbes.
The method has to be run in background / so there is no autoInputs via simulation user input on the screen.
Recently Tasker support Java at runtime.
Tasker allows the advanced user to directly call Java functions and work with Java objects themselves.
It does not allow you to 'write Java code'... but the combination of Tasker's logic and flow control with direct access to the Android API is sufficient for most automation purposes.
Source : http://tasker.dinglisch.net/userguide/en/java.html
So at this point , I am kindly asking from Dev to help me to line up small source code in order to test it in Tasker app to insert a new Contact via java.
I trid this scenario but it dos not work.
https://developer.android.com/reference/android/provider/ContactsContract.Data.html
I'm not sure if Tasker has the permission to write contacts.
Juergen.