在现有的frameWork设置选项列表中添加一个项目android

发布于 2024-12-08 18:27:26 字数 443 浏览 0 评论 0原文

大家好, 我创建了一个 homeScreen 应用程序,它对我来说运行良好。我看到的一件事是每次我单击“主页”按钮时,它都会列出本机家庭应用程序和我在其中安装的第三方应用程序。下图解释了上下文 list of home applications

这对于用户每次选择主屏幕来说有点额外的工作按主屏幕。所以我的想法是在设置->显示设置->中为用户提供选项这样他就可以选择他想要的应用程序。 setting menu

因为我可以访问完整的 Android 文件系统,并且可以创建我自己的图像和在开发板上的测试。这里的问题是我无法将项目添加到现有的设置代码中。或者你可以建议我其他解决方案。我尝试使用 mydroid 中的显示设置类。

Hie all,
I created one homeScreen Application and it working fine for me . one thing what i am seeing is every time i click on the HOME button it list me the native home application and the third party application which i installed in it . the below figure explains the context list of home applications

this is somewhat an extra work to user to select the home screen every time he presses the home screen. so what i was thinking is that to give the option for user in the settings->display seetings-> so that he can choose the application which he want .setting menu

as i ve access to complete android file system and i can create my own image and test in the development boards . The problem here is i am unable to add item to the existing settings code . or u can suggest me the other solution. i tried with the Display settings class in mydroid.

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

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

发布评论

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

评论(1

情归归情 2024-12-15 18:27:26
  1. 您无法在普通(非 root)Android 设备上通过代码更改系统设置(即更改菜单)。

  2. 用户可以通过勾选“默认使用此操作”来设置默认操作。在选择器屏幕上。从那时起,将不会要求用户选择操作,而是将调用默认操作。

  1. You can not change system settings (i.e. alter the menu) via code on normal (non-rooted) Android devices.

  2. User can set the default action by ticking "Use by default for this action." on selector screen. From then on user will not be asked to select the action, instead the default action will be invoked.

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