Documentation for android push notifications - missing action element in the manifest file

In the android push documentation:
https://backendless.com/documentation/messaging/android/messaging_push_notification_setup_androi.htm

you are missing the following line in the BroadcastReceiver (manifest file)

Without this line, the device wasn’t registered successfully with backendless’ servers, but there were no errors!!
The following line didn’t throw any exception -
Backendless.Messaging.registerDevice(gcmSenderId, new AsyncCallback<Void>() {
Please add this line to the documentation and/or throw some informative error when the action is missing.

Thanks

Check out the link given below

https://backendless.com/documentation/messaging/android/messaging_requirements.htm

under this link check out the steps given for Push Notification ,which clearly describes the suggestion you provided.

We modified the doc so both sections (Setup and Push Notification Setup) are consistent.

Regards,
Mark

hi , i don’t see an update on the document for this matter. having same issue. or i need to get my eyes checked

Hi,

Thanks for noticing, I’ve created an internal ticket BKNDLSS-13555 to fix this.

It is now fixed in the docs.

hi mark,

i see the changes in the android setup , but not on the setup overview side.

thanks