summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: ce5024591d0e79b6aa7f8e6fd9d11ce03c7e965d (plain)
1
2
3
4
5
6
7
8
#Email-specific proguard flags that are not covered by UnifiedEmail go here

-keepclasseswithmembers class * {
  public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
}

-keep class com.android.email.activity.setup.AccountSetupFinal
-keep class com.android.email.activity.setup.AccountSettingsFragment