| Index: android_webview/apk/java/proguard.flags
|
| diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
|
| index c94cca6949170eb92d63f2a1cc980610f42cbeb0..9ca6ceb5ee8239f4aef80f202a21d728ea0a0e03 100644
|
| --- a/android_webview/apk/java/proguard.flags
|
| +++ b/android_webview/apk/java/proguard.flags
|
| @@ -77,6 +77,11 @@
|
| public int getDisabledActionModeMenuItems();
|
| }
|
|
|
| +# Keeps for method level annotations.
|
| +-keepclasseswithmembers class * {
|
| + @android.webkit.JavascriptInterface <methods>;
|
| +}
|
| +
|
| # Ignore notes and warnings about the support library, which uses reflection and
|
| # may reference classes no longer in the SDK.
|
| -dontnote android.support.**
|
|
|