I have developed an application for sending sms using the SmsManager
class
SmsManager smsManager = SmsManager.getDefault();
smsManager .sendTextMessage("123456", null, "msg", null,null);
, after a while if i send messages one after another a dialog appears saying the application so and so is sending too many sms Allow
or Deny
, where as if i send messages using the native app such mesasge does not appear...Any thoughts