Simple example how to read sms from android device.
ReadSmsExample is hosted in the following web site
https://github.com/DmitriyZaitsev/ReadSmsExample
If you think the Android project ReadSmsExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ReadSmsExample.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.READ_SMS |
ReadSmsExample has the following Java source files.
com.dzaitsev.sms.ApplicationTest.java com.dzaitsev.sms.MainActivity.java com.dzaitsev.sms.MainFragment.java com.dzaitsev.sms.MyAdapter.java com.dzaitsev.sms.Sms.java