Optimize drawables

This commit is contained in:
topjohnwu
2018-06-03 04:41:45 +08:00
parent 4126f3bdcb
commit b2105f2d88
15 changed files with 100 additions and 155 deletions
@@ -24,7 +24,7 @@ public class OnBootIntentService extends IntentService {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
NotificationCompat.Builder builder =
new NotificationCompat.Builder(this, Const.ID.NOTIFICATION_CHANNEL);
builder.setSmallIcon(R.drawable.ic_magisk)
builder.setSmallIcon(R.drawable.ic_magisk_outline)
.setContentTitle("onBoot")
.setContentText("Running onBoot operations...");
startForeground(Const.ID.ONBOOT_NOTIFICATION_ID, builder.build());