Loading src/com/android/settings/development/transcode/TranscodeNotificationPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public class TranscodeNotificationPreferenceController extends TogglePreferenceC @Override public boolean isChecked() { return SystemProperties.getBoolean(TRANSCODE_NOTIFICATION_SYS_PROP_KEY, true); return SystemProperties.getBoolean(TRANSCODE_NOTIFICATION_SYS_PROP_KEY, false); } @Override Loading Loading
src/com/android/settings/development/transcode/TranscodeNotificationPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public class TranscodeNotificationPreferenceController extends TogglePreferenceC @Override public boolean isChecked() { return SystemProperties.getBoolean(TRANSCODE_NOTIFICATION_SYS_PROP_KEY, true); return SystemProperties.getBoolean(TRANSCODE_NOTIFICATION_SYS_PROP_KEY, false); } @Override Loading