In my app I can\'t see in my notification all the text I display. I put \\n but this doesn\'t help me and I don\'t understand why.
this is proba.xml
<
By default, TextViews are single-line (TextView documentation). You can make them multi-line by adding android:singleLine="false" to your proba.xml.
TextView
android:singleLine="false"
proba.xml
A stringBuilder is not a string. Use s.toString() to actually get a string.
s.toString()