您的位置:首页 > 移动开发 > Android开发

android context 获得

2014-04-22 14:00 260 查看
// Context c = createPackageContext(

// "com.atyun.apps.android.yundianjia",

// Context.CONTEXT_INCLUDE_CODE

// | Context.CONTEXT_IGNORE_SECURITY);

// Class clazz = c.getClassLoader().loadClass("com.atyun.apps.android.yundianjia.MyStoreUp");

// Object owner = clazz.newInstance();

// Object obj = clazz.getMethod("initStoreUpPage", String.class).invoke(owner,c,"top");
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: