我可以声明一个 IntentFilter 操作为“Main”的 PreferenceActivity 吗?和“启动器”的类别?
除了首选项屏幕之外,我的应用程序根本没有用户界面(通知除外)。我可以将首选项屏幕设置为“主”屏幕/用户双击我的应用程序图标时看到的内容吗?
我找不到任何可以做到这一点的示例,并且在谷歌上搜索指导只会出现各种 3rd-party Launcher 比较。
My app will have no user interface at all (exept for notifications) except for the Preferences screen. Can I make the Preferences screen the "main" screen/what the user sees when they 2-click my app's icon?
I can't find any examples that do that, and googling for guidance just turns up all kinds of 3rd-party Launcher comparisons.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的,只需将相关的意图过滤器添加到活动中即可
Yes it is possible, just add the relevant intent-filter to the activity