I'm searching about how to expose some functionalities from my android app to a webpage using content provider. My app stores digital certificates in AndroidKeyStore, i'd like to list this certificates on a webpage using js.
The best way to do it is using Android WebView and exposing some functions to javascript.