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

Commit 0477954a authored by Charles Chen's avatar Charles Chen
Browse files

Adding TTS_QUEUE_PROCESSING_COMPLETED action to the list of Intents

parent a0fd1d74
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1578,6 +1578,16 @@ public class Intent implements Parcelable {
    public static final String ACTION_REBOOT =
            "android.intent.action.REBOOT";

    /**
     * @hide
     * TODO: This will be unhidden in a later CL.
     * Broadcast Action: The TextToSpeech synthesizer has completed processing 
     * all of the text in the speech queue.
     */
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    public static final String ACTION_TTS_QUEUE_PROCESSING_COMPLETED =
            "android.intent.action.TTS_QUEUE_PROCESSING_COMPLETED";

    // ---------------------------------------------------------------------
    // ---------------------------------------------------------------------
    // Standard intent categories (see addCategory()).