xref: /aosp_15_r20/frameworks/base/packages/CarrierDefaultApp/proguard.flags (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker# Keep classes and methods that have the @JavascriptInterface annotation
2*d57664e9SAndroid Build Coastguard Worker-keepclassmembers class * {
3*d57664e9SAndroid Build Coastguard Worker    @android.webkit.JavascriptInterface <methods>;
4*d57664e9SAndroid Build Coastguard Worker}
5