We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37ddd9 commit a66de16Copy full SHA for a66de16
docs/html/training/wearables/notifications/creating.jd
@@ -190,7 +190,7 @@ bigStyle.bigText(eventDescription);
190
NotificationCompat.Builder notificationBuilder =
191
new NotificationCompat.Builder(this)
192
.setSmallIcon(R.drawable.ic_event)
193
- .setLargeIcon(BitmapFractory.decodeResource(
+ .setLargeIcon(BitmapFactory.decodeResource(
194
getResources(), R.drawable.notif_background))
195
.setContentTitle(eventTitle)
196
.setContentText(eventLocation)
0 commit comments