调整快传相关代码目录

This commit is contained in:
kehaoyuan
2019-06-17 17:21:46 +08:00
parent 55e9bd681e
commit b48a274707
13 changed files with 44 additions and 37 deletions

View File

@ -9,8 +9,6 @@ import android.content.pm.PackageInfo;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.os.Handler;
import androidx.core.content.ContextCompat;
import androidx.appcompat.app.AlertDialog;
import android.text.Html;
import android.text.Spanned;
import android.text.TextPaint;
@ -27,9 +25,9 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import com.gh.gamecenter.AboutActivity;
import com.gh.gamecenter.KcSelectGameActivity;
import com.gh.gamecenter.R;
import com.gh.gamecenter.kuaichuan.WifiMgr;
import com.gh.gamecenter.kuaichuan.view.KcSelectGameActivity;
import com.halo.assistant.HaloApp;
import com.lightgame.utils.Utils;
@ -41,6 +39,9 @@ import java.util.List;
import java.util.Locale;
import java.util.Map;
import androidx.appcompat.app.AlertDialog;
import androidx.core.content.ContextCompat;
public class DialogUtils {
private static boolean isShow = false;