Undo IMediaContainerService changes
These should be in the next commit and not the previous one. Change-Id: I8d13fecf3b978ae2e796dc6e10ef3f969b27a0f4
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user