Get Recent Callers Android PhoneGap Plugin

Sarath DR
Technology and Digital Media
1 min readJun 20, 2014

--

This one is a simple PhoneGap plugin to fetch recent callers from phone. You can just follow the below steps to configure the plugin on your project.

Step 1: Download the plugin file from below.

Step 2: Create new package “com.plugins.recentCallers” and add RecentCallers.java under the package.

Step 3: Add the below line in res/xml/config.xml file

Step 4: Now you can call the plugin from your jave script file as below.

--

--