Migration Guide to Version 1.3.x

Malwarelytics for Android version 1.3.x introduces a few minor changes to the format of the returned data.

Summary of API Changes

Affected APIs API change
ScreenSharingDetection Change of available properties
ScreenSharingDetection.TransientScreenSharingData Change of available properties
ScreenSharingDetection.DisplayChange Class addition
AndroidAutoDetection Class addition
RaspManager.getAndroidAutoDetection() Method addition
AppInfoUtils.getAppInfo() Class and method addition
AppInfo Class addition

Changes to Screen Sharing Detection Data

The ScreenSharingDetection changes:

Available properties in version 1.2.x Available properties in version 1.3.x Comment
isProblematic: Boolean isProblematic: Boolean No change
isScreenShared: Boolean isScreenShared: Boolean No change
numberOfDisplays: Int numberOfDisplays: Int No change
N/A androidAutoDetection: AndroidAutoDetection Addition
transientData: TransientScreenSharingData transientData: TransientScreenSharingData? Nullability change
Change of properties of TransientScreenSharingData
isTransientChange: Boolean isTransientChange: Boolean No change

The ScreenSharingDetection.TransientScreenSharingData changes:

Available properties in version 1.2.x Available properties in version 1.3.x Comment
displayAdded: Boolean N/A Removal
displayRemoved: Boolean N/A Removal
N/A displayChange: DisplayChange Addition
N/A displayId: Int Addition

Further details about the screen sharing detection data can be found in Screen Sharing Detection.

Last updated on Apr 15, 2025 (13:16) View product
Search

1.3.x

Malwarelytics for Android