26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 4d6f28cb695c5edf253f03c373485a21cd43d19c Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Tue, 10 Sep 2019 02:42:36 +0000
|
|
Subject: [PATCH] treble: Don't specify config_wallpaperCropperPackage
|
|
|
|
Change-Id: I72b59def304779e4bd9a399c01cf1180d15bf444
|
|
---
|
|
overlay/frameworks/base/core/res/res/values/config.xml | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
|
|
index 28c7a28..48ca260 100644
|
|
--- a/overlay/frameworks/base/core/res/res/values/config.xml
|
|
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
|
|
@@ -22,7 +22,6 @@
|
|
<string name="config_icon_mask" translatable="false">"M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z"</string>
|
|
<bool name="config_useRoundIcon">true</bool>
|
|
|
|
- <string name="config_wallpaperCropperPackage">com.android.wallpaperpicker</string>
|
|
<bool name="config_unplugTurnsOnScreen">true</bool>
|
|
<integer name="config_multiuserMaximumUsers">5</integer>
|
|
<bool name="config_enableMultiUserUI">true</bool>
|
|
--
|
|
2.17.1
|
|
|