CopyPastor

Detecting plagiarism made easy.

Score: 0.8398318023226707; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2020-09-08
by Nam

Original Post

Original - Posted on 2020-09-08
by Nam



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You need add small icon with two color black or white only. don't use icon with other colors.
NotificationCompat.Builder builder = new NotificationCompat.Builder(service,NOTIFICATION_CHANNEL_ID) .setSmallIcon(R.drawable.ic_black_white)
You need add small icon with two colors one: either black or white. You shouldn't use icon with other colors.
NotificationCompat.Builder builder = new NotificationCompat.Builder(service,NOTIFICATION_CHANNEL_ID) .setSmallIcon(R.drawable.ic_black_white)

        
Present in both answers; Present only in the new answer; Present only in the old answer;