Fix talk back announcement

am: ab9b01c

* commit 'ab9b01ccb08a3d5194b32d9e7886067f841c2ba5':
  Fix talk back announcement

Change-Id: Id59839bba8abc3936f4a1f90c277bb98cc668148
This commit is contained in:
Jorim Jaggi
2016-04-11 19:05:20 +00:00
committed by android-build-merger

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);
}