cmsdk: Update tests for recent builder changes.
Change-Id: Icb949ff79044c60a4f70ba0ca2432b463c541e78
This commit is contained in:
parent
ea3bc16d21
commit
e29548da25
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user