summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2013-12-20 15:56:13 -0800
committerAndy Huang <ath@google.com>2013-12-20 16:02:37 -0800
commit0a2a346c8f40ad256eef840338a75a3bdfbe8251 (patch)
treee152dfe337077735b1e2676bdd95a1ebc798c821 /proguard.flags
parent94ba6249c0fa23988962d8761895ec65a0941a6e (diff)
downloadandroid_packages_apps_UnifiedEmail-0a2a346c8f40ad256eef840338a75a3bdfbe8251.tar.gz
android_packages_apps_UnifiedEmail-0a2a346c8f40ad256eef840338a75a3bdfbe8251.tar.bz2
android_packages_apps_UnifiedEmail-0a2a346c8f40ad256eef840338a75a3bdfbe8251.zip
fix internal fancy mailtos
Mailto: links that included anything other than a "to" address weren't handled correctly when a user clicked on one from within a message body. Pass the entire 'mailto' URL to ComposeActivity to ensure our normal mailto parsing code kicks in. Bug: 12137171 Change-Id: I0352ecc80b7c9cfadeb605f8e0b2a694387c9b03
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 270a08476..a80abcb97 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -10,6 +10,8 @@
-keepclasseswithmembers class com.android.mail.compose.ComposeActivity {
*** registerTestSendOrSaveCallback(...);
+ *** getSubject(...);
+ *** getBodyHtml(...);
}
-keepclasseswithmembers class com.android.mail.providers.protos.mock.MockUiProvider {