How to open call logs from my app

I was trying to embed call logs in my application, but I haven’t found any plugin to do it with ionic 3!
So now I want to open the native call logs app instead.
I tried InAppBrowser to launch the logs app

     this.inAppBrowser.create('com.application.logs');

But it is not working, I am getting a blank page!
How can I open call logs app from my app?