fix: Update authority replacement method in GmsCoreSupportResourcePatch
This commit is contained in:
parent
5e1f899a3b
commit
6f4fa43b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ fun gmsCoreSupportResourcePatch(
|
|||
.joinToString(";") { authority ->
|
||||
APP_AUTHORITIES += authority
|
||||
|
||||
authority.replace(fromPackageName, toPackageName)
|
||||
authority.prefixOrReplace(fromPackageName, toPackageName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue