Skip to content

Commit

Permalink
chore: Remove no longer needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 13, 2017
1 parent 6be012e commit 8f95dde
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
Expand All @@ -33,8 +30,6 @@

import java.util.List;

import com.edricchan.studybuddy.BuildConfig;

/**
* A {@link PreferenceActivity} that presents a set of application settings. On
* handset devices, settings are presented as a single list. On tablets,
Expand Down Expand Up @@ -440,6 +435,7 @@ public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {

/**
* Gets the version of the app
*
* @return The version of the app (string)
*/
public String getVersion() {
Expand All @@ -448,6 +444,7 @@ public String getVersion() {

/**
* Gets the version code of the app
*
* @return The version code of the app (integer)
*/
public int getVersionCode() {
Expand Down

0 comments on commit 8f95dde

Please sign in to comment.