mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
made notification persisting
This commit is contained in:
parent
e0017ffa5f
commit
cfe3f35aad
|
|
@ -50,7 +50,8 @@ public class MainActivity extends Activity {
|
|||
.setLargeIcon(BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher))
|
||||
.setContentTitle(getString(R.string.app_name))
|
||||
.setContentText(getString(R.string.decoder_running))
|
||||
.setContentIntent(pending);
|
||||
.setContentIntent(pending)
|
||||
.setOngoing(true);
|
||||
manager.notify(notifyID, builder.build());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue