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

Commit 3f296bdc authored by Kriti Dang's avatar Kriti Dang
Browse files

Adding additional javadocs for setSurroundFormatEnabled

Bug: 187178381
Test: N/A
Change-Id: Ic59c4d6c85deb57c43624e0f8a3b4cc15f5f9690
parent b04a005c
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line 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
     * @param enabled the required surround format state, true for enabled, false for disabled
     * @return true if successful, otherwise false
     * @return true if successful, otherwise false