Name the permissions you need to declare in your AndroidManifest.xml file for sending and receiving SMS message

Name the permissions you need to declare in your AndroidManifest.xml file for sending and receiving SMS message



A. The two permissions are SEND_PERMISSION and RECEIVE_PERMISSION
B. The two permissions are SEND_MESSAGE and RECEIVE_MESSAGE
C. The two permissions are SEND_SMS and RECEIVE_SMS
D. The two permissions are SEND and RECEIVE


Answer: C


Learn More :