This article is an example of how Android sends SMS. Share to everyone for your reference, specific as follows:
SMS and phone calls are the basic features of Android phones, and here are examples of how Android can deliver text messages.
The program looks like this:
I
When the device receives a new SMS message, it broadcasts an Intent containing the android. provider. Telephony. SMS_RECEIVED action.
For an application to listen to SMS Intent broadcast, you must first add the RECEIVE_SMS permission. Add a uses-permission to the application manifest, as shown in the following snippet:
AndroidManifest. xml code:
Source code o
);/** received SMS content * *String message = Mess.getmessagebody ();/** the phone number of the person who sent the message * *String telephonenum = mess.getdisplayoriginatingaddress ();/* Reciprocity, let's give him a reply. Message: Now becomes the receiver phone number */String sendTo = Telephonenum;/** SMS Manager Smsmanager Object */Smsmanager Smsmanager = Smsmanager.getdefault ();/** Add last time *
Reprint Please specify source: http://blog.csdn.net/chengbao315/article/details/51011358Related reading:Android Service component case: http://blog.csdn.net/chengbao315/article/details/50997218On the last book I mentioned the idea of trying to write the four components of Android, so I'm going to do a case of an Android broadcast component this time. This time to imitate the phone 360 software
.
arraylist
Main.xml
Androidmanifest.xml
The final effect diagram is:
As with the phone applet, there is a need to turn on two AVD to perform functional testing.
broken up read:
The main class of text messaging applications is Smsmanager. Android.telephony.gsm.SmsManager should be used before Android 2.0
Afterwards should use Android.telephony.SmsManager;
Smsmanager Smsmanager = Smsmanager.getdefault ()
Main Structure of SMS:
_ Id => short message number, for example, 100
Thread_id => the dialog number, for example, 100
Address => sender address, mobile phone number. For example, + 8613811810000
Person => sender. A number is returned, which is the serial number in the contact list. The stranger is null.
Date => long type. For example, 1256539465022
Protocol => Protocol 0 sms_rpoto, 1 mms_proto
Read => whether to read 0 unread, 1 read
Statu
first, the use of command simulation(i), Analog call1. Open command line cmd and enter Telnet.2. Then enter o localhost 5,554 to return to the car and connect to the emulator.3. Enter GSM call 13549243178, display OK is successful (phone number can be arbitrarily specified)(b), Analog SMS1. Open command line cmd and enter Telnet.2. Then enter o localhost 5,554 to return to the car and connect to the emulator.3.sms send 13549545612 Hello, show OK is su
Android development, sometimes need to get mobile information content, there is a way to get messages sent over the monitoring method: Public classSmsreciverextendsbroadcastreceiver{}//2. Get SMS ContentObject[] objects = (object[]) Intent.getextras (). Get ("PDUs");//3, loop through the SMS process for(Object object:objects) {//4. Get
@ Page {margin: 0.79in}P {margin-bottom: 0.08in}-->
copy busybox to Android
Cd/compat_app mkdir bin
RUN busybox . /busybox -- install-S/compat_app/bin
chmod 777 busybox
export Path =/compat_app/bin: $ PATH
ash
route found there exists 2 default gateway, that's why I can not use the second network.
route Delete-net 0.0.0.0/0 GW 192.168.200.1
To use the SMS service, you must add the SMS Service permission to AndroidManifest. xml.AndroidManifest. xmlPackage com. sms;Import java. util. List;Import android. app. Activity;Import android. app. PendingIntent;Import android.
Programmers can make some changes to the Android mobile operating system to meet users' needs. However, to modify the source code, you must first understand how to write the source code. Here we will first take a look at the specific implementation of the Android text message function to experience the relevant writing methods.
1: Android
. The fourth parameter is also a pendingintent, and when a message is sent to the recipient, the Pendingintent is broadcast and temporarily null.3. Finally, the right to send text messages to the app, add the following code to the manifest fileandroid:name= "Android.permission.SEND_SMS"/>Finished, you can try, whether in the real machine or simulator, the code is not complex, this is learning something, the function can be better, that is later in the study in the added.Please also give us a lot
Wemall Doraemon is the Android client program, the server uses Wemall Mall, do not make any changes to the original mall, only need to upload the interface file in the original mall directory to complete the server configuration, the client can be arbitrarily customized modification. This article share SMS listening receiver, used to automatically obtain SMS veri
the phone is no problem)! Tut Good pit Daddy! What the hell is going on here? Okay, patient. I think of another onchange (Boolean selfchange, Uri Uri), this method with URI parameter is only on the higher version of the Android system, so I have to print the URI here. The results found that the print is content://sms/910, content://sms/911 and the like, there
This example for you to share the Android create send and receive SMS application of the simple implementation process for your reference, the specific content as follows
First, receive SMS
The structure of the project is as follows: A simple function of receiving and sending SMS
1. Define a broadcast that receive
Android SMS Notification IDs: androidid
Private static final int icationication_id = 123; public static final int MESSAGE_FAILED_NOTIFICATION_ID = 789; public static final int DOWNLOAD_FAILED_NOTIFICATION_ID = 531;
The three Notification IDs are respectively received by the new SMS, failed to send the SMS, and failed
Without jailbreak the SMS cannot be synced directly to the iphone, videos, pictures, contacts can be directly used itools mobile phone move function super convenient from Android to iphone. The text message has to be adapted for import.Tools:Android phoneiphone phoneComputerItools SoftwareMethod/Step
Use itools to export text messages for Android phones as f
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.