1
0
Fork 0

Issue #4907: Link to usage of sharedUserId in Fennec code.

master
Sebastian Kaspari 2019-08-26 18:14:47 +02:00
parent be8b789e62
commit 389b85f783
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ android {
applicationIdSuffix ".firefox"
manifestPlaceholders = [
// This release type is meant to replace Firefox (Release channel) and therefore needs to inherit
// its sharedUserId for all eternity. Shipping an app update without sharedUserId can have
// its sharedUserId for all eternity. See:
// https://searchfox.org/mozilla-central/search?q=moz_android_shared_id&case=false&regexp=false&path=
// Shipping an app update without sharedUserId can have
// fatal consequences. For example see:
// - https://issuetracker.google.com/issues/36924841
// - https://issuetracker.google.com/issues/36905922