mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 03:35:50 +01:00
Notification hide after tap
This commit is contained in:
parent
21c2f51ea6
commit
6ffe5aced4
@ -90,6 +90,7 @@ public class ForegroundServiceContext extends ContextWrapper {
|
||||
.setContentTitle(context.getResources().getString(R.string.notification_service_title))
|
||||
.setContentText(context.getResources().getString(R.string.notification_service_content))
|
||||
.setSmallIcon(R.drawable.ic_foreground_notification)
|
||||
.setAutoCancel(true)
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user