diff options
| author | DennySPb <dennyspb@gmail.com> | 2022-04-20 11:00:33 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-04-22 23:35:13 +0300 |
| commit | 5ef704fb119bc9645d141b073f795a6bcc515841 (patch) | |
| tree | bd9b07c7ebddeda8f6134b622b7826a77a6cb67a | |
| parent | 76ee87190cd277e9c93e0a24b0937654ed22f04c (diff) | |
Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: I4a33b7fa0326a63ec734e6ff9323817ef4d6cadc
| -rw-r--r-- | iconloaderlib/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconloaderlib/res/values/config.xml b/iconloaderlib/res/values/config.xml index 26b59b5..e208ddc 100644 --- a/iconloaderlib/res/values/config.xml +++ b/iconloaderlib/res/values/config.xml @@ -26,6 +26,6 @@ <string name="calendar_component_name" translatable="false"></string> <string name="clock_component_name" translatable="false"></string> - <string name="icon_provider_class" translatable="false"></string> + <string name="icon_provider_class" translatable="false">com.android.launcher3.icons.ThirdPartyIconProvider</string> </resources>
\ No newline at end of file |
