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

Commit f8dcfb2f authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Swap libcore annotations for framework versions" am: b2a83841

am: da1171a2

Change-Id: Ib4c4f2efaa14b165ea74bfc7c1b8d5ce79eb79a2
parents 2785286c da1171a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

package com.android.server.pm.dex;

import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UserIdInt;
import android.app.AppOpsManager;
import android.content.Context;
@@ -57,8 +59,6 @@ import dalvik.system.DexFile;
import dalvik.system.VMRuntime;

import libcore.io.IoUtils;
import libcore.util.NonNull;
import libcore.util.Nullable;

import java.io.File;
import java.io.FileNotFoundException;