Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

API 31 support #23

Open
atulgpt opened this issue Oct 29, 2021 · 2 comments
Open

API 31 support #23

atulgpt opened this issue Oct 29, 2021 · 2 comments
Assignees

Comments

@atulgpt
Copy link

atulgpt commented Oct 29, 2021

Right now FlurryMessageListenerService in defines a Service but doesn't mention exported value to true or false. Ideally, it should be false.

Code section at AndroidManifest.xml

<application>
        <service android:name="com.flurry.android.marketing.messaging.FCM.FlurryMessageListenerService" >
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
...
</application>

It creates lots of hindrance as now all the the Android libraries are targeting API level 31 and which requires the compileSdk to 31 but then the app fails to install due to missing exported value in this library AndroidManifest.xml declaration

@poting-oath
Copy link
Collaborator

@atulgpt Thanks for the report! We will fix it in the next release.

@poting-oath poting-oath self-assigned this Jan 25, 2022
@poting-oath
Copy link
Collaborator

@atulgpt Fix is in release 13.1.0. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants