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

Commit a331383d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Delete package directory when app is uninstalled." into rvc-dev am:...

Merge "Delete package directory when app is uninstalled." into rvc-dev am: 9d298d4d am: 72a3797c

Change-Id: I89bdb4d2fe41ff9749f7e6703c2920b2b9f440f6
parents be7b8212 72a3797c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UserIdInt;
import android.content.LocusId;
import android.os.FileUtils;
import android.text.TextUtils;
import android.util.ArrayMap;

@@ -251,5 +252,6 @@ public class PackageData {
    void onDestroy() {
        mEventStore.onDestroy();
        mConversationStore.onDestroy();
        FileUtils.deleteContentsAndDir(mPackageDataDir);
    }
}