【转】运行时,获取其它apk的资源步骤

【转】运行时,获取其它apk的资源方法http://blog.csdn.net/wen0006/article/details/5797400String[] skinPk

【转】运行时,获取其它apk的资源方法
http://blog.csdn.net/wen0006/article/details/5797400



String[] skinPkgs = getPackageManager().getPackagesForUid(Process.myUid()); 
获取所有同一个  android:sharedUserId="com.hujl.mainskin"  的资源包  ,可以实现多套 skin 的切换 。