Handle renamed APIs

Bug: 10461761
Change-Id: If63c3801663b347a4643e44d5bd3bab4e3049578
This commit is contained in:
Amith Yamasani
2013-09-05 12:40:31 -07:00
parent 97df982296
commit 14912666d9
3 changed files with 9 additions and 9 deletions

View File

@@ -80,9 +80,9 @@ public class MasterClear extends Fragment {
}
private boolean runRestrictionsChallenge() {
if (UserManager.get(getActivity()).hasRestrictionsPin()) {
if (UserManager.get(getActivity()).hasRestrictionsChallenge()) {
startActivityForResult(
new Intent(Intent.ACTION_RESTRICTIONS_PIN_CHALLENGE), PIN_REQUEST);
new Intent(Intent.ACTION_RESTRICTIONS_CHALLENGE), PIN_REQUEST);
return true;
}
return false;