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

Commit bad43b7a authored by Dan Pasanen's avatar Dan Pasanen
Browse files

CMFileManager: remove org.apache.http import

* This is deprecated and doesn't appear to be used anyway
* https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client

Change-Id: Ifa7c3eeb01cbb5827dc3d504933f99e1b847e070
parent bd4178a8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -53,8 +53,6 @@ import com.cyanogenmod.filemanager.util.DialogHelper;
import com.cyanogenmod.filemanager.util.ExceptionUtil;
import com.cyanogenmod.filemanager.util.FileHelper;

import org.apache.http.auth.AuthenticationException;

import de.schlichtherle.truezip.crypto.raes.RaesAuthenticationException;
import de.schlichtherle.truezip.file.TArchiveDetector;
import de.schlichtherle.truezip.file.TFile;