diff options
| author | Xin Li <delphij@google.com> | 2021-10-07 23:50:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-07 23:50:08 +0000 |
| commit | 3d9784b78345692c7a966d324d9d5e5c54ab3772 (patch) | |
| tree | 274d05deb79e730858852cf60892187105409ef8 /AndroidManifest.xml | |
| parent | de6e0af62a05a41300b865edc883f531074ef0a1 (diff) | |
| parent | 5fcfa1230751c2120566ac74795abbc3b63514e2 (diff) | |
| download | platform_packages_wallpapers_LivePicker-master.tar.gz platform_packages_wallpapers_LivePicker-master.tar.bz2 platform_packages_wallpapers_LivePicker-master.zip | |
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" /> |
