How to find default browser set on android device

前端 未结 2 681
隐瞒了意图╮
隐瞒了意图╮ 2020-12-03 05:07

Is there any way to find out which browser is set as a default browser on android device? On android device there may be multiple browsers installed but out of which only on

2条回答
  •  独厮守ぢ
    2020-12-03 05:55

    You are welcome to use PackageManager and resolveActivity() to attempt to determine what activity (in what app) will handle a particular Intent. However, this may indicate that the chooser will handle the request, because there is no current default (e.g., user just installed a new browser, and so the chooser will appear for the next Web browser request).

提交回复
热议问题