Obfuscapk icon indicating copy to clipboard operation
Obfuscapk copied to clipboard

Can classes that implement specific interfaces prohibit obfuscation?

Open luowl123 opened this issue 4 years ago • 1 comments

Can classes that implement specific interfaces prohibit obfuscation? just like proguard

-keep class * implements android.os.Parcelable {
    public static final android.os.Parcelable$Creator *;
}

luowl123 avatar Apr 23 '21 09:04 luowl123

Hi @luowl123, currently it's not possibile, but it could be an interesting improvement.

ClaudiuGeorgiu avatar Apr 23 '21 09:04 ClaudiuGeorgiu