diff options
author | 2025-03-13 13:14:07 -0700 | |
---|---|---|
committer | 2025-03-13 13:14:07 -0700 | |
commit | 4b40d05ebb683e3ab963c25367779eac21ff864d (patch) | |
tree | a343ae1868c38510fe30a4d22a5fd3b6f4fb745d | |
parent | 85db442ef1c129868069dd3c81027bb7c48866fd (diff) | |
parent | fa6c0babc8f8febae7c9db2361235b5967995b35 (diff) |
Merge "Migrate desktop_form_factor to Launcher3" into main
-rw-r--r-- | res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index d65580caf0..3b48c9eddd 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -224,4 +224,7 @@ of the same name in SystemUI. --> <string-array name="config_appsSupportMultiInstancesSplit"> </string-array> + + <!-- Used to differentiate between desktop and non-desktop devices. --> + <bool name="desktop_form_factor">false</bool> </resources> |