.점으로 연결된 메소드가 계속될 때 줄바꿈을 가장 예쁘게 하는 건 역시 이 방법이 제일 나은 것 같다.
notification = new Notification.Builder(getApplicationContext()).setSmallIcon(R.drawable.ic_launcher) .setTicker(getText(R.string.app_name)) .setWhen(System.currentTimeMillis()) .setContentTitle(getText(R.string.app_name)) .setContentText($msg) .setContentIntent(pendingIntent) .build();