In the AndroidManifest you need:
<uses-feature android:name="android.hardware.telephony" android:required="false" />
The CALL_PHONE
permission implies telephony is required, but if you specify that is not you won’t be filtered.
In the AndroidManifest you need:
<uses-feature android:name="android.hardware.telephony" android:required="false" />
The CALL_PHONE
permission implies telephony is required, but if you specify that is not you won’t be filtered.