/PhoneCallLog

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build Status

cordova-plugin-phonecalllog

Installation

cordova plugin add https://github.com/mobilestar55555/PhoneCallLog.git

device.cordova

Get the version of Cordova running on the device.

-Add following permission in AndroidManifest.xml

uses-permission android:name=“android.permission.READ_CALL_LOG”

-Usage $window.phoneCallLog.getPhoneCallInfo(function(results){ var array = results.PhoneCallLog; $scope.playlists = array; }, function(err){

});

Supported Platforms

  • Android