Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e424e410 authored by Peiyong Lin's avatar Peiyong Lin
Browse files

angle_gl_driver_all_angle should accept integer.

Bug: b/169683490
Test: No error in adb shell settings put global angle_gl_driver_all_angle 0
Change-Id: I3416fa8df264e174890b31c5df6a0dedac32b8e7
parent 64389beb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ final class CoreSettingsObserver extends ContentObserver {
        sGlobalSettingToTypeMap.put(
                Settings.Global.GLOBAL_SETTINGS_ANGLE_DEBUG_PACKAGE, String.class);
        sGlobalSettingToTypeMap.put(
                Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_ALL_ANGLE, String.class);
                Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_ALL_ANGLE, int.class);
        sGlobalSettingToTypeMap.put(
                Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_SELECTION_PKGS, String.class);
        sGlobalSettingToTypeMap.put(