是否有所有 Android 手机构造函数的所有股票消息应用程序包名称的列表?
或者,有没有一种简单的方法可以知道系统应用程序的包名称?
Alternatvely, is there an easy way to know the package name of a system app ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我刚刚正在开发一个应用程序储物柜,其中有一个重要应用程序类别,可供用户锁定它们。
显然,默认短信应用程序是需要锁定的重要应用程序。
所以我创建了自己的默认短信应用程序包名称列表。
我希望这对您和其他人有所帮助,帮助我改进此列表:
I just was Developing an App locker that have a category for important app to offer user to lock them.
and obviously default SMS app is important app to lock.
so i create my own list of default sms apps package name.
I hope this will be helpful for you and others help me to improve this list:
你到底想做什么?
或者,为什么需要这样的列表?
作为一般建议,您不应根据静态列表编写任何代码,因为与此列表相关的任何内容都可能会发生变化。
What are you exactly trying to do?
Alternatively, why do you need such a list ?
As a general advice, you shouldn't code anything according to a static list, because anything related to this list is likely to evolve.
ya you can get
}
//你可以使用下面的方法获取系统安装的应用程序
ya you can get
}
//you can get the system installed app by using this below method