Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b94db066 authored by Haofan Wang's avatar Haofan Wang Committed by Android (Google) Code Review
Browse files

Merge "Add default value to the vendor picture parameter" into main

parents 4daae9b0 831e0cea
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -482,6 +482,7 @@ public class MediaQualityService extends SystemService {
                    // put ID in params for profile update in HAL
                    // put ID in params for profile update in HAL
                    // TODO: update HAL API for this case
                    // TODO: update HAL API for this case
                    params.putLong(BaseParameters.PARAMETER_ID, longId);
                    params.putLong(BaseParameters.PARAMETER_ID, longId);
                    params.putBoolean("default_picture_profile", true);
                    PictureParameter[] pictureParameters = MediaQualityUtils
                    PictureParameter[] pictureParameters = MediaQualityUtils
                            .convertPersistableBundleToPictureParameterList(params);
                            .convertPersistableBundleToPictureParameterList(params);