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

Commit 322a8b21 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide Vr2dDisplayFlag annotation"

parents e074ef59 74d3fa5f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -474,9 +474,6 @@ package android.app {
    method public android.app.Vr2dDisplayProperties.Builder setEnabled(boolean);
  }

  public static abstract class Vr2dDisplayProperties.Vr2dDisplayFlag implements java.lang.annotation.Annotation {
  }

  public class VrManager {
    method public int getVr2dDisplayId();
    method public boolean isPersistentVrModeEnabled();
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ public final class Vr2dDisplayProperties implements Parcelable {

    public static final int FLAG_VIRTUAL_DISPLAY_ENABLED = 1;

    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef({
        FLAG_VIRTUAL_DISPLAY_ENABLED