diff --git a/packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java b/packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java index d4922c35dcef7..177296bc8c03e 100644 --- a/packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java +++ b/packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java @@ -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); }