Migration Guide to Version 1.4.x
View product
v1.4.0
Malwarelytics for Android version 1.4.x introduces a few minor changes to the SDK configuration and SDK APIs.
Summary of Config Item Changes
Config Item in version 1.3.x | Config item in version 1.4.x |
---|---|
N/A | RaspConfig.emulatedInput(BlockConfig) |
N/A | RaspConfig.screenRecording(DetectionConfig) |
Summary of API Changes
Affected APIs | API change |
---|---|
ScreenRecordingDetection |
Class addition |
ScreenRecordingVisibilityStatus |
Enum addition |
RaspManager.isScreenBeingRecorded() |
Method addition |
RaspManager.getScreenRecodingDetection() |
Method addition |
RaspObserver.onScreenRecordingDetected(ScreenRecordingDetection) |
Method addition |
Summary of API Changes
Affected APIs | API change |
---|---|
ActiveCallDetection |
Change of available properties |
CallDirection |
Enum addition |
ThreatIndex.order |
Enum property addition |
ThreatIndex.severityComparator |
Companion property addition |
Changes to Active Call Detection Data
The ActiveCallDetection
changes:
Available properties in version 1.3.x | Available properties in version 1.4.x | Comment |
---|---|---|
callState: CallState |
callState: CallState |
No change |
N/A | callDirection: CallDirection? |
Addition |
Changes to Anti-Malware Classes
The ThreatIndex
changes:
Available properties in version 1.3.x | Available properties in version 1.4.x | Comment |
---|---|---|
N/A | order: Int |
Enum property addition |
N/A | severityComparator: Comparator<ThreatIndex> |
Companion property addition |
Read Next
Last updated on Jun 05, 2025 (17:20)
View product