After a clean install (wipe all) there seems to be a bug with display settings.
Just brightness setting is working the other two options like color temperature are force closing the settings.
After a clean install (wipe all) there seems to be a bug with display settings.
Just brightness setting is working the other two options like color temperature are force closing the settings.
Log cat:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.display.ScreenColorActivity}: android.content.res.Resources$NotFoundException: String array resource ID #0x7f070071
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2080)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2105)
at android.app.ActivityThread.access$600(ActivityThread.java:136)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1201)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4797)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: String array resource ID #0x7f070071
at android.content.res.Resources.getStringArray(Resources.java:469)
at com.android.settings.display.ScreenColorActivity.onCreate(ScreenColorActivity.java:64)
at android.app.Activity.performCreate(Activity.java:5024)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2044)
... 11 more