swiftbird07 / elastic-agent-android

🚀 Enterprise-grade Android Monitoring with Elastic: Streamline Fleet Management and Security Insights. 📊
MIT License
7 stars 0 forks source link

[BUG] Not Receiving Callbacks for Security Logs in DeviceAdminReceiver #1

Open swiftbird07 opened 5 months ago

swiftbird07 commented 5 months ago

App is not receiving any onSecurityLogsAvailable callback, even if it is registered to do so in the DeviceAdminReceiver subclass, making the Security-Component a bit useless.

Question with more details on Stackoverflow: https://stackoverflow.com/questions/78276487/not-receiving-callbacks-for-security-logs-in-deviceadminreceiver

If someone stumbles on this here, any help is appreciated.