Sandeep
Sandeep

Reputation: 687

How to detect which application is set as default in android?

I am stuck with a problem. In the past, i set an application as default launcher on my android phone when the dialog popups up for selecting the default application and now i have forgot which application it was?

How can i detect which application has been set as default?

Any help appreciated.

Upvotes: 0

Views: 203

Answers (1)

FoamyGuy
FoamyGuy

Reputation: 46856

Unless your aim is to do this programattically(I don't think you can, but I could be wrong) This would be a better fit at Android Stack Exchange

The easiest way will probably be to go into manage applications and find all of the home screen ones, select each of them and scroll down until you see the "Clear defaults" button. The one that is not greyed out is the one that is currently set for default.

Upvotes: 1

Related Questions