我的Andr​​oid应用程序可以打开隐身标签页的URL? [英] Can my Android app open a URL in an incognito tab?

查看:419
本文介绍了我的Andr​​oid应用程序可以打开隐身标签页的URL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们都知道如何在Andriod的浏览器中打开一个URL。做这样的事情:

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(url));
context.startActivity(browserIntent);

蜂窝的股票,包括浏览器隐身模式的支持。有没有一种方法,使目标URL在隐身标签页中打开?我似乎无法找到它。

Honeycomb's stock browser includes support for incognito mode. Is there a way to make the target URL open in an incognito tab? I can't seem to find it.

推荐答案

目前没有隐身模式股票Android浏览器可能使你不能做that.Just蜂窝及以上版本的浏览器有这个功能。

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.

这篇关于我的Andr​​oid应用程序可以打开隐身标签页的URL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆