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

Commit ac8b7da3 authored by Victor Gabriel Savu's avatar Victor Gabriel Savu
Browse files

Fix typos in AppOps.md

Change-Id: I25562445e3a39fb337134d0697c928d647539ef8
parent 99624608
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -284,7 +284,7 @@ indicating what code accesses what private data.
##### Self data accesses
##### Self data accesses


This is similar to the [synchronous data access](#synchronous-data-accesses) case only that the data
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
`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.
case as it is uncommon for an app to provide data, esp. to itself.