Skip to content

Commit 046c00b

Browse files
Phenotype: Fixed the issue of no Gemini entry point in Google Messages. (#3380)
Co-authored-by: Marvin W <git@larma.de>
1 parent 6f711bb commit 046c00b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ private val CONFIGURATION_OPTIONS = mapOf(
102102
// Enable NotebookLM video overview
103103
Flag("45741830", true, 0),
104104
),
105+
"com.google.android.apps.messaging#com.google.android.apps.messaging" to arrayOf(
106+
Flag("bugle_phenotype__enable_penpal_conversation", true, 0),
107+
Flag("bugle_phenotype__bug_325090692_enable_penpal_dasher_check", false, 0),
108+
),
105109
)
106110

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

0 commit comments

Comments
 (0)