1# Most of the flags in this file are duplicated to refer to both the pre- and 2# post-jarjar remapping versions of the class names. This enables the same 3# config file to be used whether jarjar is enabled or not. 4 5 6# Keep the factory and its public members; it's the main entry point used by the 7# framework. 8-keep class com.android.webview.nullwebview.NullWebViewFactoryProvider { 9 public *; 10} 11 12