diff options
Diffstat (limited to 'iconloaderlib')
| -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 |
