klinker41 / android-smsmms

Library for easily sending SMS and MMS for Android devices
673 stars 247 forks source link

This method is not supported in target SDK version 23 and above #115

Open RichardKimO opened 6 years ago

RichardKimO commented 6 years ago

I met an error message at Method requestRoute = ConnectivityManager.class.getMethod("requestRouteToHostAddress", Integer.TYPE, InetAddress.class); Utils.java

It caused by sdk version. So how can I resolve my problem over sdk 23?

Somebody give an advice for this?

AbandonedCart commented 6 years ago

They replaced the individual methods in ConnectivityManager with a NetworkRequest builder.

See https://github.com/klinker41/android-smsmms/issues/109