[FEATURE] Remove camera and microphone access block confirmation dialog #196
Closed
naxitoo
started this conversation in
Feature requests
Replies: 1 comment
-
+1 that would be a very useful implementation and would make using these functions much easier 💪 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📄 Feature description
When you press the CameraToggleTile or MicrophoneToggleTile quick setting tiles to block camera or microphone access, if enabled, a SystemUIDialog dialog shows up asking for confirmation. This behavior can be annoying, as it requires pulling down the Quick Settings panel again for each action.
This suggestion aims to remove this unnecessary confirmation dialog and block access directly when the tiles are tapped, without bypassing the phone unlock requirement if done from the lock screen, as expected.
How.it.is.mp4
How.it.should.be.mp4
🚀 Motivation
Although it's a small change, it saves time. Users running custom ROMs don't need to be asked for confirmation for these kinds of actions, so it will definitely enhance the user experience.
Additionally, there could be the possibility to make this improvement toggleable in the UN1CA settings, for those who might prefer keeping the confirmation dialog.Beta Was this translation helpful? Give feedback.
All reactions