Skip to content

Commit b69fc2d

Browse files
committed
Remove unused imports from AndroidPlugin.java
Deleted unused imports for Handler, Looper, and Process to clean up the code and improve maintainability.
1 parent 656063f commit b69fc2d

File tree

1 file changed

+0
-3
lines changed
  • src/serious_python_android/android/src/main/java/com/flet/serious_python_android

1 file changed

+0
-3
lines changed

src/serious_python_android/android/src/main/java/com/flet/serious_python_android/AndroidPlugin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
import androidx.annotation.NonNull;
66
import android.system.Os;
77
import android.content.Intent;
8-
import android.os.Handler;
9-
import android.os.Looper;
10-
import android.os.Process;
118

129
import io.flutter.embedding.engine.plugins.FlutterPlugin;
1310
import io.flutter.embedding.engine.plugins.activity.ActivityAware;

0 commit comments

Comments
 (0)