android构造其他应用的上下文对象(一般用不到)
有时需要访问其他应用的Context;
Context.createPackageContext(packageName, flags)
flags可取Context.CONTEXT_IGNORE_SECURITY;等忽略安全策略;
?