Commit 682c6d4e authored by topjohnwu's avatar topjohnwu

Prettier notification text

parent d0a253c9
......@@ -23,8 +23,8 @@ public class OnBootIntentService extends IntentService {
startForeground(Const.ID.ONBOOT_NOTIFICATION_ID,
new NotificationCompat.Builder(this, Const.ID.NOTIFICATION_CHANNEL)
.setSmallIcon(R.drawable.ic_magisk_outline)
.setContentTitle("onBoot")
.setContentText("Running onBoot operations...")
.setContentTitle("Startup Operations")
.setContentText("Running startup operations...")
.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