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

Commit 083168e4 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Increment PowerStatsStore VERSION because of an incompatible format change" into main

parents af9ab323 5fd2c9e4
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";