Remove proguard config for removed class
Change-Id: Ic926aa18d6d8a889c20c7f850a200774188ad422
This commit is contained in:
parent
28543e99ab
commit
57dbc3bf02
@ -22,11 +22,6 @@
|
|||||||
*** apply();
|
*** apply();
|
||||||
}
|
}
|
||||||
|
|
||||||
-keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper {
|
|
||||||
*** getTraceIfAvailable(android.database.Cursor);
|
|
||||||
*** log(android.database.Cursor);
|
|
||||||
}
|
|
||||||
|
|
||||||
-keep class * extends org.apache.james.mime4j.util.TempStorage
|
-keep class * extends org.apache.james.mime4j.util.TempStorage
|
||||||
|
|
||||||
# Keep names that are used only by unit tests or by animators
|
# Keep names that are used only by unit tests or by animators
|
||||||
@ -56,10 +51,6 @@
|
|||||||
*** isFirstUtf8Byte(byte);
|
*** isFirstUtf8Byte(byte);
|
||||||
*** replaceBareLfWithCrlf(java.lang.String);
|
*** replaceBareLfWithCrlf(java.lang.String);
|
||||||
}
|
}
|
||||||
-keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper {
|
|
||||||
*** getTraceIfAvailable(android.database.Cursor);
|
|
||||||
*** log(android.database.Cursor);
|
|
||||||
}
|
|
||||||
|
|
||||||
-keepclasseswithmembers class com.android.email.provider.EmailProvider {
|
-keepclasseswithmembers class com.android.email.provider.EmailProvider {
|
||||||
*** getReadableDatabase(android.content.Context);
|
*** getReadableDatabase(android.content.Context);
|
||||||
|
Loading…
Reference in New Issue
Block a user