Background
Historically, Android session replays have been based on snapshots of the entire screen that are then used as the frames for the session replay. Starting with version v2.28.0 of the Android SDK, developers can now opt to capture their screens as wireframes. This generally allows for better performance on the main thread as well as more control over PII elements.
Native Android Implementation
To make this change, host app developers simply need to pass theWIREFRAME value to the setReplaySessionRecordingFormat() method on the Android SDK instance: