sdm710-common: Switch to pixel 4 live wallpapers
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
78ae7d5057
commit
50b8f038b3
3 changed files with 16 additions and 0 deletions
8
aosp.dependencies
Normal file
8
aosp.dependencies
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"repository": "packages_apps_WallpapersBReel2019",
|
||||
"target_path": "packages/apps/WallpapersBReel2019",
|
||||
"branch": "ten",
|
||||
"remote": "pixel-gitlab"
|
||||
}
|
||||
]
|
|
@ -404,4 +404,8 @@
|
|||
<!-- Whether device ignores the RSSNR signal implementation -->
|
||||
<bool name="config_ignoreRssnrSignalLevel">true</bool>
|
||||
|
||||
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
|
||||
specified -->
|
||||
<string name="default_wallpaper_component" translatable="false">com.breel.wallpapers19/com.breel.wallpapers19.doodle.wallpaper.variations.DoodleWallpaperV1</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -121,3 +121,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
WfdCommon
|
||||
|
||||
# Wallpapers
|
||||
PRODUCT_PACKAGES += \
|
||||
WallpapersBReel2019
|
||||
|
|
Loading…
Reference in a new issue