[android-developers] Open OpenOffice with Read only access to Data

2011-08-17 Thread Neeraj
Hi, I am trying to open PDF/DOC/XLS format using INTENT and Openoffice is default viewer. I have defined following properties to launch my PDF/DOC Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(uri);//PDF path

Re: [android-developers] Open OpenOffice with Read only access to Data

2011-08-17 Thread Luis Ramirez
Hope this helps http://developer.android.com/guide/topics/intents/intents-filters.html On Aug 17, 2011 12:20 AM, Neeraj neeraj.tewar...@gmail.com wrote: Hi, I am trying to open PDF/DOC/XLS format using INTENT and Openoffice is default viewer. I have defined following properties to launch my