[nullsafe] Register android.provider.Settings content Uris

Reviewed By: mityal

Differential Revision: D26345642

fbshipit-source-id: 752188338
master
Joshua Selbo 4 years ago committed by Facebook GitHub Bot
parent 39c00d557e
commit 1596fc7e85

@ -769,6 +769,12 @@ let field_nullability =
; ("android.net.Uri.EMPTY", o)
; ("android.provider.MediaStore$Images$Media.EXTERNAL_CONTENT_URI", o)
; ("android.provider.MediaStore$Images$Media.INTERNAL_CONTENT_URI", o)
; ("android.provider.Settings$Global.CONTENT_URI", o)
; ("android.provider.Settings$Secure.CONTENT_URI", o)
; ("android.provider.Settings$System.CONTENT_URI", o)
; ("android.provider.Settings$System.DEFAULT_ALARM_ALERT_URI", o)
; ("android.provider.Settings$System.DEFAULT_NOTIFICATION_URI", o)
; ("android.provider.Settings$System.DEFAULT_RINGTONE_URI", o)
; ("android.opengl.EGL10.EGL_NO_CONTEXT", o)
; ("android.opengl.EGL10.EGL_NO_DISPLAY", o)
; ("android.opengl.EGL10.EGL_NO_SURFACE", o)

Loading…
Cancel
Save