Android configuration error in QT 5.15
-
I published an app built with QT 5.15 in Google Play and got Android Compatibility errors in Prelaunch Report:
Restricted from Android P
1 error identified
The following APIs will cause your app to break on your target version of Android and above
API Landroid/graphics/drawable/RotateDrawable$RotateState;->mPivotX:F
12 occurrences identified. Only unique stack traces are shown.and warnings:
Restricted from Android Q
13 warnings identified
Google can’t guarantee that the following APIs will work on your target version of Android, and they will be restricted from Android Q
API Landroid/graphics/drawable/GradientDrawable$GradientState;->mShape:I
2 occurrences identified. Only unique stack traces are shown.
...Is a dangerous that I am restricted from Android P and Android Q? Should I fix this?