Releases: gautamgitspace/CellularNetworkMonitor
Releases · gautamgitspace/CellularNetworkMonitor
onCreate Sweet Permissions + GPS is back
Permissions handled on onCreate in MainActivity. GPS functionality included. Records data even when location object returns null.
Support for android v6.0+
With user permissions for android v6.0+, records DataActivity and DataSate, logs call state
Device Registration
Registers device uses a JSON POST
Initial Release
gets location pure network based location does not fail to GPS
Scheduler and Wake Lock in action
Uses ScheduledExecutorService, does not uses Alarm(removed), does not uses Handler(removed), Uses wake lock.