5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
# Keep classes and methods that have the @JavascriptInterface annotation
|
|
-keepclassmembers class * {
|
|
@android.webkit.JavascriptInterface <methods>;
|
|
}
|