cmsdk: Update tests for recent builder changes.

Change-Id: Icb949ff79044c60a4f70ba0ca2432b463c541e78
This commit is contained in:
Adnan Begovic 2015-07-28 11:28:39 -07:00
parent ea3bc16d21
commit e29548da25
2 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,7 @@ public class MainActivity extends Activity implements View.OnClickListener {
.setOnClickIntent(pendingIntent)
.setContentDescription("Generic content description")
.setLabel("CustomTile " + States.STATE_OFF)
.shouldCollapsePanel(false)
.setIcon(R.drawable.ic_launcher)
.build();
CMStatusBarManager.getInstance(this)

View File

@ -60,7 +60,6 @@ public class CMStatusBarTest extends TestActivity {
.setLabel("Test From SDK")
.setIcon(R.drawable.ic_launcher)
.setOnClickIntent(intent)
.shouldCollapsePanel(true)
.setContentDescription("Content description")
.build();
mCMStatusBarManager.publishTile(CUSTOM_TILE_ID, mCustomTile);