question

gedu07 avatar image
gedu07 asked

Open eBooks from my app

Hi, I want to know if it's possible show an eBook in my app, download it and open it using the kindle reader. Cos now I can open the eBook from my app doing this: Intent intent = new Intent(Intent.ACTION_VIEW); Uri uri = Uri.parse("kindle://book/?action=open&book_id=AMZNID0/"+bookId+"/0/"); intent.setData(uri); But only opens if the book is already downloaded. exist an api for that, or a workaround to download the book? And can I get a list of all downloaded ebooks in the kindle? Thanks Edu
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Levon@Amazon avatar image
Levon@Amazon answered
Hi gedu07, Thanks for posting. At the moment, such a use case is not supported. Please let us know if you have any further questions. Thanks!
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.