You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/revanced-patches.api
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,42 @@ public final class app/revanced/patches/all/location/hide/HideMockLocationPatch
30
30
public fun transform (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;Lkotlin/Pair;)V
31
31
}
32
32
33
+
public abstract class app/revanced/patches/all/misc/build/BaseSpoofBuildInfoPatch : app/revanced/patches/all/misc/transformation/BaseTransformInstructionsPatch {
34
+
public fun <init> ()V
35
+
public synthetic fun filterMap (Lcom/android/tools/smali/dexlib2/iface/ClassDef;Lcom/android/tools/smali/dexlib2/iface/Method;Lcom/android/tools/smali/dexlib2/iface/instruction/Instruction;I)Ljava/lang/Object;
36
+
public fun filterMap (Lcom/android/tools/smali/dexlib2/iface/ClassDef;Lcom/android/tools/smali/dexlib2/iface/Method;Lcom/android/tools/smali/dexlib2/iface/instruction/Instruction;I)Lkotlin/Pair;
37
+
protected fun getBoard ()Ljava/lang/String;
38
+
protected fun getBootloader ()Ljava/lang/String;
39
+
protected fun getBrand ()Ljava/lang/String;
40
+
protected fun getCpuAbi ()Ljava/lang/String;
41
+
protected fun getCpuAbi2 ()Ljava/lang/String;
42
+
protected fun getDevice ()Ljava/lang/String;
43
+
protected fun getDisplay ()Ljava/lang/String;
44
+
protected fun getFingerprint ()Ljava/lang/String;
45
+
protected fun getHardware ()Ljava/lang/String;
46
+
protected fun getHost ()Ljava/lang/String;
47
+
protected fun getId ()Ljava/lang/String;
48
+
protected fun getManufacturer ()Ljava/lang/String;
49
+
protected fun getModel ()Ljava/lang/String;
50
+
protected fun getOdmSku ()Ljava/lang/String;
51
+
protected fun getProduct ()Ljava/lang/String;
52
+
protected fun getRadio ()Ljava/lang/String;
53
+
protected fun getSerial ()Ljava/lang/String;
54
+
protected fun getSku ()Ljava/lang/String;
55
+
protected fun getSocManufacturer ()Ljava/lang/String;
56
+
protected fun getSocModel ()Ljava/lang/String;
57
+
protected fun getTags ()Ljava/lang/String;
58
+
protected fun getTime ()Ljava/lang/Long;
59
+
protected fun getType ()Ljava/lang/String;
60
+
protected fun getUser ()Ljava/lang/String;
61
+
public synthetic fun transform (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;Ljava/lang/Object;)V
62
+
public fun transform (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;Lkotlin/Pair;)V
63
+
}
64
+
65
+
public final class app/revanced/patches/all/misc/build/SpoofBuildInfoPatch : app/revanced/patches/all/misc/build/BaseSpoofBuildInfoPatch {
66
+
public fun <init> ()V
67
+
}
68
+
33
69
public final class app/revanced/patches/all/misc/debugging/EnableAndroidDebuggingPatch : app/revanced/patcher/patch/ResourcePatch {
34
70
public static final field INSTANCE Lapp/revanced/patches/all/misc/debugging/EnableAndroidDebuggingPatch;
35
71
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
0 commit comments