Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1546eaf7 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge "docs: Edited sharedUserId deprecation message" into qt-dev am:...

Merge "docs: Edited sharedUserId deprecation message" into qt-dev am: 35b69e2c am: 4250ee9c am: bc42ebbf
am: 8ea366e1

Change-Id: I9dbafb6ff4852c916eeab8e8bc190596cd675c23
parents d24a9000 8ea366e1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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" />