如何让用户从Chrome Android浏览器进入Android Tethering菜单?

如何让用户从Chrome Android浏览器进入Android Tethering菜单?,android,google-chrome,android-intent,Android,Google Chrome,Android Intent,我正在尝试建立一个网络链接,可以打开(从Chrome)到Android Tethering&portable hotspot菜单 Android上的Chrome支持从URL传递意图: 然而,似乎没有一个已知的标准意图可以调用该菜单(Android common intents:) 有没有一种方法可以让它发挥作用,也许是使用明确的意图?如果是这样,URL中“component”的语法应该是什么样的? #意图;action=android.intent.action.MAIN;category=a

我正在尝试建立一个网络链接,可以打开(从Chrome)到Android Tethering&portable hotspot菜单

Android上的Chrome支持从URL传递意图:

然而,似乎没有一个已知的标准意图可以调用该菜单(Android common intents:)

有没有一种方法可以让它发挥作用,也许是使用明确的意图?如果是这样,URL中“component”的语法应该是什么样的? #意图;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;package=com.android.settings;component=此处应包含的内容;结束


我能从“关于拴绳意图”菜单中找到的最接近的选项是:

我已经找到了。以下是意图的格式:

#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.settings/.TetherSettings;end