webview与js交互混淆问题

2017-05-18  本文已影响0人  tangyuan

-keepclassmembers class cn.xx.xx.Activity$AppAndroid {

public *;

}

-keepattributes *Annotation*

-keepattributes *JavascriptInterface*

例如:

-keepattributes*Annotation*

-keepattributes*JavascriptInterface*

-keepclassmembersclass com.imoblife.tus.activity.WebActivity$AndroidJsInterface {

public *;

}

上一篇 下一篇

猜你喜欢

热点阅读