Skip to content

Commit

Permalink
Include stopped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Apr 21, 2018
1 parent 1acc13d commit c942625
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ private static void sendBroadcast(Context context, Intent intent, List<String> p
for (String p : packages) {
Intent copy = new Intent(intent);
copy.setPackage(p);
copy.setFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
context.sendBroadcast(copy);
}
}
Expand Down

0 comments on commit c942625

Please sign in to comment.