Reading Incoming SMS Messages in Android

I am trying to create an application to monitor incoming SMS messages and record entries. To do this, I create one activity class for launch start and one broadcast receive class.

In the manifest file, I declare uses-permissionand receiver. Then I debug and run the application on the emulator (AVD 5554). After that I send SMS using DDBS on the same AVD. Unfortunately, the activity screen appeared without errors, but no log message was logged in LogCat.

Is there something I missed in the steps? Plus, I used startActivity () in the code.

+3
source share
1 answer

. . , .

0

Source: https://habr.com/ru/post/1793596/


All Articles