Have you tried to force a configuration change?
DisplayMetrics metrics = new DisplayMetrics(); metrics.densityDpi = DisplayMetrics.DENSITY_MEDIUM; metrics.setTo(metrics);
Not sure if it works. It is generally a bad idea to ignore what the OS thinks is the best.
source share