diff options
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6982fc2..09fde31 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -41,6 +41,7 @@ android:theme="@style/LivePickerTheme" android:colorMode="wideColorGamut" android:screenOrientation="portrait" + android:exported="true" android:hardwareAccelerated="true"> <intent-filter> <action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" /> @@ -55,6 +56,7 @@ android:label="@string/live_wallpaper_preview_title" android:colorMode="wideColorGamut" android:screenOrientation="portrait" + android:exported="true" android:theme="@style/Preview"> <intent-filter> <action android:name="android.service.wallpaper.CHANGE_LIVE_WALLPAPER" /> |
