Our apps are regularly tested for problems in the "Firebase Test Lab".
Today was the first time a warning "Non-SDK interfaces usage" was issued:
A first search led to this
However, due to a lack of background knowledge, no need for action could be derived from this.
Can anyone with certainty say what the necessary steps will be?
Today was the first time a warning "Non-SDK interfaces usage" was issued:
B4X:
Non-SDK interfaces usage
Your app uses 16 non-SDK interfaces, which are incompatible with Android P+. Sample of used non-SDK interfaces:
Landroid/graphics/drawable/GradientDrawable$GradientState;->mSolidColors:Landroid/content/res/ColorStateList;
Landroid/hardware/input/InputManager;->INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH:I
Landroid/hardware/input/InputManager;->getInstance()Landroid/hardware/input/InputManager;
Landroid/hardware/input/InputManager;->injectInputEvent(Landroid/view/InputEvent;I)Z
Landroid/os/Message;->flags:I
Landroid/os/Message;->recycleUnchecked()V
Landroid/os/Message;->when:J
Landroid/os/MessageQueue;->mMessages:Landroid/os/Message;
Landroid/os/MessageQueue;->next()Landroid/os/Message;
Landroid/view/View;->mAccessibilityDelegate:Landroid/view/View$AccessibilityDelegate;
Landroid/view/ViewConfiguration;->getDoubleTapMinTime()I
Landroid/view/WindowManagerGlobal;->getInstance()Landroid/view/WindowManagerGlobal;
Landroid/view/WindowManagerGlobal;->mParams:Ljava/util/ArrayList;
Landroid/view/WindowManagerGlobal;->mViews:Ljava/util/ArrayList;
Landroid/widget/AbsListView;->mFastScroll:Landroid/widget/FastScroller;
Ljava/nio/Buffer;->address:J
A first search led to this
However, due to a lack of background knowledge, no need for action could be derived from this.
Can anyone with certainty say what the necessary steps will be?