Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2025-05-27 15:33:59 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8fabd10e5e1a9eb1e691b54b87c6d17d8ed00bd
f8fabd10
1 parent
676f4edf
deh part7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
warply_android_sdk/src/main/AndroidManifest.xml
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyFCMPushDelegate.java
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyHMSPushDelegate.java
warply_android_sdk/src/main/AndroidManifest.xml
View file @
f8fabd1
...
...
@@ -78,22 +78,22 @@
android:exported=
"false"
/>
<!-- FCM Service for push notifications -->
<service
android:name=
"ly.warp.sdk.services.FCMBaseMessagingService"
android:exported=
"false"
>
<intent-filter
>
<action
android:name=
"com.google.firebase.MESSAGING_EVENT"
/
>
</intent-filter
>
</service
>
<!-- <service-->
<!-- android:name="ly.warp.sdk.services.FCMBaseMessagingService"-->
<!-- android:exported="false">--
>
<!-- <intent-filter>--
>
<!-- <action android:name="com.google.firebase.MESSAGING_EVENT" />--
>
<!-- </intent-filter>--
>
<!-- </service>--
>
<!-- Service used for handling Huawei Push Notifications, comment if we are in Google build -->
<service
android:name=
"ly.warp.sdk.services.HMSBaseMessagingService"
android:exported=
"false"
>
<intent-filter
>
<action
android:name=
"com.huawei.push.action.MESSAGING_EVENT"
/
>
</intent-filter
>
</service
>
<!-- <service-->
<!-- android:name="ly.warp.sdk.services.HMSBaseMessagingService"-->
<!-- android:exported="false">--
>
<!-- <intent-filter>--
>
<!-- <action android:name="com.huawei.push.action.MESSAGING_EVENT" />--
>
<!-- </intent-filter>--
>
<!-- </service>--
>
<receiver
android:name=
"ly.warp.sdk.receivers.ConnectivityChangedReceiver"
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyFCMPushDelegate.java
0 → 100644
View file @
f8fabd1
This diff is collapsed. Click to expand it.
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyHMSPushDelegate.java
0 → 100644
View file @
f8fabd1
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment