Skip to content

Commit d9493d7

Browse files
committed
Phenotype: Displays the Practice feature.
1 parent fdf89fd commit d9493d7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ private val CONFIGURATION_OPTIONS = mapOf(
7878
"com.google.android.apps.photos" to arrayOf(
7979
Flag("45617431", true, 0),
8080
),
81+
"com.google.android.apps.translate" to arrayOf(
82+
// Enable Practice Tab
83+
Flag("SpeakEasy__enabled", true, 0),
84+
// Enable Layout adjustment
85+
Flag("OpenMic__enable_open_mic_2_august_launch_ui", true, 0),
86+
// Enable Handwriting Improvements
87+
Flag("HandwritingImprovements__enable_handwriting_improvements", true, 0),
88+
),
8189
)
8290

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

0 commit comments

Comments
 (0)