Reputation: 12819
Is it possible to change the sender number when sending an sms from my android program ?
Thanks
Upvotes: 1
Views: 10944
Reputation: 1078
Yes, but you need to use a third party SMS Gateway. You can reroute the SMS to come from a phone number that you register for your app.
TextMagic - http://www.textmagic.com/app/pages/en/products/bulk-sms-gateway-api
Upvotes: 0
Reputation: 4147
The simple answer is no.
Why??
well thats because the way SMS works. You never send your number, its the service provider which makes sure that senders number is sent.
Upvotes: 3