My photo viewer application loads a photo file and display it. Now how do I register it as a default viewer in the Android system?
Meaning for example now if I click on an photo in gallery it shows show many app to use , i chose one to display in the Android system. How do I register my application to be one of them listed?
Must I modify my code to allow this? Currently my application is just loading a photos stored in the sdcard.