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

Commit 6780a415 authored by Varun Shah's avatar Varun Shah Committed by Automerger Merge Worker
Browse files

Merge "Persist UsageStats before backup." into rvc-dev am: 75aeabdd

Change-Id: I7673eb5f267dba193b2ea63e500bb9f65c2ab520
parents 4fb5efae 75aeabdd
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);
    }