android:如何获取备份过程的默认应用程序?
我正在尝试获取默认应用程序(视频、图像、联系人、短信)以进行备份过程。我该怎么做?有没有默认方法可以做到这一点?
I'm trying to fetch the default applications (video, images, contact, sms) for backup process. How can i do this? Is there any default method for to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为默认设置(与 Android 操作系统一起安装的应用程序)和用户稍后安装的应用程序之间没有任何区别。据我所知,你不可能知道这一点。在 Android 开发者 Google 群组中提问或搜索此内容即可获取确认。
编辑:
以下代码获取所有已安装应用程序的名称。同样,您也可以获取 Packageinfo。
I dont think there is any difference between the default(apps installed along with the android OS) and apps installed later by user. As far as I know there is no way you can know that. Ask or Search this in Android Developers google groups to get a confirmation.
EDIT:
Following code gets the names of all installed apps. Similarly you can get Packageinfo as well.