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

Commit 92c65913 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-c8d74b25-f071-43b7-b1f9-ea9255c9b83f" into ub-launcher3-master

* changes:
  [automerger] IconCache should refresh on OTAs am: 3152827d
  IconCache should refresh on OTAs
parents f5125bc9 41632a60
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) {