Fix talk back announcement
Bug: 27950180 Change-Id: I8f201c6303e40d0249944d73b2b71eb0ceadfad8
This commit is contained in:
@@ -48,6 +48,7 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList
|
|||||||
setContentView(R.layout.forced_resizable_activity);
|
setContentView(R.layout.forced_resizable_activity);
|
||||||
TextView tv = (TextView) findViewById(com.android.internal.R.id.message);
|
TextView tv = (TextView) findViewById(com.android.internal.R.id.message);
|
||||||
tv.setText(R.string.dock_forced_resizable);
|
tv.setText(R.string.dock_forced_resizable);
|
||||||
|
getWindow().setTitle(getString(R.string.dock_forced_resizable));
|
||||||
getWindow().getDecorView().setOnTouchListener(this);
|
getWindow().getDecorView().setOnTouchListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user