Fixes a crash in setup wizard when adding a lock screen.

bug:27528834
Change-Id: Idc06850740695669162e239f28c30a1ddad6d2df
diff --git a/res/layout/setup_redaction_interstitial.xml b/res/layout/setup_redaction_interstitial.xml
index 58fd945..00d338e 100644
--- a/res/layout/setup_redaction_interstitial.xml
+++ b/res/layout/setup_redaction_interstitial.xml
@@ -74,6 +74,16 @@
 
         </RadioGroup>
 
+        <CheckBox
+            android:id="@+id/lockscreen_remote_input"
+            style="@style/SuwCheckBox"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="@dimen/redaction_vertical_margins"
+            android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
+            android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
+            android:text="@string/lockscreen_remote_input" />
+
     </LinearLayout>
 
 </com.android.setupwizardlib.SetupWizardLayout>