replicant-packages_apps_Email/proguard.flags
Paul Westbrook bb68c13afa Changes to support smaller email tombstone apk size
This reduces the tombstone down by 100K

A follow-on cl will remove the unused resources from the tombstone build

Bug: 17414014
Change-Id: I5d38811b17a5273ec726e750ab123e10e36cee04
2014-09-16 13:59:07 -07:00

8 lines
277 B
Plaintext

#Email-specific proguard flags that are not covered by UnifiedEmail go here
-keepclasseswithmembers class * {
public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
}
-keepclasses class com.android.email.activity.setup.AccountSetupFinal