am f5675dec: Use the default activity mipmap
* commit 'f5675decc9f0e5b83a7041d6181343abe2cfe31c': Use the default activity mipmap
This commit is contained in:
@@ -67,7 +67,7 @@ public class IconCache {
|
||||
|
||||
public Drawable getFullResDefaultActivityIcon() {
|
||||
return getFullResIcon(Resources.getSystem(),
|
||||
com.android.internal.R.drawable.sym_def_app_icon);
|
||||
com.android.internal.R.mipmap.sym_def_app_icon);
|
||||
}
|
||||
|
||||
public Drawable getFullResIcon(Resources resources, int iconId) {
|
||||
|
||||
Reference in New Issue
Block a user