Add @Nullable annotation to getHdrCapabilities
android.view.Display.getHdrCapabilities() currently doesn't have any nullability annotation which could cause apps not handling the null case well. This adds a @Nullable annotation. FCRS_CODE : mdzreyxwfaamhy Bug: 342495033 Flag: NONE not related to a flag Test: atest DisplayManagerServiceTest Change-Id: I129013c443afcd83ecd108191de74712420bbcd9
Loading
Please register or sign in to comment