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:
Jim Miller
2010-10-15 12:42:00 -07:00
parent 6d3aa67bda
commit bd8e697338
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
<!-- Owner info -->
<header
android:fragment="com.android.settings.OwnerInfo"
android:fragment="com.android.settings.OwnerInfoSettings"
android:icon="@drawable/ic_settings_about"
android:title="@string/owner_info_settings_title">
</header>

View File

@@ -30,7 +30,7 @@ import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.CompoundButton.OnCheckedChangeListener;
public class OwnerInfo extends Fragment {
public class OwnerInfoSettings extends Fragment {
private View mView;
private CheckBox mCheckbox;
private EditText mEditText;