improved dialer detection on Cat S22 and Android 14 (#540)
This commit is contained in:
parent
233efa8c5a
commit
92153dccbc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public class InputType extends StandardInputType {
|
||||||
|
|
||||||
|
|
||||||
public boolean isDumbPhoneDialer(Context context) {
|
public boolean isDumbPhoneDialer(Context context) {
|
||||||
return field.packageName.equals("com.android.dialer") && !DeviceInfo.noKeyboard(context);
|
return field.packageName.endsWith(".dialer") && !DeviceInfo.noKeyboard(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue