Merge "Turn off transcoding notification by default" into sc-dev

This commit is contained in:
Zimuzo Ezeozue
2021-06-15 13:49:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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