Merge "docs: Edited sharedUserId deprecation message" into qt-dev am: 35b69e2ca3
am: 4250ee9ce5
Change-Id: Ifeaad657c6662fb680e208ae7558faad26459eb3
This commit is contained in:
@@ -349,10 +349,10 @@
|
|||||||
will be given a single shared user ID, so they can for example run
|
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
|
in the same process. Note that for them to actually get the same
|
||||||
user ID, they must also be signed with the same signature.
|
user ID, they must also be signed with the same signature.
|
||||||
@deprecated Shared user id's cause non-deterministic behaviour within the
|
@deprecated Shared user IDs cause non-deterministic behavior within the
|
||||||
package manager. As such, it's use is discouraged, deprecated, and will
|
package manager. As such, its use is strongly discouraged and may be
|
||||||
be removed altogether in a future version of Android. Instead, proper
|
removed in a future version of Android. Instead, apps should use proper
|
||||||
communication mechanisms such as services and providers should be used
|
communication mechanisms, such as services and content providers,
|
||||||
to facilitate interoperability between shared components. -->
|
to facilitate interoperability between shared components. -->
|
||||||
<attr name="sharedUserId" format="string" />
|
<attr name="sharedUserId" format="string" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user