Loading core/java/android/app/AppOps.md +4 −4 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/app/AppOps.md +4 −4 Original line number Original line Diff line number Diff line Loading @@ -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. Loading