diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2019-12-20 21:02:55 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-12-20 21:02:55 +0000 |
| commit | bb09ee38bc52f367e60573180bf0c46afa523a29 (patch) | |
| tree | 1abb583e14ed360da1dd5c6c2bd7d764add2e532 /core/java | |
| parent | a50f8e9a998b8cb77cc6dd0805531724e34a085f (diff) | |
| parent | 1fec28066fe4ce25d9f1531b3058fdb59f067a83 (diff) | |
Merge "Adjustments after moving MediaStore inside APEX."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/annotation/RequiresPermission.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/annotation/RequiresPermission.java b/core/java/android/annotation/RequiresPermission.java index 59d419f78ee0..e5c0654f8bbe 100644 --- a/core/java/android/annotation/RequiresPermission.java +++ b/core/java/android/annotation/RequiresPermission.java @@ -15,8 +15,6 @@ */ package android.annotation; -import android.content.Intent; - import java.lang.annotation.Retention; import java.lang.annotation.Target; @@ -57,7 +55,7 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; * <p> * When specified on a parameter, the annotation indicates that the method requires * a permission which depends on the value of the parameter. For example, consider - * {@link android.app.Activity#startActivity(Intent)}: + * {@link android.app.Activity#startActivity(android.content.Intent)}: * <pre>{@code * public void startActivity(@RequiresPermission Intent intent) { ... } * }</pre> |
