Merge "Fix QS edit view accessibility classes" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0809964452
@@ -28,6 +28,8 @@ import android.os.AsyncTask;
|
||||
import android.os.Handler;
|
||||
import android.os.Looper;
|
||||
import android.service.quicksettings.TileService;
|
||||
import android.widget.Button;
|
||||
|
||||
import com.android.systemui.R;
|
||||
import com.android.systemui.qs.QSTile;
|
||||
import com.android.systemui.qs.QSTile.DrawableIcon;
|
||||
@@ -110,6 +112,8 @@ public class TileQueryHelper {
|
||||
}
|
||||
TileInfo info = new TileInfo();
|
||||
info.state = state;
|
||||
info.state.minimalAccessibilityClassName = info.state.expandedAccessibilityClassName =
|
||||
Button.class.getName();
|
||||
info.spec = spec;
|
||||
info.appLabel = appLabel;
|
||||
info.isSystem = isSystem;
|
||||
|
||||
Reference in New Issue
Block a user