From fbe01e3c92120115598304ef3f21d8d9c479be0c Mon Sep 17 00:00:00 2001 From: Winson Chiu Date: Mon, 14 Sep 2020 17:40:26 +0000 Subject: [PATCH] Update sharedUserId warning to include migration Migrating off a sharedUserId for normal apps is not currently supported. Bug: 168332985 Test: none, docs change Change-Id: I6a541bfcd32fcb95a0130dba6d4d666af4f6f9b7 --- core/res/res/values/attrs_manifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 050c1c4b4df5e..fc26ca8f0e115 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -361,7 +361,9 @@ package manager. As such, its use is strongly discouraged and may be removed in a future version of Android. Instead, apps should use proper communication mechanisms, such as services and content providers, - to facilitate interoperability between shared components. --> + to facilitate interoperability between shared components. Note that + existing apps cannot remove this value, as migrating off a + shared user ID is not supported. -->