[Solved] How to get list of apps are installed in users phone

Hello,
I had added a process in which I want to add an event in the calendar but it was working only in Google calendar so if you have any tip for me to check that user has google calendar or not or any different process so I can add an event in the default calendar.

Blocks Used

@Jeet_Bhandari
You can use InstalledApps or IsAppInstalled method of PkgUtils extension by @vknow360 to get the list of installed apps or to check whether a particular app is installed in user’s device respectively

2 Likes

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