diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2019-12-20 22:08:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-20 22:08:33 +0000 |
| commit | 31a7838fb14cd1c7c00a01c2f5b1cd1df9af259b (patch) | |
| tree | 743e39ca909487c685aa8c6f5f0126f5f09f588b /core/java/android | |
| parent | c037935d74633912cf57738559e925484144d053 (diff) | |
| parent | 20d6f2e6e15e0f723dde471efe2a2c6785c55fe5 (diff) | |
Merge "Replace import with fully qualified javadoc."
Diffstat (limited to 'core/java/android')
| -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> |
