diff options
| author | Peter Visontay <pvisontay@google.com> | 2017-12-15 11:20:38 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-12-15 11:20:38 +0000 |
| commit | 47197c8870170e924fbbe352838d2e2e42093d1b (patch) | |
| tree | 8e46900d210aedcb49474c73e812a9fa60af2ea4 /core/java/android | |
| parent | 09f48f3111a94c6582befbd10e858201b3eb012e (diff) | |
| parent | 96449f61e6c875db9c6136d0758db668aadd173f (diff) | |
Merge "Log when an app shows a UI overlay."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/AppOpsManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java index c9435746f287..ea22d332cc4e 100644 --- a/core/java/android/app/AppOpsManager.java +++ b/core/java/android/app/AppOpsManager.java @@ -160,7 +160,7 @@ public class AppOpsManager { public static final int OP_WRITE_ICC_SMS = 22; /** @hide */ public static final int OP_WRITE_SETTINGS = 23; - /** @hide */ + /** @hide Required to draw on top of other apps. */ public static final int OP_SYSTEM_ALERT_WINDOW = 24; /** @hide */ public static final int OP_ACCESS_NOTIFICATIONS = 25; |
