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

Commit ea05f0a2 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 59845bef: Merge "Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags" into mnc-dev

* commit '59845bef':
  Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags
parents 65522bd5 59845bef
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -159,6 +159,15 @@ public class RingtoneManager {
     */
    public static final String EXTRA_RINGTONE_TITLE = "android.intent.extra.ringtone.TITLE";

    /**
     * @hide
     * Given to the ringtone picker as an int. Additional AudioAttributes flags to use
     * when playing the ringtone in the picker.
     * @see #ACTION_RINGTONE_PICKER
     */
    public static final String EXTRA_RINGTONE_AUDIO_ATTRIBUTES_FLAGS =
            "android.intent.extra.ringtone.AUDIO_ATTRIBUTES_FLAGS";

    /**
     * Returned from the ringtone picker as a {@link Uri}.
     * <p>