Monitoring Location Settings in a Library

后端 未结 2 1692
栀梦
栀梦 2020-12-16 21:29

I\'m working on a library that can be used to monitor geofences on Android devices. I\'ve noticed that the geofences I register with Google Play Location Services Geofencin

2条回答
  •  -上瘾入骨i
    2020-12-16 21:53

    Actually, you can use location.MODE_CHANGED and then register your receiver to receive the broadcast from it

    
        
            
        
    
    

提交回复
热议问题