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

Commit 69a964b2 authored by Victor Gabriel Savu's avatar Victor Gabriel Savu Committed by Automerger Merge Worker
Browse files

Merge "Fix typos in AppOps.md" into main am: 5aff6ff4

parents 279d997e 5aff6ff4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ indicating what code accesses what private data.
##### Self data accesses

This is similar to the [synchronous data access](#synchronous-data-accesses) case only that the data
provider and client are in the same process. In this case Android's RPC code is no involved and
provider and client are in the same process. In this case Android's RPC code is not involved and
`AppOpsManager.noteOp` directly triggers `OnOpNotedCallback.onSelfNoted`. This should be a uncommon
case as it is uncommon for an app to provide data, esp. to itself.