You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intent.EXTRA_EMAIL extra is treated as a String in src/com/android/messaging/ui/conversation/LaunchConversationActivity.java and src/com/android/messaging/ui/conversationpicker/host/share/ShareIntentActivity.kt even though it should be a String[].
Intent.EXTRA_EMAIL extra is treated as a String in src/com/android/messaging/ui/conversation/LaunchConversationActivity.java and src/com/android/messaging/ui/conversationpicker/host/share/ShareIntentActivity.kt even though it should be a String[].