Which of these is the incorrect explanation of the Toast class?

A.
Toast is a simple class for display, and cannot be set with a custom XML-defined layout
B.
The display duration time of Toast can be chosen from 2 types, LENGTHJjDNG and
LENGTH_SHORT.
C.
Toast is a class included in the android widget package.
D.
Since Toast automatically closes after display, a dismiss () method is not provided.
Explanation:
I have the same idea. A