Android Question Strict Mode policy violation AppCompat

MarkNZ

Member
Licensed User
Longtime User
An app I am submitting has a series of Strict mode policy warning in the Google Pre-Launch report.

'StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V'

The make 'makeOptionalFitsSystemWindows' call shows in their report log as :

'at androidx.appcompat.widget.ViewUtils.makeOptionalFitsSystemWindows(ViewUtils.java:84)'

The App is using the B4A library Appcompat (4.0) but this error seems to be in Androidx.AppCompat which I assume is different from the AppCompat library (?).

Is this actually likely to become a problem as suggested by the Google Pre-Launch report?

Thanks
 
Top