Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.baidu.license.download.utils;
import java.text.DecimalFormat;
/* loaded from: classes.dex */
public class CommonUtils {
private static final DecimalFormat a = new DecimalFormat("0.00");
static {
new String[]{"android.permission.READ_EXTERNAL_STORAGE", "android.permission.WRITE_EXTERNAL_STORAGE"};
}
public static String a(long j, long j2) {
return a.format(j / 1048576.0f) + "M/" + a.format(j2 / 1048576.0f) + "M";
}
}

View File

@@ -0,0 +1,8 @@
package com.baidu.license.download.utils;
/* loaded from: classes.dex */
public class FileUtils {
public static final String a(String str) {
return str.substring(str.lastIndexOf("/") + 1, str.length());
}
}

View File

@@ -0,0 +1,17 @@
package com.baidu.license.download.utils;
/* loaded from: classes.dex */
public class LogUtils {
public static void a(String str) {
c("LogUtils", str);
}
public static void a(String str, String str2) {
}
public static void b(String str, String str2) {
}
public static void c(String str, String str2) {
}
}