Merge "Sets Tile default state to INACTIVE" into qt-dev

am: 0d7d8d2baf

Change-Id: I835c462bf1274f2e161938b0ba44312076a52b99
This commit is contained in:
Fabian Kozynski
2019-05-20 06:57:09 -07:00
committed by android-build-merger

View File

@@ -65,8 +65,8 @@ public final class Tile implements Parcelable {
private CharSequence mLabel;
private CharSequence mSubtitle;
private CharSequence mContentDescription;
// Default to active until clients of the new API can update.
private int mState = STATE_ACTIVE;
// Default to inactive until clients of the new API can update.
private int mState = STATE_INACTIVE;
private IQSService mService;