如何使用活动名称或软件包名称打开特定于设备的设置页面?
我有一个称为.settings.applocksettingsactivity
的系统设置活动,并且我想在启动应用程序时启动该设置页面。应用程序是一个简单的启动器,除了设置外,没有显示其他页面。
I have a system settings activity called .settings.AppLockSettingsActivity
and I want to launch that settings page when my app launches. App is a simple launcher doesn't show other pages except the settings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的androidManifest.xml中添加此意图过滤器
,如果写入意图过滤器,也会删除它们
Add to this intent filters in your AndroidManifest.xml
and if somewhere intent filters is written, delete them as well