[dialer-app] can't unlock phone during an incoming call
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Released
|
High
|
Olga Kemmet | ||
dialer-app (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
While testing krillin rtm image 142, I noticed that the phone remains locked during an incoming call if the screen was off when the call came in. There is no way to unlock the phone to access other functions until after the call is done.
It seems like a common use case to be able to do other things on the phone during a call, looking up someone's number or checking a map or whatever, but this currently is only possible during outgoing calls.
During an incoming call I can't even access the indicators to change brightness or check today's date or even see what time it is, so it actually ends up being more "locked" than the lock screen.
Could we add the ability to unlock the phone during a call received while locked?
description: | updated |
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Olga Kemmet (olga-kemmet) |
summary: |
- can't unlock phone during an incoming call + [dialer-app] can't unlock phone during an incoming call |
affects: | indicator-network (Ubuntu) → unity8 (Ubuntu) |
tags: | added: usability |
This is because we use the same mode as the emergency dialer when an incoming call happens and the user is on the lockscreen.
In emergency dialer mode, we present a very stripped down experience for both no-distraction reasons and avoiding- security- hole reasons -- emergency mode is a kind of controlled exploit because we actually unlock your phone and let you only see your dialer.
Some options to fix this would be to tease apart "incoming call mode" and "emergency dialer mode", which wouldn't be entirely trivial but obviously not impossible. Or maybe add indicators (and launcher?) back to the locked-dialer experience in both cases.
In either case, we would want to lots of testing to make sure you can't break out of the dialer jail.