-
Notifications
You must be signed in to change notification settings - Fork 28
Android API 28+ (OREO and Above) #225
Copy link
Copy link
Open
Description
Android began limiting the types of intent actions that can be invoked from a background service. Implicit Intent Actions (such as ACTION_POWER_CONNECTED) cannot be registered within the AndroidManifest.xml file.
You must now manually register your implicit Intent Actions programmatically.
i.e.
context.resgisterReceiver(yourBroadcastReceiver, new IntentFilter("Implicit.Intent.Action));
This would be great if Transfuse handled within its impl of BroadcastReceivers/IntentFilters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels