When I released the app the other day, it was discovered that tablets over 7 inches and under 10 inches work fine, while tablets over 10 inches work fine.
What should I write in AndroidManifest.xml to exclude tablets larger than 10 inches and only install tablets larger than 7 inches and smaller than 10 inches?
As for the description in the manifesto, I think it could only be excluded by specifying dp.This method excludes high-resolution devices in recent years, so it is recommended to exclude devices that are experiencing problems with the developer console.
However, if it is not a device-dependent bug, the exclusion setting is complicated, and there is a fundamental problem of why only 10 inches or more is the problem, so the best way is to find out the cause of the bug caused by a dynamic screen resize function.
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
917 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.