Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d8d297 authored by Piotr Wilczyński's avatar Piotr Wilczyński
Browse files

Update javadoc for Display.isInternal

Bug: 421160699
Test: none, documentation only
Flag: com.android.server.display.feature.flags.display_topology_api
Change-Id: I0902b76f787c6fe600dc45874115f0255ca39042
parent 6b930544
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -843,7 +843,8 @@ public final class Display {
    }

    /**
     * Check if this is a built-in display.
     * Check if this is a built-in display, i.e. one that is physically part of the device rather
     * than one connected via an external cable, or a Wi-Fi/Overlay/Virtual one.
     */
    @FlaggedApi(FLAG_DISPLAY_TOPOLOGY_API)
    public boolean isInternal() {