I get the following exception from users on google play:
java.lang.SecurityException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.android.gsf (has extras) } without permission com.google.android.c2dm.permission.RECEIVE
Within 8 months, I uploaded my application to the market, and this is the first time I have received this exception. Can someone tell me how this exception happened all of a sudden and what is it? I searched the net but couldn’t find anything. Please, help.
source
share