diff options
| author | 2019-10-07 13:09:14 -0700 | |
|---|---|---|
| committer | 2019-10-07 13:09:14 -0700 | |
| commit | 790df6823b3ee6b480820fbd29f35da7938a8aae (patch) | |
| tree | f871ed3fde3e950176f97493cd359a994cf13626 | |
| parent | 7f20633990b6ed076cba0a45302e66a4fcd8d3c1 (diff) | |
| parent | 4250ee9ce5a133f4e921d22f68c46983cd0ca6c5 (diff) | |
Merge "docs: Edited sharedUserId deprecation message" into qt-dev am: 35b69e2ca3
am: 4250ee9ce5
Change-Id: I89f68ac5747386c1458d425254a468b528f8c0fe
| -rw-r--r-- | core/res/res/values/attrs_manifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 77fca8fe4d8e..c8e835be94f6 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. --> <attr name="sharedUserId" format="string" /> |