I want to write an application that has access to read from the phone book
I also need the application to make calls (without asking for a confirm)
Is it possible to write an app to do that using SailfishOS?
I want to write an application that has access to read from the phone book
I also need the application to make calls (without asking for a confirm)
Is it possible to write an app to do that using SailfishOS?
For Contacts, you can look at these:
Remember your app will need the appropriate SailJail permission(s) too.
Calling?
Well theoretocally possible. But not easy.
It will probably be much easier to do that through the native voicecall-ui. It has dbus interfaces to do that.