Added
- Added the ability to configure whether SDK created Activities (such as
ContentCardsActivity
,BrazeWebViewActivity
, etc.) use theWindowManager.LayoutParams.FLAG_SECURE
to prevent screen capturing.- Configured via
braze.xml
through<bool name="com_braze_use_activity_window_flag_secure">true</bool>
. - Can also be configured via runtime configuration through
BrazeConfig.setShouldUseWindowFlagSecureInActivities()
. - Defaults to false.
- Configured via