Merge "Sets Tile default state to INACTIVE" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0d7d8d2baf
@@ -65,8 +65,8 @@ public final class Tile implements Parcelable {
|
|||||||
private CharSequence mLabel;
|
private CharSequence mLabel;
|
||||||
private CharSequence mSubtitle;
|
private CharSequence mSubtitle;
|
||||||
private CharSequence mContentDescription;
|
private CharSequence mContentDescription;
|
||||||
// Default to active until clients of the new API can update.
|
// Default to inactive until clients of the new API can update.
|
||||||
private int mState = STATE_ACTIVE;
|
private int mState = STATE_INACTIVE;
|
||||||
|
|
||||||
private IQSService mService;
|
private IQSService mService;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user