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

Commit 7a52b6b7 authored by Ben Kwa's avatar Ben Kwa
Browse files

Disable productivity mode by default.

Productivity mode is a flag that was designed to be enabled only in
andromeda builds.  It should not be enabled in the base-level package.

BUG=24474568

Change-Id: I048bae9d3cf8270503cf245ed1e6959dab68571c
parent bf028210
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
-->

<resources>
    <bool name="productivity_device">true</bool>
    <bool name="productivity_device">false</bool>
</resources>