Skip to content

Commit 527a0cd

Browse files
authored
Phenotype: resolve Gmail failing to send emails with attachments (#3189)
1 parent 207ef83 commit 527a0cd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ private val CONFIGURATION_OPTIONS = mapOf(
7070
Flag("45661535", encodeSupportedLanguageList(), 0),
7171
Flag("45700179", encodeSupportedLanguageList(), 0)
7272
),
73+
"gmail_android.user#com.google.android.gm" to arrayOf(
74+
Flag("45624002", true, 0),
75+
Flag("45668769", true, 0),
76+
Flag("45633067", true, 0),
77+
),
7378
)
7479

7580
class PhenotypeServiceImpl(val packageName: String?) : IPhenotypeService.Stub() {

0 commit comments

Comments
 (0)