Loading src/com/android/settings/CryptKeeper.java +1 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList } private boolean isEmergencyCallCapable() { return getResources().getBoolean(com.android.internal.R.bool.config_voice_capable); return getTelephonyManager().isVoiceCapable(); } private void takeEmergencyCallAction() { Loading Loading
src/com/android/settings/CryptKeeper.java +1 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList } private boolean isEmergencyCallCapable() { return getResources().getBoolean(com.android.internal.R.bool.config_voice_capable); return getTelephonyManager().isVoiceCapable(); } private void takeEmergencyCallAction() { Loading