* commit '2412af973b071a7fa363b3f55f73f64a480d2662': Follow API change for method name
This commit is contained in:
@@ -141,7 +141,7 @@ public class RestrictedSettingsFragment extends SettingsPreferenceFragment {
|
||||
private void ensurePin() {
|
||||
if (!mChallengeSucceeded && !mChallengeRequested
|
||||
&& mRestrictionsManager.hasRestrictionsProvider()) {
|
||||
Intent intent = mRestrictionsManager.getLocalApprovalIntent();
|
||||
Intent intent = mRestrictionsManager.createLocalApprovalIntent();
|
||||
if (intent != null) {
|
||||
mChallengeRequested = true;
|
||||
mChallengeSucceeded = false;
|
||||
|
Reference in New Issue
Block a user