Skip to content

Commit

Permalink
remove not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Dec 16, 2024
1 parent 923944f commit f841c48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/com/archos/mediaprovider/video/NetworkScannerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,17 @@

package com.archos.mediaprovider.video;

import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.job.JobInfo;
import android.app.job.JobScheduler;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.util.Log;

import androidx.preference.PreferenceManager;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.FileWriter;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
Expand Down

0 comments on commit f841c48

Please sign in to comment.