Merge "[Wi-Fi] Fix "work profile apps" icon color wrong issue" into rvc-dev

This commit is contained in:
Goven Liu
2020-03-19 06:25:39 +00:00
committed by Android (Google) Code Review

View File

@@ -63,7 +63,7 @@ public class UidDetailProvider {
}
public UidDetailProvider(Context context) {
mContext = context.getApplicationContext();
mContext = context;
mUidDetailCache = new SparseArray<UidDetail>();
}