Hide Vr2dDisplayFlag annotation

Bug: 113857483
Test: lunch taimen_xr-userdebug; builds; runs
Change-Id: Ide43d77cb3d453586c7df7d4653ed5a23b3e4b21
This commit is contained in:
Pat Plunkett
2018-09-04 10:45:25 -07:00
parent 8cc536c8d0
commit 74d3fa5f23
2 changed files with 1 additions and 3 deletions

View File

@@ -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();

View File

@@ -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