blob: 64fec2ccbef25b510c9f3d6d3bfffe1ef2cacc60 [file] [log] [blame]
Sarah Chin2ca39362022-10-25 00:33:11 -07001# Keep classes and methods that have the @JavascriptInterface annotation
2-keepclassmembers class * {
3 @android.webkit.JavascriptInterface <methods>;
4}