From d0c19f116286a08ad3f6edef5c9a8f537cd7f23b Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Fri, 4 Oct 2019 19:49:00 +0000 Subject: [PATCH] docs: Edited sharedUserId deprecation message Test: make ds-docs -j32 Bug: 142139123 Change-Id: I3485785126f268c76f81f760fc19e0506929b272 --- core/res/res/values/attrs_manifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 77fca8fe4d8e1..c8e835be94f67 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -349,10 +349,10 @@ will be given a single shared user ID, so they can for example run in the same process. Note that for them to actually get the same user ID, they must also be signed with the same signature. - @deprecated Shared user id's cause non-deterministic behaviour within the - package manager. As such, it's use is discouraged, deprecated, and will - be removed altogether in a future version of Android. Instead, proper - communication mechanisms such as services and providers should be used + @deprecated Shared user IDs cause non-deterministic behavior within the + 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. -->