diff options
| author | Stanislav Zholnin <zholnin@google.com> | 2020-03-24 14:14:45 +0000 |
|---|---|---|
| committer | Stanislav Zholnin <zholnin@google.com> | 2020-03-24 14:14:45 +0000 |
| commit | b2ed79aecef492156d41f1ac8ec7e0a8778c5211 (patch) | |
| tree | 834126090eec1a73ca7e0a588154b07a732cfbb8 /core/java | |
| parent | 23ad582c1877cc40eec97872a8c80cc70f4139df (diff) | |
Expand javadoc based on API Council comment.
Fix: 150864974
Test: none
Change-Id: Id2df6becd59059477b724d7045cccdd81dd28a55
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/AppOpsManager.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java index 9c1a86158f4d..6d821eedd30f 100644 --- a/core/java/android/app/AppOpsManager.java +++ b/core/java/android/app/AppOpsManager.java @@ -8552,7 +8552,9 @@ public class AppOpsManager { /** * Pulls current AppOps access report and picks package and op to watch for next access report - * + * Returns null if no reports were collected since last call. There is no guarantee of report + * collection, hence this method should be called periodically even if no report was collected + * to pick different package and op to watch. * @hide */ @SystemApi |
