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

Commit 9004f5b8 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am d00fb429: am 03e352a2: am 8258fda1: Fix issue #2576268: There is no uiMode...

am d00fb429: am 03e352a2: am 8258fda1: Fix issue #2576268: There is no uiMode config change constant for the manifest
parents 1bf6cb72 d00fb429
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -534,6 +534,9 @@
        <!-- The screen layout has changed.  This might be caused by a
             different display being activated. -->
        <flag name="screenLayout" value="0x0100" />
        <!-- The global user interface mode has changed.  For example,
             going in or out of car mode, night mode changing, etc. -->
        <flag name="uiMode" value="0x0200" />
        <!-- The font scaling factor has changed, that is the user has
             selected a new global font size. -->
        <flag name="fontScale" value="0x40000000" />