Open hhff opened 5 years ago
In order to override how the lib finds the device's phone number, this PR allows end users to do this:
com.klinker.android.send_message.Utils.setOwnNumberOverride(new com.klinker.android.send_message.OwnNumber() { @Override public String onYield(Context context) { return myCustomResolveNumberLogic(); } });
coply
In order to override how the lib finds the device's phone number, this PR allows end users to do this: