mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
revert change setting notifiction priority low
This commit is contained in:
parent
843c95e7ae
commit
7eb278033a
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ public class Utils {
|
|||
Notification notification = new NotificationCompat.Builder( context, CHANNEL_ID )
|
||||
.setContentIntent( pi )
|
||||
.setSmallIcon( R.drawable.notify )
|
||||
.setPriority(NotificationCompat.PRIORITY_LOW)
|
||||
//.setTicker(body)
|
||||
//.setWhen(time)
|
||||
.setAutoCancel( true )
|
||||
|
|
Loading…
Add table
Reference in a new issue