I have an application for tablet and mobile, and to recognize if it's tablet or mobile I set a boolean value in a specific value file (similar to this example: Determine if the device is a smartphone or tablet?). for some reason, the pixel 7 pro (with android 13) is not getting this value correctly and recognizes it as a tablet. It's important to note that the activities' layout files are taken correctly.
Does somebody know why this could be happening?