Migrate from Phonegap to Cocos2d-x 2.2 Android localstorage

We have created Phonegap Android application in which used localstorage to keep user information key=value. Now we planning to create Cocos2d-x 2.2 project and would like to migrate data from phonegap localstorage. What I found that there is some possibility to call from cocos2d-x vebwiew and execute javascript to get localstorage information,but there is not much of information how to do this properly. Did someone have really working sample of code to put in Cocos2dxActivity.java or somehow to get localstorage data and proceed in our Cocos2d-x code.