Skip to content Skip to sidebar Skip to footer

Has Anyone Received Android My_package_replaced Notifications?

I never get the MY_PACKAGE_REPLACED notifications. If I change it to PACKAGE_REPLACED, I do get the expected notifications. My SDK level is 19 and the devices are 4.0 and above. Do

Solution 1:

According to the documentation:

It does not contain any additional data; to receive it, just use an intent filter for this action.

So I think if you pull out the <data> tag from your intent filter it will work.

Post a Comment for "Has Anyone Received Android My_package_replaced Notifications?"