Merge "Turn off transcoding notification by default" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
653e7c91c8
@@ -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
|
||||
|
Reference in New Issue
Block a user