If I use `*::class.java.name` in my code, and I h...
# android
w
If I use
*::class.java.name
in my code, and I have proguard/r8 set up for that class to obfuscate it, the return value of that code would be the obfuscated version too?
h
I've never had a problem using it in my code, even after obfuscation of the apk