From 6fda3fcf5bd28a446cc1d7f316a1859ff74f4610 Mon Sep 17 00:00:00 2001 From: DaVinci9196 Date: Fri, 27 Mar 2026 14:35:18 +0800 Subject: [PATCH] Allow activity controls via web view --- .../kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt b/play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt index 731462b8de..253e829acf 100644 --- a/play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt +++ b/play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt @@ -68,6 +68,7 @@ private val SCREEN_ID_TO_URL = hashMapOf( 205 to "https://myaccount.google.com/birthday", 206 to "https://myaccount.google.com/gender", 210 to "https://myaccount.google.com/locationsharing", + 212 to "https://myactivity.google.com/activitycontrols", 214 to "https://myaccount.google.com/dashboard", 215 to "https://takeout.google.com", 216 to "https://myaccount.google.com/inactive",