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

Commit affce9dc authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Set FLAG_INCLUDE_STOPPED_PACKAGES on GCM intents

Related to #75 #31
parent 285cabc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ public class McsService extends Service implements Handler.Callback {
        for (AppData appData : msg.app_data) {
            intent.putExtra(appData.key, appData.value);
        }
        intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
        sendOrderedBroadcast(intent, msg.category + ".permission.C2D_MESSAGE");
    }