Handle renamed APIs
Bug: 10461761 Change-Id: If63c3801663b347a4643e44d5bd3bab4e3049578
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user