Android context.getResources.updateConfiguration() deprecated

后端 未结 7 674
死守一世寂寞
死守一世寂寞 2020-11-22 16:05

Just recently context.getResources().updateConfiguration() has been deprecated in Android API 25 and it is advised to use context.createConfigurationContext() instead.

7条回答
  •  爱一瞬间的悲伤
    2020-11-22 16:56

    there is a simple solution with contextWrapper here : Android N change language programatically Pay attention to the recreate() method

提交回复
热议问题