blob: d21d40f7db9c9c94788c0efa693cc424a6f0d0d6 (
plain)
1
2
3
4
5
|
#Email-specific proguard flags that are not covered by UnifiedEmail go here
-keepclasseswithmembers class * {
public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
}
|