Here is the message I got every time when I run my app.
Implicit intents with startService are not safe: Intent { act=com.clover.intent.action.ORDERSERVICEV3 (has extras) }
I am confused about this message because I was trying to get those extras and print them out. I just check the Intent document. This intent does not contain any Extra. There is nothing in there. Should I care about this message? Or how do I fix it? Thanks in advance.