Merge "Use TelephonyManager API to check if device is voice capable."

This commit is contained in:
Treehugger Robot
2019-12-12 16:48:01 +00:00
committed by Gerrit Code Review

View File

@@ -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() {