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

Commit 39ea525d authored by Mark Harman's avatar Mark Harman
Browse files

Fix warnings.

parent 91cd6970
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ import net.sourceforge.opencamera.ui.MyEditTextPreference;

import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.AlertDialog;
import android.app.DialogFragment;
import android.app.Fragment;
@@ -49,7 +48,6 @@ import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;

/** Fragment to handle the Settings UI. Note that originally this was a
 *  PreferenceActivity rather than a PreferenceFragment which required all
+0 −2
Original line number Diff line number Diff line
package net.sourceforge.opencamera;

import static java.nio.ByteBuffer.*;

import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;