mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
change foreground-service notification text
This commit is contained in:
parent
ff51dd7830
commit
4540f9c077
2 changed files with 3 additions and 3 deletions
|
@ -542,9 +542,8 @@ public class BTService extends XWService {
|
|||
m_notification =
|
||||
new NotificationCompat.Builder( this, Utils.getChannelId(this) )
|
||||
.setSmallIcon( R.drawable.notify_btservice )
|
||||
.setContentTitle( BTService.class.getSimpleName() )
|
||||
.setContentText("listening for bluetooth messages...")
|
||||
.setContentIntent(pendIntent)
|
||||
.setContentText( getString(R.string.bkng_notify_text) )
|
||||
.setContentIntent( pendIntent )
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
@ -2028,6 +2028,7 @@
|
|||
|
||||
<string name="title_btback_enabled">Enable background Bluetooth</string>
|
||||
<string name="summary_btback_enabled">Always listen for Bluetooth messages</string>
|
||||
<string name="bkng_notify_text">Accepting Bluetooth messages…</string>
|
||||
|
||||
<!-- -->
|
||||
<string name="confirm_sms_title">Confirm your SMS plan</string>
|
||||
|
|
Loading…
Reference in a new issue