diff --git a/api/current.xml b/api/current.xml index a7555da4c5c6..37ce1d5bdb0c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -64149,6 +64149,17 @@ visibility="public" > + + uiMode = + (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) + | ResTable_config::UI_MODE_TYPE_TELEVISION; + return true; } return false;