Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41632a60 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

[automerger] IconCache should refresh on OTAs am: 3152827d

Change-Id: I0ca82a19b547e150549a0bf1f2f480a1eec09692
parents 8aef0b1a 3152827d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ package com.android.launcher3;

import android.content.pm.LauncherActivityInfo;
import android.graphics.drawable.Drawable;
import android.os.Build;

import java.util.Locale;

@@ -17,7 +18,7 @@ public class IconProvider {
    }

    public void updateSystemStateString() {
        mSystemState = Locale.getDefault().toString();
        mSystemState = Locale.getDefault().toString() + "," + Build.VERSION.SDK_INT;
    }

    public String getIconSystemState(String packageName) {