Merge "Merge "Sets Tile default state to INACTIVE" into qt-dev am: 0d7d8d2baf am: d97c3d29e2" into qt-r1-dev-plus-aosp

This commit is contained in:
Android Build Merger (Role)
2019-05-20 14:40:58 +00:00
committed by Android (Google) Code Review

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;