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

Commit 5fd2c9e4 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Increment PowerStatsStore VERSION because of an incompatible format change

Bug: 326957699
Test: upgrade a device from a per-Nov 2023 build
Change-Id: I1784c6336d1a848f8f7e0c65e9b3c355816178cb
parent c5b8dc18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class PowerStatsSpan {
     * {@link #isCompatibleXmlFormat} to return true for all legacy versions
     * that are compatible with the new one.
     */
    private static final int VERSION = 1;
    private static final int VERSION = 2;

    private static final String XML_TAG_METADATA = "metadata";
    private static final String XML_ATTR_ID = "id";