Skip to content

Commit

Permalink
feat: excludeFromRecentsの追加 (#312)
Browse files Browse the repository at this point in the history
* feat: excludeFromRecentsの追加

* feat: excludeFromRecentsの追加 version up

* fix: deeplink
  • Loading branch information
harukitosa authored Dec 5, 2024
1 parent 6896c8b commit 8ad1fb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
** 🔨FIXED **
- _message_suppressed送信前に、まれにクラッシュする不具合を修正しました。


### notifications 2.12.0
** 🔨FIXED**
- タスクキル状態でPush通知を開封した際の不具合を修正しました。

# Releases - 2024.08.21

### InAppMessaging 2.20.0
Expand Down
4 changes: 3 additions & 1 deletion notifications/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<application>
<receiver android:name="io.karte.android.notifications.MessageReceiver" />
<activity android:name="io.karte.android.notifications.MessageReceiveActivity" />
<activity
android:name="io.karte.android.notifications.MessageReceiveActivity"
android:excludeFromRecents="true" />
</application>
</manifest>
2 changes: 1 addition & 1 deletion notifications/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.12.0

0 comments on commit 8ad1fb7

Please sign in to comment.