Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b503682 authored by Chris Poultney's avatar Chris Poultney
Browse files

Make ThemePicker override any other AOSP picker

Bug: b/294871815
Test: manually verified that ThemePicker is chosen
Change-Id: I9e7a13fd9b32ff9f15774d50525e902bc0cbde81
parent 9088a453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,5 +118,5 @@ android_app {
    platform_apis: true,
    manifest: "AndroidManifest.xml",
    additional_manifests: [":WallpaperPicker2_Manifest"],
    overrides: ["WallpaperPicker2"],
    overrides: ["WallpaperPicker", "WallpaperPicker2"],
}