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

Commit 75aeabdd authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Persist UsageStats before backup." into rvc-dev

parents 71e343bd fb7b3208
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1166,6 +1166,7 @@ class UserUsageStatsService {

    byte[] getBackupPayload(String key){
        checkAndGetTimeLocked();
        persistActiveStats();
        return mDatabase.getBackupPayload(key);
    }