I would like to block features on tablet

I would like to be able to set required to false in the feature list in my Android.Manifest like so below. Currently I see that people are ejecting, but it seems like it could be include in app.config. Is this currently supported, and if not is this something the team would consider supporting?

<use-feature
     android:name="android.hardware.telephony"
     android:requried="false" />

you can customize any part of your android manifest using a config plugin: Config plugins: Introduction - Expo Documentation