Skip to content

Default keys.xml#

keys.xml
<?xml version="1.0" encoding="utf-8"?>
<keys version="1.26.10">
    <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>com.android.contacts/.activities.PeopleActivity</component>
                                <action>android.intent.action.MAIN</action>
                            </intent>
                        </invocation>
                    </invocations>
                </function>
            </keyConfiguration>
        </key>
        <key keyNumber="4">
        </key>
    </homeScreen>
</keys>