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

Commit b2a83841 authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Swap libcore annotations for framework versions"

parents 56dedc8f b255cdcc
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;