Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 652d7a91 authored by Moritz Horstmann's avatar Moritz Horstmann Committed by Marvin W.
Browse files

Include GCM message ID in app message intent

parent 3d9a8f4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -459,6 +459,7 @@ public class McsService extends Service implements Handler.Callback {
        intent.setAction(ACTION_C2DM_RECEIVE);
        intent.setPackage(msg.category);
        intent.putExtra(EXTRA_FROM, msg.from);
        intent.putExtra(EXTRA_MESSAGE_ID, msg.id);
        if (app.wakeForDelivery) {
            intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
        } else {