Force Checkin does not work for Secondary Users
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
I am using a secondary user profile for my everyday business.
However, in a secondary user profile the force checkin via dialing *#*#CHECKIN#*#* does not work. It is just ignored, probably due to permission issues.
Can you add a button in the UI that does the same thing?
As a workaround I used the following ADB commands:
adb root
adb shell am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://2432546 --receiver-include-background
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the UI and existing handling for the force check-in or SECRET_CODE broadcast. Compare the UI action with the documented ADB command and verify that the resulting check-in works from a secondary user profile without relying on the ignored dialer code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100