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

Commit a5967faa authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Add the default back-facing camera to the MediaProfile camera vector As...

Merge "Add the default back-facing camera to the MediaProfile camera vector As a result, missing media_profiles.xml will be still allowed."
parents 38978f57 d3ee6777
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -721,6 +721,9 @@ MediaProfiles::createDefaultCamcorderProfiles(MediaProfiles *profiles)
    createDefaultCamcorderTimeLapseHighProfiles(&highTimeLapseProfile, &highSpecificTimeLapseProfile);
    profiles->mCamcorderProfiles.add(highTimeLapseProfile);
    profiles->mCamcorderProfiles.add(highSpecificTimeLapseProfile);

    // We only have the back-facing camera support by default.
    profiles->mCameraIds.add(0);
}

/*static*/ void