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

Commit 2923c9ef authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "frameworks/base: Fix comments in RingtoneManager"

parents f6662b1f 4ed4e636
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ public class RingtoneManager {

    /**
     * Given to the ringtone picker as a boolean. Whether to include DRM ringtones.
     * @deprecated DRM ringtones are no longer supported
     */
    public static final String EXTRA_RINGTONE_INCLUDE_DRM =
            "android.intent.extra.ringtone.INCLUDE_DRM";
@@ -331,8 +330,6 @@ public class RingtoneManager {
     * 
     * @return Whether DRM ringtones will be included.
     * @see #setIncludeDrm(boolean)
     * Obsolete - always returns false
     * @deprecated DRM ringtones are no longer supported
     */
    public boolean getIncludeDrm() {
        return mIncludeDrm;
@@ -342,8 +339,6 @@ public class RingtoneManager {
     * Sets whether to include DRM ringtones.
     * 
     * @param includeDrm Whether to include DRM ringtones.
     * Obsolete - no longer has any effect
     * @deprecated DRM ringtones are no longer supported
     */
    public void setIncludeDrm(boolean includeDrm) {
        mIncludeDrm = includeDrm;