Skip to content

Commit 801481b

Browse files
authored
Allow accessing account blocklist via web view (#3329)
1 parent 88ccdea commit 801481b

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
@@ -71,6 +71,7 @@ private val SCREEN_ID_TO_URL = hashMapOf(
7171
214 to "https://myaccount.google.com/dashboard",
7272
215 to "https://takeout.google.com",
7373
216 to "https://myaccount.google.com/inactive",
74+
217 to "https://myaccount.google.com/blocklist",
7475
218 to "https://myaccount.google.com/profile-picture?interop=o",
7576
219 to "https://myactivity.google.com/myactivity",
7677
220 to "https://www.google.com/maps/timeline",

0 commit comments

Comments
 (0)