Dear friends, please for advice
in manifest editor i have
Service is OK, everything is OK. But in APP if I click on STOP BUTTON, where I have
then APP is going to "Icone mode"
and after this if new SMS is received, then the APP is starting alone and again....(but I stoped the service with StopService(receiveservice), why it is happen?
why STOPSERVICE is not functioned in my example? What is the best solution for this task, please?
Thank you very much
p4ppc
in manifest editor i have
AddPermission(android.permission.RECEIVE_SMS)
AddReceiverText(receiveservice,
<intent-filter>
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
</intent-filter>)
Service is OK, everything is OK. But in APP if I click on STOP BUTTON, where I have
B4X:
StopService(receiveservice)
and after this if new SMS is received, then the APP is starting alone and again....(but I stoped the service with StopService(receiveservice), why it is happen?
why STOPSERVICE is not functioned in my example? What is the best solution for this task, please?
Thank you very much
p4ppc