How do I exclude only Android tablets that are 10 inches or larger?

Asked 2 years ago, Updated 2 years ago, 47 views

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?

android

2022-09-30 20:56

1 Answers

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.


2022-09-30 20:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.