7f32e9c661
Bug: 17541363 Change-Id: I970206ee37bd8cf3afa69eb464f0e8b83d52fe4f
9 lines
353 B
Plaintext
9 lines
353 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
|
|
-keepclasses class com.android.email.activity.setup.AccountSettingsFragment
|