We’ve been searching for this but we haven’t found a fine response (or any response). The thing is that when building for Android, we find that the uses-feature android.software.home_screen appears on our manifest, which makes many devices invalid for an old app we are updating. So our question is:
Which setting of the Player Settings (or any other) toggles the android.software.home_screen feature?
We are using Unity 2020.3.23f1, for what matters.
Thanks in advance, everyone.
I think it’s related to Target Devices property in PlayerSettings,
android.software.home_screen is added when it’s set to PhonesTabletsAndTVDevicesOnly.
Setting this option to AllDevices should remove that item.