Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Update MainActivity.java #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void sendNotification(View view) {
builder.setLargeIcon(BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher));

/**
* Set the text of the notification. This sample sets the three most commononly used
* Set the text of the notification. This sample sets the three most commonly used
* text areas:
* 1. The content title, which appears in large type at the top of the notification
* 2. The content text, which appears in smaller text below the title
Expand Down