Commit 1552f32e authored by topjohnwu's avatar topjohnwu

Keep the methods in SN check interface

For some reason, Proguard optimization will remove the method
parent 50b73a67
...@@ -12,7 +12,10 @@ public interface ISafetyNetHelper { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment