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

Commit d7638021 authored by Kriti Dang's avatar Kriti Dang Committed by Android (Google) Code Review
Browse files

Merge "Adding additional javadocs for setSurroundFormatEnabled" into sc-dev

parents 10cbb66f 3f296bdc
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -7067,7 +7067,14 @@ public class AudioManager {
    }

    /**
     * Set a certain surround format as enabled or not.
     * Sets and persists a certain surround format as enabled or not.
     * <p>
     * This API is called by TvSettings surround sound menu when user enables or disables a
     * surround sound format. This setting is persisted as global user setting.
     * Applications should revert their changes to surround sound settings unless they intend to
     * modify the global user settings across all apps. The framework does not auto-revert an
     * application's settings after a lifecycle event. Audio focus is not required to apply these
     * settings.
     *
     * @param enabled the required surround format state, true for enabled, false for disabled
     * @return true if successful, otherwise false