Fix bug samsung A21s
This MR is raised to resolve the bugs found in Samsung A21s. Both bugs were triggered at onStop() function. The onStop function is used to unregister the Broadcast Receiver.
Earlier, Broadcast receiver was created on onResume function and removed on onStop. Although, it was working fine on other devices. After some research, I found that all Broadcast Receiver should be created on onStart function as per Android official documentation. https://developer.android.com/guide/components/activities/process-lifecycle
I have made the required changes in this MR. I hope, this fix can resolve the bugs on Samsung A21s.
Fix #44 (closed) #45
Merge request reports
Activity
- A deleted user
added Bug label
mentioned in issue #44 (closed)
added 13 commits
-
eea93d1b...27e9c208 - 12 commits from branch
master
- fed02133 - Change the Broadcast listener to onStart method.
-
eea93d1b...27e9c208 - 12 commits from branch
added 4 commits
-
fed02133...247f4c8e - 3 commits from branch
master
- f2c5c967 - Change the Broadcast listener to onStart method.
-
fed02133...247f4c8e - 3 commits from branch
assigned to @beit--tu-chemnitz.de and unassigned @aadp--tu-chemnitz.de
enabled an automatic merge when the pipeline for f2c5c967 succeeds
enabled an automatic merge when the pipeline for f2c5c967 succeeds
enabled an automatic merge when the pipeline for f2c5c967 succeeds
mentioned in commit f081af68