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

Commit 9f4132fa authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Do not allow apps to set night mode

Only privileged or signed apps should be able to do so.

Change-Id: I1b7878510de91c1e1a6c67d153ef8eb80bfe487a
Fixes: 113605757
parent 322a8b21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -913,7 +913,7 @@
    <!--  Control whether to lock day/night mode change from normal application. When it is
          true, day / night mode change is only allowed to apps with MODIFY_DAY_NIGHT_MODE
          permission. -->
    <bool name="config_lockDayNightMode">false</bool>
    <bool name="config_lockDayNightMode">true</bool>

    <!-- Control the default night mode to use when there is no other mode override set.
         One of the following values (see UiModeManager.java):