Hide redundant restrictions

Change-Id: Id9b8ec6f045632a87092b4dccef5f7ff73a327cc
Fix: 30109035
This commit is contained in:
Tony Mak
2016-08-02 17:09:53 +01:00
parent b3e657211d
commit 9ba765b875
2 changed files with 60 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ import static com.android.settings.password.PasswordRequirementAdapter
.PasswordRequirementViewHolder;
/**
* Used in {@link com.android.settings.ConfirmLockPassword} to show password requirements.
* Used in {@link com.android.settings.ChooseLockPassword} to show password requirements.
*/
public class PasswordRequirementAdapter extends
RecyclerView.Adapter<PasswordRequirementViewHolder> {