I\'m particularly interested in high contrast text, color correction, and magnification settings. I did some research online, couldn\'t fi
high contrast text
color correction
magnification
use this for color correction:
int color_correction_enabled = 0;
try { color_correction_enabled = Settings.Secure.getInt(this.getContentResolver(), "accessibility_display_daltonizer_enabled");
} catch (Exception e) {
color_correction_enabled = 0; // means default false }