Fix Lint Issues #171: Remove unused imports (#2533)

* Fix Lint Issues #171: Remove unused imports

Removed unused Java imports

* Fix Lint Issues #171: Perfromance issue, close cursor

Cursor was not closed when no longer needed
This commit is contained in:
Ronan Brigdale 2019-03-02 15:00:50 +01:00 committed by Vivek Maskara
parent 1b86726364
commit de9a72d465
37 changed files with 1 additions and 81 deletions

View file

@ -1,8 +1,6 @@
package fr.free.nrw.commons.settings;
import android.Manifest;
import android.app.AlertDialog;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.preference.EditTextPreference;
@ -27,8 +25,6 @@ import fr.free.nrw.commons.logging.CommonsLogSender;
import fr.free.nrw.commons.utils.PermissionUtils;
import fr.free.nrw.commons.utils.ViewUtil;
import static android.R.*;
public class SettingsFragment extends PreferenceFragment {
@Inject