如何创建一个任务来显示网络设置对话框?
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我明白了。解决方案:
创建
Misc/Component Intent
类型的新任务I've got it. Solution:
Create new task of type
Misc/Component Intent