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

Commit e9d96958 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: I58a82d5f680f0fe241a18974591905efd28132de
parents a9eb9199 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);
    }