cmsdk: Update custom tile sample for shouldCollapsePanel.

Change-Id: I236e732ece98db8b281c9395171a1ce5161f65aa
This commit is contained in:
Adnan Begovic 2015-08-04 14:26:49 -07:00
parent 7034da2d4b
commit c2d967c092
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class TileReceiver extends BroadcastReceiver {
CustomTile customTile = new CustomTile.Builder(context)
.setOnClickIntent(pendingIntent)
.shouldCollapsePanel(false)
.setContentDescription("Generic content description")
.setLabel(label)
.setIcon(R.drawable.ic_launcher)