Fix 3100926: Prevent proguard from stripping OwnerInfo
This just renames OwnerInfo to OwnerInfoSettings so the existing proguard rule picks it up. Change-Id: Ie5682d77e8efe22a922bf750d4689cafd50e7a65
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
<!-- Owner info -->
|
<!-- Owner info -->
|
||||||
|
|
||||||
<header
|
<header
|
||||||
android:fragment="com.android.settings.OwnerInfo"
|
android:fragment="com.android.settings.OwnerInfoSettings"
|
||||||
android:icon="@drawable/ic_settings_about"
|
android:icon="@drawable/ic_settings_about"
|
||||||
android:title="@string/owner_info_settings_title">
|
android:title="@string/owner_info_settings_title">
|
||||||
</header>
|
</header>
|
||||||
|
@@ -30,7 +30,7 @@ import android.widget.CompoundButton;
|
|||||||
import android.widget.EditText;
|
import android.widget.EditText;
|
||||||
import android.widget.CompoundButton.OnCheckedChangeListener;
|
import android.widget.CompoundButton.OnCheckedChangeListener;
|
||||||
|
|
||||||
public class OwnerInfo extends Fragment {
|
public class OwnerInfoSettings extends Fragment {
|
||||||
private View mView;
|
private View mView;
|
||||||
private CheckBox mCheckbox;
|
private CheckBox mCheckbox;
|
||||||
private EditText mEditText;
|
private EditText mEditText;
|
Reference in New Issue
Block a user