I am building a custom app for Fire Tablet (latest generation) and wish to open local Kindle Reader documents (not books) stored in Android assets. The files are .prc types created by using the Send to Kindle pc application. Fire appears to store these files in /mnt/sdcard/documents
The Kindle Reader app (preloaded on Fire) appears to be registered in /data/app/com.amazon.kindle-2
It should be possible (using an intent) to launch a Kindle Reader new activity, passing the local file uri into the activity, but I can find no documentation on the subject and am struggling to get it to work. Before investigating other solutions such as epub.js or readium.js in a WebView, I would like to have the app use the native Kindle Reader. Is there example code anywhere which achieves this?
Thanks