mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 09:57:39 +00:00
Prettier notification text
This commit is contained in:
parent
d0a253c97e
commit
682c6d4e7b
@ -23,8 +23,8 @@ public class OnBootIntentService extends IntentService {
|
|||||||
startForeground(Const.ID.ONBOOT_NOTIFICATION_ID,
|
startForeground(Const.ID.ONBOOT_NOTIFICATION_ID,
|
||||||
new NotificationCompat.Builder(this, Const.ID.NOTIFICATION_CHANNEL)
|
new NotificationCompat.Builder(this, Const.ID.NOTIFICATION_CHANNEL)
|
||||||
.setSmallIcon(R.drawable.ic_magisk_outline)
|
.setSmallIcon(R.drawable.ic_magisk_outline)
|
||||||
.setContentTitle("onBoot")
|
.setContentTitle("Startup Operations")
|
||||||
.setContentText("Running onBoot operations...")
|
.setContentText("Running startup operations...")
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user