Regarding recent call list

Hi,
Can you please let me know how can I get recent call list using app inventor
Sincerely
Vimal

What have you tried Vimal? You can get recent call records if you use the Phone call control to make the list. To get the recent calls captured by your phone's default phone app you might be able to get all calls using an ActivityStarter to query the phone's call list.

I would use the information here Social

and use any of the Phone control's Events (which ever is appropriate to your purposes) to capture the phone number to a List when a call comes in. You can use

which adds the given items to the end of the list.

Hi,
Thanks a lot, it is working now.
Sincerely,
Vimal

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.