Skip to content

Commit 877b438

Browse files
authored
Allow activity controls via web view (#3365)
1 parent b98a8a4 commit 877b438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui

play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private val SCREEN_ID_TO_URL = hashMapOf(
6868
205 to "https://myaccount.google.com/birthday",
6969
206 to "https://myaccount.google.com/gender",
7070
210 to "https://myaccount.google.com/locationsharing",
71+
212 to "https://myactivity.google.com/activitycontrols",
7172
214 to "https://myaccount.google.com/dashboard",
7273
215 to "https://takeout.google.com",
7374
216 to "https://myaccount.google.com/inactive",

0 commit comments

Comments
 (0)