I’ve created a DialogFragment and used getDialog().setTitle("Application failed to decrypt the file") and the thing I see in the title is “Application failed to”. Is there a limitation for a title? How can I put the whole string in it? Thanks.
I’ve created a DialogFragment and used getDialog().setTitle(Application failed to decrypt the file) and the
Share
use an AlertDialog to show a message instead for something this long.