I want to change the color of the status bar icon from white to my own custom color so that it works in all versions. I try the following code but I can not do it. could you help me, please?
The code I used, but this code is not the only solution for APIS + 23 and doesn't work for low API (API 16, API 17 and etc ).
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
The color scheme I want to change.
color #5DD6D6