Add query for system text input
This commit is contained in:
parent
0a1bf5532d
commit
38f174eab4
4 changed files with 5 additions and 0 deletions
|
@ -480,6 +480,8 @@ bool System_GetPropertyBool(SystemProperty prop) {
|
|||
}
|
||||
case SYSPROP_SUPPORTS_SUSTAINED_PERF_MODE:
|
||||
return sustainedPerfSupported; // 7.0 introduced sustained performance mode as an optional feature.
|
||||
case SYSPROP_HAS_TEXT_INPUT_DIALOG:
|
||||
return true;
|
||||
case SYSPROP_HAS_OPEN_DIRECTORY:
|
||||
return false;
|
||||
case SYSPROP_HAS_ADDITIONAL_STORAGE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue