fix "Tap to set up" not working when obfuscated

Bug: 11751238
Change-Id: I0ed0d66f3ab95aa04871b4d2629f2de0443f907d
diff --git a/proguard.flags b/proguard.flags
index dd94b99..270a084 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -73,3 +73,7 @@
 -keepclasseswithmembers class * extends com.android.mail.ui.ConversationSpecialItemView {
   *** setAnimatedHeight(...);
 }
+
+# the widget "Tap to set up" intent builder references this class by name...
+-keep class com.android.mail.ui.MailboxSelectionActivity
+