We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf3cda commit 3451745Copy full SHA for 3451745
README.md
@@ -71,7 +71,7 @@ Sample
71
------
72
73
```java
74
-AndroidStringObfuscator.init(this);
+AndroidStringObfuscator.init(getApplicationContext());
75
76
// getting encrypted string resources
77
int stringId = R.string.hello;
0 commit comments