Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Missing Android 14 integration steps (manifest require changes) #50

@andvalsol

Description

@andvalsol

Here's the following code that should be added in Android 14 in order to make the library comply with the required permissions.

Inside the AndroidManifest.xml file add the following:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING" />
as well as the following:
<service android:name="com.salesforce.android.chat.core.internal.service.ChatService" android:foregroundServiceType="remoteMessaging"> </service>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions