Commit 682c6d4e authored by topjohnwu's avatar topjohnwu

Prettier notification text

parent d0a253c9
...@@ -23,8 +23,8 @@ public class OnBootIntentService extends IntentService { ...@@ -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());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment