Sounds like you will want to launch the Adobe PDF Reader.  I'm guessing you 
want something like this:

Intent intent = new Intent();
intent.setPackage("com.adobe.reader");
intent.setDataAndType(Uri.parse(doc), "application/pdf");
startActivity(intent);



On Thursday, October 18, 2012 3:45:55 PM UTC-5, bahmani iman wrote:
>
> Hi
> I use the program to create an electronic book.
>   Someone help me?
> I emphasize the use of programming
> For example, I use the html language and its application in the Android 
> could make a simple book, but I want to make a career book.
> I want to be more like a professional, not like a book, a simple 
> application
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to