hec*_*ana 8 android android-context android-fragments
我有这个方法,可以从正常活动调用:
getBaseContext().getResources().updateConfiguration(config2, getBaseContext().getResources().getDisplayMetrics());
Run Code Online (Sandbox Code Playgroud)
问题是我不能getBaseContext()在Fragment中调用,我该怎么做?或者我需要getBaseContext()从Fragment类中替换什么?