Skip to content

Android API 28+ (OREO and Above) #225

@jhilland

Description

@jhilland

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions