diff options
| -rw-r--r-- | api/current.xml | 13 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 3 |
2 files changed, 13 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml index aba3c9231ec4..dfe58b9982ab 100644 --- a/api/current.xml +++ b/api/current.xml @@ -4996,7 +4996,7 @@ type="int" transient="false" volatile="false" - value="16843457" + value="16843456" static="true" final="true" deprecated="not deprecated" @@ -6202,6 +6202,17 @@ visibility="public" > </field> +<field name="kraken_resource_pad64" + type="int" + transient="false" + volatile="false" + value="16843457" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="kraken_resource_pad7" type="int" transient="false" diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 353febbd8672..e43959311aca 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1250,8 +1250,7 @@ <eat-comment /> <public type="attr" name="logo" id="0x010102be" /> <public type="attr" name="xlargeScreens" id="0x010102bf" /> - <public type="attr" name="cantSaveState" id="0x010102c0" /> - <public type="attr" name="immersive" id="0x010102c1" /> + <public type="attr" name="immersive" id="0x010102c0" /> <public-padding type="attr" name="kraken_resource_pad" end="0x01010300" /> <public-padding type="id" name="kraken_resource_pad" end="0x01020040" /> |