question about permission #719
Closed
error-reporting
started this conversation in
General
Replies: 1 comment 2 replies
-
Its related to alarm manager for scheduling jobs. If phone shuts down and restarts it receives the trigger and reschedules the jobs. This is done internally by the library not the app |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
why there is uses-permission
android:name="android.permission.RECEIVE_BOOT_COMPLETED"/ in the android manifest
Beta Was this translation helpful? Give feedback.
All reactions