I have developed an app and tested it whith firebase test lab and this warning was shown: "Your app uses 2 interfaces that are not part of the SDK and are not supported by Android P and higher." I don´t know if I have to worry about this, does it mean that it won´t be compatible with some android versions? Will the app have more errors because of these warnings? Should I do anything? These are the two interfaces that are not part of the SDK:
Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V
Landroid/media/AudioManager;->getOutputLatency(I)I
It means it won't be compatible with Anroid versions under 9, which is a bit less than 50% of all devices