Android devices best practice (Excluding devices and font support)

Hi

I have recently released my app to the Google Play Store and trying to manage which devices to make it available for.

For the IOS devices, it was pretty straightforward. I have locked the device orientation to portrait mode only in Main. dart and disable the iPad support, which I found normal practice for many apps.

I was wondering if there was a "best practice" for Android devices in terms of:
- Is it normal practice to Exclude all tablets and only support phones + portrait orientation?
- What is the best practice for font size support and/or is it normal to fix that to avoid to many problems?
- other?

1
1 reply