*Sebastian*, I guess you don't want receiver to know that who has the SMS correct? It will be bit difficult to do.As we use SmsManager class to send message from android code. You can download android package source code and get SmsManager.java file that is source code for it. See if you could make changes in it and achieve this.
Source code looks like this http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/1.6_r2/android/telephony/SmsManager.java *Thanks* Fahad Mullaji On Thu, Aug 2, 2012 at 5:56 AM, Basti189 <[email protected]> wrote: > Hello, > > I want to program an App which can send SMS with the special function. I > want to modify the header that the receiver of the sms don't see my phone > number but a number that you define in the App. > My english is very bad, but I hope you can understand this. > > Yours > > Sebastian > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

