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

Commit 67897b1a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8884 into donut

* changes:
  DO NOT MERGE. Already in master. Fix calendar test.
parents 1521cd6e 0f2e6663
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ import android.content.pm.PackageManager;
import android.net.Uri;

import java.util.List;
import java.io.File;

/**
     * A mock context which prevents its users from talking to the rest of the device while
@@ -82,4 +83,8 @@ public class IsolatedContext extends ContextWrapper {
        return null;
    }

    @Override
    public File getFilesDir() {
        return new File("/dev/null");
    }
}