csu333 / Surrogate

This is the repository for the Surrogate Xposed module
25 stars 7 forks source link

pokemon go rule #11

Closed melchisedekko closed 7 years ago

melchisedekko commented 7 years ago

I'm really not an expert by any means, so I apologize if i'm not clear or If i make some silly mistakes. I looking for some help to set a rule to avoid the pokemong go app to check if the phone is rooted. I'm Not sure if what i'm doing is correct. Please see the attachments DeviceBlockProvider.txt DeviceBlockProvider.smali.txt

rule

circleous commented 7 years ago

The packagename is com.nianticlabs.pokemongo. I dont know Java interpretation of Boolean, but i believe its not as a String. EDIT: Boolean => java.lang.Boolean, maybe.