version:1.8.7
fix: update:去掉butterknife
This commit is contained in:
@@ -100,7 +100,7 @@ public class ApkUtils {
|
||||
// this.add("com.android.settings");
|
||||
this.add("com.android.messaging");
|
||||
this.add("com.android.camera2");
|
||||
this.add("com.android.mms");
|
||||
// this.add("com.android.mms");
|
||||
// this.add("com.uiui.city");
|
||||
// this.add("com.android.fmradio");
|
||||
// this.add("com.android.documentsui");
|
||||
@@ -126,7 +126,7 @@ public class ApkUtils {
|
||||
public static final String ANDROID_LAUNCHER3_CLASS_NAME = "com.android.launcher3.Launcher";
|
||||
public static final String ANDROID_LAUNCHER3_Quickstep_CLASS_NAME = "com.android.launcher3.uioverrides.QuickstepLauncher";
|
||||
|
||||
private static String TAG = ApkUtils.class.getSimpleName();
|
||||
private static final String TAG = "ApkUtils";
|
||||
|
||||
public static ArrayList<ApplicationInfo> getSystemApp(Context context) {
|
||||
PackageManager pm = context.getPackageManager();
|
||||
|
||||
@@ -27,7 +27,7 @@ import io.reactivex.rxjava3.core.Observer;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
|
||||
public class AppUsedTimeUtils {
|
||||
private static final String TAG = AppUsedTimeUtils.class.getSimpleName();
|
||||
private static final String TAG = "AppUsedTimeUtils";
|
||||
|
||||
@SuppressLint("StaticFieldLeak")
|
||||
private static AppUsedTimeUtils sInstance;
|
||||
|
||||
@@ -18,7 +18,7 @@ public class ForegroundAppUtil {
|
||||
private static final long START_TIME = END_TIME - TIME_INTERVAL;
|
||||
|
||||
public static final String TOPAPP_KEY = "TOP_ALWAYS_SHOW_APP_NAME";
|
||||
private static String TAG = ForegroundAppUtil.class.getSimpleName();
|
||||
private static final String TAG = "ForegroundAppUtil";
|
||||
|
||||
public static String getForegroundPackageName(Context context) {
|
||||
//系统应用可以直接获取
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.bumptech.glide.Glide;
|
||||
* Created by Li_Xavier on 2017/6/20 0020.
|
||||
*/
|
||||
public class GlideLoadUtils {
|
||||
private String TAG = "ImageLoader";
|
||||
private static final String TAG = "ImageLoader";
|
||||
|
||||
/**
|
||||
* 借助内部类 实现线程安全的单例模式
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.util.Set;
|
||||
import java.util.function.BiConsumer;
|
||||
|
||||
public class OpenApkUtils {
|
||||
private static final String TAG = OpenApkUtils.class.getSimpleName();
|
||||
private static final String TAG = "OpenApkUtils";
|
||||
|
||||
@SuppressLint("StaticFieldLeak")
|
||||
private static OpenApkUtils sInstance;
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.util.Date;
|
||||
import java.util.Locale;
|
||||
|
||||
public class TimeUtils {
|
||||
private static final String TAG = TimeUtils.class.getSimpleName();
|
||||
private static final String TAG = "TimeUtils";
|
||||
|
||||
private static DateFormat df = new SimpleDateFormat("HH:mm", Locale.getDefault());
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
public class Utils {
|
||||
private static final String TAG = Utils.class.getSimpleName();
|
||||
private static final String TAG = "Utils";
|
||||
|
||||
/**
|
||||
* 获取设备序列号
|
||||
|
||||
Reference in New Issue
Block a user