Hello everyone! I am trying to build simple call log app that list contacts on my phone and recent called and message list at once, seems like truecaller.
Could you share any projects already work on this???
I am working on an extension for that I’ll soon add in community you can wait till that or search in community
very soon just a day
try it on companion first
android.permission.READ_CALL_LOG
Need this permission have to asked for permissions
You need to use permissions on Android 11+ with some other method this method does not work on Android 11+
Use method GetAllCallLogs AFTER permission has been granted
Taifun
@Boban build this app and it work fine.
PhoneCallTestKodular.apk (4.7 MB)
@Boban can you share me how you ask permission for call log?
Provide a screenshot of your updated blocks
Build the app and try to test using the apk file
Taifun
The PermissionGranted event fires only once after the permission has been granted, but next time you open the spp, it does not fire anynore…
Use a button click event
Also @devxlabs might want to provide an example project how this should work
Taifun