Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
450c744b023fca8de9aa65e0b5c072173efa9838
/
.
/
packages
/
CarrierDefaultApp
/
proguard.flags
blob: 64fec2ccbef25b510c9f3d6d3bfffe1ef2cacc60 [
file
] [
log
] [
blame
]
Sarah Chin
2ca3936
2022-10-25 00:33:11 -0700
[
diff
] [
blame
]
1
# Keep classes and methods that have the @JavascriptInterface annotation
2
-
keepclassmembers
class
*
{
3
@android
.
webkit
.
JavascriptInterface
<methods>
;
4
}