mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-03 08:06:13 +01:00
parent
285cabc57f
commit
affce9dc23
@ -292,6 +292,7 @@ public class McsService extends Service implements Handler.Callback {
|
|||||||
for (AppData appData : msg.app_data) {
|
for (AppData appData : msg.app_data) {
|
||||||
intent.putExtra(appData.key, appData.value);
|
intent.putExtra(appData.key, appData.value);
|
||||||
}
|
}
|
||||||
|
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
|
||||||
sendOrderedBroadcast(intent, msg.category + ".permission.C2D_MESSAGE");
|
sendOrderedBroadcast(intent, msg.category + ".permission.C2D_MESSAGE");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user