diff options
| author | 2018-08-28 16:58:59 +0100 | |
|---|---|---|
| committer | 2018-08-28 17:10:37 +0100 | |
| commit | ca022f68af46d6b30e5f39789acf2d39bb5ddd52 (patch) | |
| tree | 56ceff49784dfe796de9124efa426411588dc418 | |
| parent | 32f68e6b6b4a686268d75c868b9682fdd91a6e81 (diff) | |
Remove links to @removed classes.
We should keep the docs around for system components, but we can't link
to them anymore in the public docs since the permissions are no longer
public.
Bug: 111131054
Test: m -j4 offline-sdk-docs
Change-Id: I6bce56f35c8ff046229ff33a004952bbcc0e48d7
| -rw-r--r-- | core/java/android/hardware/display/DisplayManager.java | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/core/java/android/hardware/display/DisplayManager.java b/core/java/android/hardware/display/DisplayManager.java index d51e896949fc..e8fb28779563 100644 --- a/core/java/android/hardware/display/DisplayManager.java +++ b/core/java/android/hardware/display/DisplayManager.java @@ -167,8 +167,7 @@ public final class DisplayManager { * reasonable measures, such as over-the-air encryption, to prevent the contents * of the display from being intercepted or recorded on a persistent medium. * </p><p> - * Creating a secure virtual display requires the - * {@link android.Manifest.permission#CAPTURE_SECURE_VIDEO_OUTPUT} permission. + * Creating a secure virtual display requires the CAPTURE_SECURE_VIDEO_OUTPUT permission. * This permission is reserved for use by system components and is not available to * third-party applications. * </p> @@ -228,9 +227,8 @@ public final class DisplayManager { * </p> * * <p> - * Creating an auto-mirroing virtual display requires the - * {@link android.Manifest.permission#CAPTURE_VIDEO_OUTPUT} - * or {@link android.Manifest.permission#CAPTURE_SECURE_VIDEO_OUTPUT} permission. + * Creating an auto-mirroing virtual display requires the CAPTURE_VIDEO_OUTPUT + * or CAPTURE_SECURE_VIDEO_OUTPUT permission. * These permissions are reserved for use by system components and are not available to * third-party applications. * |