OmnijawsClient: Use new google icon set by default

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
Pranav Vashi
2022-09-18 10:02:41 +05:30
committed by MOVZX
parent 0b24331880
commit f7a5b9c712

View File

@@ -54,7 +54,7 @@ public class OmniJawsClient {
= Uri.parse("content://org.omnirom.omnijaws.provider/control");
private static final String ICON_PACKAGE_DEFAULT = "org.omnirom.omnijaws";
private static final String ICON_PREFIX_DEFAULT = "outline";
private static final String ICON_PREFIX_DEFAULT = "google_new_light";
private static final String EXTRA_ERROR = "error";
public static final int EXTRA_ERROR_NETWORK = 0;
public static final int EXTRA_ERROR_LOCATION = 1;