RADAR-base / radar-commons-android

Base android functionality for the RADAR passive application plugins
Apache License 2.0
5 stars 8 forks source link

Broadcasting all permissions of onActivityResult() #441

Closed this-Aditya closed 7 months ago

this-Aditya commented 11 months ago

PermissionHandler is not broadcasting the PACKAGE_USAGE_STATS, REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, and SYSTEM_ALERT_WINDOW to RadarService. It is always sending LOCATION_SERVICE as an extra permission. Even though it is working fine without this as well, it is just for internal broadcast and logging.