SMS Broadcast Receiver not working

前端 未结 4 1612
不知归路
不知归路 2021-01-23 08:33

Alright, I have tried every solution on Stack and nothing works.My current method registers the \"SmsListener\" receiver from the MainActivity. All I\'m trying to do is initiali

4条回答
  •  滥情空心
    2021-01-23 09:02

    Try following way with highest reading priority value,

    
        
            
        
    
    

    This will surely solve out your problem.

    Update from below comment,

    Since you are checking on Android version 6.0.1 just follow these steps,

    1. Go to Settings,
    2. Go to Apps
    3. Select your Application
    4. Choose Permissions Option
    5. Enable SMS permission

提交回复
热议问题