From cbd9ebb601931254bba8c985f5387880d70412f0 Mon Sep 17 00:00:00 2001 From: mau Date: Tue, 17 Oct 2023 16:11:53 +0900 Subject: [PATCH] userguide --- inappmessaging/USERGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inappmessaging/USERGUIDE.md b/inappmessaging/USERGUIDE.md index 9f241087..343fac61 100644 --- a/inappmessaging/USERGUIDE.md +++ b/inappmessaging/USERGUIDE.md @@ -485,7 +485,7 @@ Documents targeting Product Managers: ### 7.6.0 (In-Progress) * SDKCF-6327: Updated compile and target SDK to API 34 (Android 14). - - As part of security updates, it is now required for implicit intents to be marked as exported. If you plan to redirect users to internal app activity through a campaign's button action, make sure to mark the activity as `android:exported="true"`. + - As part of security updates, the use of implicit intents is restricted. If you plan to redirect users to internal app activity through a campaign's button action, make sure to mark the activity as `android:exported="true"`. ### 7.5.0 (In-Progress) * SDKCF-6575: Added sending of device Id in all IAM requests.