Skip to content

Default keys.xml in FW 1.4#

keys.xml
<?xml version="1.0" encoding="utf-8"?>
<keys>
    <phoneXtensions/>
    <extensionModule1/>
    <extensionModule2/>
    <extensionModule3/>
    <homeScreen>
        <key keyNumber="1">
            <keyConfiguration>
                <function>
                    <invocations>
                        <invocation>
                            <intent>
                                <component>de.auerswald.home/.MenuActivity</component>
                                <action>de.auerswald.intent.ALL_APPS</action>
                            </intent>
                        </invocation>
                    </invocations>
                </function>
            </keyConfiguration>
        </key>
        <key keyNumber="2">
            <keyConfiguration>
                <function>
                    <invocations>
                        <invocation>
                            <intent>
                                <component>com.android.dialer/.calllog.CallLogActivity</component>
                                <action>android.intent.action.MAIN</action>
                            </intent>
                        </invocation>
                    </invocations>
                </function>
            </keyConfiguration>
        </key>
        <key keyNumber="3">
            <keyConfiguration>
                <function>
                    <invocations>
                        <invocation>
                            <intent>
                                <component>de.auerswald.contacts/.AddressBookActivityFromSoftkey</component>
                                <action>android.intent.action.MAIN</action>
                            </intent>
                        </invocation>
                    </invocations>
                </function>
            </keyConfiguration>
        </key>
        <key keyNumber="4" label="@string/softkey_layer">
            <keyConfiguration>
                <function>
                    <invocations>
                        <invocation>
                            <setting path="/keyLayer/phoneXtensions">
                               <values>
                                   <value>1</value>
                               </values>
                               <values>
                                   <value>2</value>
                               </values>
                               <values>
                                   <value>3</value>
                               </values>
                            </setting>
                        </invocation>
                    </invocations>
                </function>
            </keyConfiguration>
        </key>
    </homeScreen>
</keys>