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

Commit bd623daf authored by Kenny Root's avatar Kenny Root
Browse files

Undo IMediaContainerService changes

These should be in the next commit and not the previous one.

Change-Id: I8d13fecf3b978ae2e796dc6e10ef3f969b27a0f4
parent 75a91389
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ package com.android.internal.app;
import android.net.Uri;
import android.os.ParcelFileDescriptor;
import android.content.pm.PackageInfoLite;
import android.content.res.ObbInfo;

interface IMediaContainerService {
    String copyResourceToContainer(in Uri packageURI,
@@ -29,5 +28,4 @@ interface IMediaContainerService {
                in ParcelFileDescriptor outStream);
    PackageInfoLite getMinimalPackageInfo(in Uri fileUri, int flags);
    boolean checkFreeStorage(boolean external, in Uri fileUri);
    ObbInfo getObbInfo(in Uri fileUri);
}