python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Incoming MMSs are not detected in Android app
I am working on an Android app that is supposed to detect incoming SMSs and MMSs and do some follow-up operations. I was able to implement the SMS part without any problem but when it comes to MMS, th...

alex_larion
Votes: 0
Answers: 1
intent doesnt work all time in receiver class extends broadcastReceiver, but toastMessage all time works when screen on
My receiver class extends BroadcastReceiver, i want to when app screen on intent open MainActivity but it doesnt run effectively. sometimes works but mostly doesnt work intent, doesnt go to mainActivi...
Muhammed Murat Göktaş
Votes: 0
Answers: 2
BroadcastReceiver with acton SCREEN_ON in background
I want to listen when screen of device is on and update widget but BroadcastReceiver does not work when I close my app. It works only when application is running.
AndroidManifest.xml:
<receiver...
Vitaliy Martynyuk
Votes: 0
Answers: 1
Is it possible to send a signal from an intent and recover it in another intent
I have 2 activities.. one is launched via deep links. MainActivity doesn't start DeeplinkActivity. How do I know from MainActivity when DeeplinkActivity finishes.
I have tried setting an intent filter...

Bret Joseph
Votes: 0
Answers: 3