Skip to content

Commit

Permalink
Set FLAG_INCLUDE_STOPPED_PACKAGES on GCM intents
Browse files Browse the repository at this point in the history
Related to #75 #31
  • Loading branch information
mar-v-in committed Jan 12, 2016
1 parent 285cabc commit affce9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ private void handleAppMessage(DataMessageStanza msg) {
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");
}

Expand Down

0 comments on commit affce9d

Please sign in to comment.