mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-18 07:07:32 +01:00
parent
285cabc57f
commit
affce9dc23
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user