Target API 31 on Google variant
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package be.mygod.vpnhotspot.util
|
||||
|
||||
import android.content.Context
|
||||
import me.weishu.reflection.Reflection
|
||||
|
||||
fun UnblockHelper(context: Context) {
|
||||
check(Reflection.unseal(context) == 0)
|
||||
}
|
||||
Reference in New Issue
Block a user