Created
March 13, 2015 17:36
-
-
Save noln/9d5424cb4953e8c29c22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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