7
บริบท Android.getResources.updateConfiguration () เลิกใช้แล้ว
เพียงไม่นาน context.getResources () updateConfiguration ()เลิกใช้งานแล้วใน Android API 25 และขอแนะนำให้ใช้บริบท createConfigurationContext ()แทน มีใครรู้บ้างว่าสามารถใช้createConfigurationContextเพื่อแทนที่ระบบ android ได้อย่างไร? ก่อนหน้านี้จะทำได้โดย: Configuration config = getBaseContext().getResources().getConfiguration(); config.setLocale(locale); context.getResources().updateConfiguration(config, context.getResources().getDisplayMetrics());