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
- Hide notification_icon_area into CollapsedStatusBarFragment
- Manage Two layout system_icon_area one in left and right
- Hide Right side system_icon_area and Show Left side
- Assign and update system_icon_area id’s to other functions
Else isHide== false
- Show notification_icon_area into CollapsedStatusBarFragment
- Show Right side system_icon_area and Hide Left Side
- 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 |
|---|---|
![]() |
![]() |
| 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

