diff options
| author | 2024-03-27 16:34:36 +0000 | |
|---|---|---|
| committer | 2024-03-27 16:36:10 +0000 | |
| commit | d1ca0d874cee10ebbd7ce9b363069b0f3ebb72ca (patch) | |
| tree | e5a40b1ac6dc95a36b8f22322c2598e776a2bc96 | |
| parent | 97f29153465e11240e4f580f79ceac98485a1ddf (diff) | |
Fix typo for DisplayManager.VIRTUAL_DISPLAY_FLAG_DESTROY_CONTENT_ON_REMOVAL
Change-Id: I2d740af6ea7037f0b93ca7e8f80cbfff09f0c7e2
| -rw-r--r-- | core/java/android/hardware/display/DisplayManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/display/DisplayManager.java b/core/java/android/hardware/display/DisplayManager.java index 4894fb1ec452..0321e1dfee78 100644 --- a/core/java/android/hardware/display/DisplayManager.java +++ b/core/java/android/hardware/display/DisplayManager.java @@ -395,7 +395,7 @@ public final class DisplayManager { * the display is removed. * * Public virtual displays without this flag will move their content to main display - * stack once they're removed. Private vistual displays will always destroy their + * stack once they're removed. Private virtual displays will always destroy their * content on removal even without this flag. * * @see #createVirtualDisplay |