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

Commit c7944d11 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

WallpaperCropper: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: If46b538043f7c08582b6dd141501373744e5bbe1
parent 72fcef13
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,8 @@
            android:name="WallpaperCropActivity"
            android:name="WallpaperCropActivity"
            android:theme="@style/Theme.WallpaperCropper"
            android:theme="@style/Theme.WallpaperCropper"
            android:label="@string/crop_wallpaper"
            android:label="@string/crop_wallpaper"
            android:finishOnCloseSystemDialogs="true">
            android:finishOnCloseSystemDialogs="true"
            android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" />
                <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" />
                <data android:mimeType="image/*" />
                <data android:mimeType="image/*" />