am b278ea0c: am 27f26df6: am 05b11bf3: Merge "Update message in SIM PIN view when configuration changes" into mnc-dr-dev
* commit 'b278ea0cab555f16d0d8278ee3eadf75c6266920': Update message in SIM PIN view when configuration changes
This commit is contained in:
@@ -23,6 +23,7 @@ import com.android.internal.telephony.PhoneConstants;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.ColorStateList;
|
||||
import android.content.res.Configuration;
|
||||
import android.content.res.Resources;
|
||||
import android.app.AlertDialog;
|
||||
import android.app.AlertDialog.Builder;
|
||||
@@ -95,6 +96,12 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onConfigurationChanged(Configuration newConfig) {
|
||||
super.onConfigurationChanged(newConfig);
|
||||
resetState();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getPromtReasonStringRes(int reason) {
|
||||
// No message on SIM Pin
|
||||
|
||||
Reference in New Issue
Block a user