...
Code Block | ||
---|---|---|
| ||
MobileProtect.init(this, R.xml.mobileprotect); |
If you don’t have an Application
object, you need to create one and register it in AndroidManifest.xml
5. Optional: configuration for static obfuscation
...
...
Code Block | ||
---|---|---|
| ||
MobileProtect.init(this, R.xml.mobileprotect); |
If you don’t have an Application
object, you need to create one and register it in AndroidManifest.xml
...