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

Commit 1897b577 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Initialize the Installer in the StorageStatsService."

parents 96b39666 2f0b45ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ public class StorageStatsService extends IStorageStatsManager.Stub {
        mPackage = context.getSystemService(PackageManager.class);
        mStorage = context.getSystemService(StorageManager.class);
        mInstaller = new Installer(context);
        mInstaller.onStart();
    }

    private void enforcePermission(int callingUid, String callingPackage) {