Files
FrameworkResOverlay/res/values/config.xml
2025-09-11 03:29:53 -07:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Set dark mode as default -->
<integer name="config_defaultThemeMode">2</integer>
<!-- Controls the navigation bar interaction mode:
0: 3 button mode (back, home, overview buttons)
1: 2 button mode (back, home buttons + swipe up for overview)
2: gestures only for back, home and overview -->
<integer name="config_navBarInteractionMode">0</integer>
<!-- Set Lawnchair as the default launcher -->
<string name="config_defaultLauncher">app.lawnchair/.LawnchairLauncher</string>
<!-- Set default wallpaper picker to ThemePicker exported alias -->
<string name="config_wallpaper_picker_package" translatable="false">
com.android.customization.picker
</string>
<string name="config_wallpaper_picker_class" translatable="false">
com.android.customization.picker.CustomizationPickerActivity
</string>
<string name="config_wallpaper_picker_action" translatable="false">
android.intent.action.SET_WALLPAPER
</string>
<string name="config_wallpaper_picker_launch_extra" translatable="false">
com.android.wallpaper.LAUNCH_SOURCE
</string>
<!-- Set default browser -->
<string name="config_defaultBrowser">com.vivladi.browser</string>
</resources>