mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-12 20:11:13 +01:00
Remove unused imports
This commit is contained in:
parent
990a957383
commit
1dc92b2a12
2 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,7 @@ import java.net.MalformedURLException;
|
|||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipInputStream;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ package com.termux.app;
|
|||
import android.content.Context;
|
||||
import android.media.AudioManager;
|
||||
import android.support.v4.widget.DrawerLayout;
|
||||
import android.util.Log;
|
||||
import android.view.Gravity;
|
||||
import android.view.InputDevice;
|
||||
import android.view.KeyEvent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue