What do we do if an Android API we are using does ...
# android
t
What do we do if an Android API we are using does not properly set the @Nullable attribute? For example, PreferenceFragmentCompat.onCreate. So I get an illegal argument exception since savedInstanceBundle is null...