OSDN Git Service

Fix crash in SetupRedactionInterstitial.
authorSudheer Shanka <sudheersai@google.com>
Mon, 16 May 2016 18:46:34 +0000 (11:46 -0700)
committerSudheer Shanka <sudheersai@google.com>
Mon, 16 May 2016 18:46:34 +0000 (11:46 -0700)
Change-Id: Ia662cd60e4c9eeaccd0eb168431e755c2c79b676
Fixes: 28785168

res/layout/setup_redaction_interstitial.xml

index 40b4215..1b96d20 100644 (file)
@@ -74,7 +74,7 @@
 
             <!-- Place the checkbox inside RadioGroup and use SuwRadioButton style instead of
                  SuwCheckBox style so that the checkbox and text is aligned with radio buttons. -->
-            <com.android.settings.RestrictedRadioButton
+            <com.android.settings.RestrictedCheckBox
                 android:id="@+id/lockscreen_remote_input"
                 style="@style/SuwRadioButton"
                 android:layout_width="wrap_content"