You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Put the notifcation body details as second line of notifcation on Android 5.0+ instead of ticker
#jira UE-66084 #ue4 #android #fyi Jack.Porter #rb Jonathon.Lambert [CL 4532850 by Chris Babcock in Dev-Mobile branch]
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
.setContentTitle(title);
|
||||
if (android.os.Build.VERSION.SDK_INT >= 21)
|
||||
{
|
||||
builder.setContentText(details);
|
||||
builder.setColor(0xff0e1e43);
|
||||
}
|
||||
Notification notification = builder.build();
|
||||
|
||||
Reference in New Issue
Block a user