Android Question wifi and telephony features

lip

Active Member
Licensed User
Longtime User
I have added the toggle library to my app which has given me very simple access to enabling and disabling the wifi adapter programatically on tablets. I can installed the APK directly onto various tablets no problem. However, google play console now says that the app is incompatible with tablets, because it contains the 'telephony' feature - which requires that the device can make phone calls.

Anyone know a library that allows wifi to be controlled without having the telephony feature?

Or better still - a way of me using the toggle library but disabling the telephony feature?
 
Top