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

Commit 59845bef authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags" into mnc-dev

parents d6c3404f 42697ffd
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>