Skip to content

Instantly share code, notes, and snippets.

@noln
Created March 13, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noln/9d5424cb4953e8c29c22 to your computer and use it in GitHub Desktop.
Save noln/9d5424cb4953e8c29c22 to your computer and use it in GitHub Desktop.
@Override
public void onPropertiesChanged(Bundle properties) {
super.onPropertiesChanged(properties);
mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false);
mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION,
false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment