fix(GmsCore support): use prefixOrReplace for non-matching APP_AUTHORITIES in content URL transformation (#6801)
This commit is contained in:
parent
5fe8b58284
commit
8f6f128d71
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ fun gmsCoreSupportResourcePatch(
|
||||||
.joinToString(";") { authority ->
|
.joinToString(";") { authority ->
|
||||||
APP_AUTHORITIES += authority
|
APP_AUTHORITIES += authority
|
||||||
|
|
||||||
authority.replace(fromPackageName, toPackageName)
|
authority.prefixOrReplace(fromPackageName, toPackageName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue