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

Commit 16ac261b authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc errors for @deprecated tags with no explanatory comment"

parents 9e5045db 32278049
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -111,8 +111,7 @@ public class RingtoneManager {

    /**
     * Given to the ringtone picker as a boolean. Whether to include DRM ringtones.
     * Obsolete - does nothing now
     * @deprecated
     * @deprecated DRM ringtones are no longer supported
     */
    @Deprecated
    public static final String EXTRA_RINGTONE_INCLUDE_DRM =
@@ -322,7 +321,7 @@ public class RingtoneManager {
     * @return Whether DRM ringtones will be included.
     * @see #setIncludeDrm(boolean)
     * Obsolete - always returns false
     * @deprecated
     * @deprecated DRM ringtones are no longer supported
     */
    @Deprecated
    public boolean getIncludeDrm() {
@@ -333,8 +332,8 @@ public class RingtoneManager {
     * Sets whether to include DRM ringtones.
     * 
     * @param includeDrm Whether to include DRM ringtones.
     * Obsolete - no longer does anything
     * @deprecated
     * Obsolete - no longer has any effect
     * @deprecated DRM ringtones are no longer supported
     */
    @Deprecated
    public void setIncludeDrm(boolean includeDrm) {