Obfuscapk
Obfuscapk copied to clipboard
Can classes that implement specific interfaces prohibit obfuscation?
Can classes that implement specific interfaces prohibit obfuscation? just like proguard
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
Hi @luowl123, currently it's not possibile, but it could be an interesting improvement.