mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Keep the methods in SN check interface
For some reason, Proguard optimization will remove the method
This commit is contained in:
@ -12,7 +12,10 @@ public interface ISafetyNetHelper {
|
|||||||
int BASIC_PASS = 0x10;
|
int BASIC_PASS = 0x10;
|
||||||
int CTS_PASS = 0x20;
|
int CTS_PASS = 0x20;
|
||||||
|
|
||||||
|
@Keep
|
||||||
void attest();
|
void attest();
|
||||||
|
|
||||||
|
@Keep
|
||||||
int getVersion();
|
int getVersion();
|
||||||
|
|
||||||
interface Callback {
|
interface Callback {
|
||||||
|
Reference in New Issue
Block a user