Can my Android app open a URL in an incognito tab?

前端 未结 2 1341
半阙折子戏
半阙折子戏 2021-01-19 16:44

We all know how to open a URL in the browser in Andriod. Do something like this:

Intent browserIntent = new Intent(\"android.intent.action.VIEW\", Uri.parse         


        
相关标签:
2条回答
  • 2021-01-19 17:36

    Currently there's no incognito mode for stock Android Browser so probably you cant do that.Just Honeycomb and above version browsers have that feature.

    0 讨论(0)
  • 2021-01-19 17:46

    As far as I know there is no incognito mode in the stock Android browser.

    There are several apps supplying this feature - they should offer themselves when you fire the Intent you gave in the code.

    0 讨论(0)
提交回复
热议问题