android 判断应用程序是否为系统应用程序

来源:互联网 发布:js中simpledateformat 编辑:程序博客网 时间:2024/05/19 04:55

在android.content.pm.ApplicationInfo类中有个FLAG_SYSTEM标志,通过这个标志(appInfo.flags & ApplicationInfo.FLAG_SYSTEM)可以判断当前的应用程序是否为系统的应用程序。


转自:http://blog.csdn.net/y13872888163/article/details/6435618

原创粉丝点击