resolve merge conflicts of 259b6a8029 to master.

Change-Id: I5aa772839591d6f09d672a04ab8606fd39dd4a97
This commit is contained in:
Steve Pfetsch
2016-01-22 17:43:33 -08:00
2 changed files with 7 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ import android.webkit.IWebViewUpdateService;
import android.webkit.WebViewProviderInfo;
import android.widget.Switch;
import android.widget.TextView;
import android.widget.Toast;
import com.android.internal.app.LocalePicker;
import com.android.internal.logging.MetricsLogger;
@@ -1295,6 +1296,7 @@ public class DevelopmentSettings extends SettingsPreferenceFragment
SystemProperties.set(COLOR_TEMPERATURE_PROPERTY,
mColorTemperaturePreference.isChecked() ? "1" : "0");
pokeSystemProperties();
Toast.makeText(getActivity(), R.string.color_temperature_toast, Toast.LENGTH_LONG).show();
}
private void updateUSBAudioOptions() {