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

Commit 37ba9ebb authored by Ivan Tkachenko's avatar Ivan Tkachenko
Browse files

Fix missing DesktopWallpaperActivity in DW

- Added `android:showForAllUsers` activity flag to enable the activity
  to be shown for all users.
- More details: b/346754065#comment3

Bug: 346754065
Test: manual
Flag: com.android.window.flags.enable_desktop_windowing_wallpaper_activity
Change-Id: I4c62d92ccdd98a337d1e1a72f92c6216919d8e34
parent fcf5c037
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
            android:name=".desktopmode.DesktopWallpaperActivity"
            android:excludeFromRecents="true"
            android:launchMode="singleInstance"
            android:showForAllUsers="true"
            android:theme="@style/DesktopWallpaperTheme" />

        <activity