27 lines
845 B
XML
27 lines
845 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Default home screen layout — read by Lawnchair via Partner customization
|
|
(system APK path) and via the LayoutProvider ContentProvider (user APK path).
|
|
|
|
Format is identical to Launcher3's workspace XML.
|
|
See res/xml/default_workspace.xml for attribute reference.
|
|
-->
|
|
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
|
|
|
<!-- Row 0 -->
|
|
<favorite
|
|
launcher:packageName="com.vivaldi.browser"
|
|
launcher:className="com.vivaldi.browser.ChromeTabbedActivity"
|
|
launcher:screen="0"
|
|
launcher:x="0"
|
|
launcher:y="0" />
|
|
|
|
<favorite
|
|
launcher:packageName="com.android.settings"
|
|
launcher:className="com.android.settings.Settings"
|
|
launcher:screen="0"
|
|
launcher:x="1"
|
|
launcher:y="0" />
|
|
|
|
</favorites>
|