Configuration 发生变化之后 Presentation 怎么显示 自定义的 Application 的 attachBaseContext 方法里面调用了 context =context.createConfigurationContext(config)来设置语言配置信息,但是调用后发现 Presentation 在创建时,onStart()方法在执行时检查显示指示发生了变化 if (!isConfigurationStillValid()) { Log.i(TAG, "Presentation is being dismissed because the " + "display metrics have changed since it was created."); mHandler.sendEmptyMessage(MSG_CANCEL); } ,然后会关闭 Presentation。
想请教一下,context.createConfigurationContext(config)要如何设置才行保持 Presentation 获得的 DisplayMetrics 不变呢
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.