android change the color of status bar text

‮ptth‬s://www.lautturi.com
android change the color of status bar text
// change the status bar text color when primarydark is white

getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);//  set status text dark

getWindow().setStatusBarColor(ContextCompat.getColor(MainActivity.this,R.color.colorPrimaryDark));// set status background white
Created Time:2017-10-09 23:30:15  Author:lautturi