You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
I am working on a project using geofencing technology.
Geofencing trigger does not work in Doze state.
Receiver doesn't seem to work in Doze state.
Notifications don't happen.
How do I get geofencing triggers even in doze state?
[Code Change]
The contents of GeofenceTransitionsJobIntentService.java have been moved to the GeofenceBroadcastReceiver.java.
(Because JobIntentService is deprecated)
And I deleted the file "GeofenceTransitionsJobIntentService.java"
[Build]
compileSdk 31
targetSdk : 31
[Test machine]
Galaxy S10
Android 12
[App Permissions]
location service : always allowed
background location : allowed
Battery Optimization : unlimited
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working on a project using geofencing technology.
Geofencing trigger does not work in Doze state.
Receiver doesn't seem to work in Doze state.
Notifications don't happen.
How do I get geofencing triggers even in doze state?
[Code Change]
The contents of GeofenceTransitionsJobIntentService.java have been moved to the GeofenceBroadcastReceiver.java.
(Because JobIntentService is deprecated)
And I deleted the file "GeofenceTransitionsJobIntentService.java"
[Build]
[Test machine]
[App Permissions]
The text was updated successfully, but these errors were encountered: