Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android S8+ warning message "does not support the current Display size setting and may behave unexpectedly"

I have this warning message in Samsung S8+ Android 7:

APP_NAME does not support the current Display size setting and may behave unexpectedly.

What it means and how can I remove it?

Thank you

like image 451
Scinfu Avatar asked Oct 20 '25 12:10

Scinfu


1 Answers

Solved by adding in supports-screens

android:xlargeScreens="true"

and removing:

android:requiresSmallestWidthDp="600"

like image 54
Scinfu Avatar answered Oct 23 '25 01:10

Scinfu