标签:android style color io os ar java for sp
============问题描述============
============解决方案1============
String temp="package.classname"; Intent intent=new Intent(); intent.setClassName(this, temp);
Intent intent=new Intent(this,Class.forName(temp));
============解决方案2============
标签:android style color io os ar java for sp
原文地址:http://www.cnblogs.com/meizhenfen42/p/4033799.html