Fix talk back announcement

Bug: 27950180
Change-Id: I8f201c6303e40d0249944d73b2b71eb0ceadfad8
This commit is contained in:
Jorim Jaggi
2016-04-09 00:43:45 -07:00
parent dd05f0365a
commit ab9b01ccb0

View File

@@ -48,6 +48,7 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList
setContentView(R.layout.forced_resizable_activity);
TextView tv = (TextView) findViewById(com.android.internal.R.id.message);
tv.setText(R.string.dock_forced_resizable);
getWindow().setTitle(getString(R.string.dock_forced_resizable));
getWindow().getDecorView().setOnTouchListener(this);
}