Is there a way to disable the menu options of a third party intent receiver say a PDF viewer . If I open a pdf file via the third party option - on clicking the menu button it shows the menu of the third party tool which I dont want. Is there a way to disable it ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If I understand you right, you want to disable that a specific app is responding when you try to open a file of a certain filetype. I am not aware of a programming approach, but you could use another 3rd Party app for that purpose. Try "Default App Manager" or "Ghost Commander", if nothing is helping consider deleting the other app if you do not need it. I hope that helps Edit: Integrate the source for opening specific files into your own app, then you can use the menu of your own app ;) Use these for pdf: sourceforge.net/projects/andpdf/develop or apv.googlecode.com |
|||||||
|