First thing, sorry for my bad English.
I got the APP that can open a web browser when this APP get starts up.
When app executes at the first time, it will ask user to choose whether the user want to start up by Chrome or Firefox or any other applications. And this APP will remember user's choice. Next time when user comes app will open the application which user has selected.
So here's the problem, this app can't work in Firefox, so I have to remove Firefox in the start up list, prevent that Firefox get choose by the user when it start up in the first time.
before:
=============================
You want to start up this app with?
・chrome
・firefox
・browser
=============================
after:
=============================
You want to start up this app with?
・chrome
・browser
=============================
Is it possible that I can just put some source code in this app to customize the start up list instead of changing all the start up setting in the smartphone? Because I don't want to effect other APP in the same device. And also I don't want to remove Firefox in the device.
If so, could anyone kindly tell me which method should I edit? Appreciate for your help.