如何创建一个任务来显示网络设置对话框?

发布于 2024-12-05 16:32:42 字数 487 浏览 3 评论 0原文

我正在尝试在 Android 版 Tasker 中创建一个任务,以显示网络设置对话框。 我没有问题创建任务(操作意图)来显示网页或发送电子邮件。

像这样:

ACTION:android.intent.action.View
CAT:默认
数据:mailto:[电子邮件受保护]
目标:活动

我什至无法显示系统设置对话框:

包:android.settings
类:android.settings.DisplaySettings

但是我应该使用什么操作类来调用网络设置(或移动数据设置)对话框?我知道,AnyCut 应用程序可以将此对话框的快捷方式放置到主屏幕,因此必须可以在 Tasker 中执行此操作。

I'm trying to create a task in Tasker for Android, to show Network Settings dialog.
I haven't problem to create task (Action Intent) to show a web page or send an email.

like this:

ACTION: android.intent.action.View
CAT: Default
DATA: mailto:[email protected]
TARGET: Activity

I can't show even the system settings dialog:

PACKAGE: android.settings
CLASS: android.settings.DisplaySettings

But what action class should I use to call the Network Settings (or mobile data settings) dialog? I know, that the AnyCut application can place this shortcut of this dialog to homescreen, so it must be possible to do it in Tasker.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£噩梦荏苒 2024-12-12 16:32:42

我明白了。解决方案:

创建 Misc/Component Intent 类型的新任务

Class : com.android.phone.Settings
Package: com.android.phone
Cat: Default
Target: Activity

I've got it. Solution:

Create new task of type Misc/Component Intent

Class : com.android.phone.Settings
Package: com.android.phone
Cat: Default
Target: Activity
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文