I made an browser app for android and i want to make it available as browser app so i can choose it as default phone browser.
I have tried some intent filters but that did not work for me. I only can send texts or links to my application an it will open it but i want to make it choosable as default browser
What do i have to do? Please suggest me!!
Have you add the "action" attribute in manifest, with value "ACTION_VIEW" ?