Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
package org.apache.http.util;
import java.util.Map;
@Deprecated
/* loaded from: classes5.dex */
public class VersionInfo {
public static final String PROPERTY_MODULE = "info.module";
public static final String PROPERTY_RELEASE = "info.release";
public static final String PROPERTY_TIMESTAMP = "info.timestamp";
public static final String UNAVAILABLE = "UNAVAILABLE";
public static final String VERSION_PROPERTY_FILE = "version.properties";
public VersionInfo(String str, String str2, String str3, String str4, String str5) {
throw new RuntimeException("Stub!");
}
public final String getPackage() {
throw new RuntimeException("Stub!");
}
public final String getModule() {
throw new RuntimeException("Stub!");
}
public final String getRelease() {
throw new RuntimeException("Stub!");
}
public final String getTimestamp() {
throw new RuntimeException("Stub!");
}
public final String getClassloader() {
throw new RuntimeException("Stub!");
}
public String toString() {
throw new RuntimeException("Stub!");
}
public static final VersionInfo[] loadVersionInfo(String[] strArr, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
public static final VersionInfo loadVersionInfo(String str, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
public static final VersionInfo fromMap(String str, Map map, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
}