在android.content.pm.ApplicationInfo类中有个FLAG_SYSTEM标志,通过这个标志(appInfo.flags & ApplicationInfo.FLAG_SYSTEM)可以判断当前的应用程序是否为系统的应用程序。
转自:http://blog.youkuaiyun.com/y13872888163/article/details/6435618
在android.content.pm.ApplicationInfo类中有个FLAG_SYSTEM标志,通过这个标志(appInfo.flags & ApplicationInfo.FLAG_SYSTEM)可以判断当前的应用程序是否为系统的应用程序。
转自:http://blog.youkuaiyun.com/y13872888163/article/details/6435618