Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Being able to hide Notification icons and Move System icons left or Right

  • /e/ version:
  • Device model(s):

Summary

1st by default Notification icons are hidden and replace with System Icon (move right to Left)

Given User control to Show Notification icon in Setting >>App & Notifications >> Notification

If your want to show Notification icons then the Notification icons will show and the System icon will move left to Right (as it now)

If isHide == true

  1. Hide notification_icon_area into CollapsedStatusBarFragment
  2. Manage Two layout system_icon_area one in left and right
  3. Hide Right side system_icon_area and Show Left side
  4. Assign and update system_icon_area id’s to other functions

Else isHide== false

  1. Show notification_icon_area into CollapsedStatusBarFragment
  2. Show Right side system_icon_area and Hide Left Side
  3. Assign and update system_icon_area id’s to other functions

Save config value in shared-preferences or database SwitchControl in setting app Communication Setting app to framework and update config Value

header header
Screenshot_20210309-131249_Settings Screenshot_20210323-221408_Bliss_Launcher
cell cell

The problem

Steps to reproduce

What is the current behavior?

What is the expected correct behavior?

Technical informations

Relevant logs (adb logcat)

Relevant screenshots

Solutions

Workaround

Possible fixes

Edited by narinder Rana