(B4a 8)
I changed from c2dm notification to firebase.
Do I need still this entries in the Manifest editor :
AddManifestText(<permission android:name="$PACKAGE$.permission.C2D_MESSAGE" androidrotectionLevel="signature" />)
AddPermission($PACKAGE$.permission.C2D_MESSAGE)
AddPermission(com.google.android.c2dm.permission.RECEIVE)
I changed from c2dm notification to firebase.
Do I need still this entries in the Manifest editor :
AddManifestText(<permission android:name="$PACKAGE$.permission.C2D_MESSAGE" androidrotectionLevel="signature" />)
AddPermission($PACKAGE$.permission.C2D_MESSAGE)
AddPermission(com.google.android.c2dm.permission.RECEIVE)