Settings: Bring in the new icon
* Part of the new iconset made by Asher Simonds Co-authored-by: Michael W <baddaemon87@gmail.com> Change-Id: Icdc71193c78642c9253f34b04f8629864f48212a
This commit is contained in:
committed by
Michael Bestas
parent
0fb38ed81e
commit
4db73d66ce
@@ -140,7 +140,7 @@ public class CreateShortcutPreferenceController extends BasePreferenceController
|
||||
intent = new Intent();
|
||||
}
|
||||
intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
|
||||
Intent.ShortcutIconResource.fromContext(mContext, R.mipmap.ic_launcher_settings))
|
||||
Intent.ShortcutIconResource.fromContext(mContext, R.drawable.ic_launcher_settings))
|
||||
.putExtra(Intent.EXTRA_SHORTCUT_INTENT, info.getIntent())
|
||||
.putExtra(Intent.EXTRA_SHORTCUT_NAME, info.getShortLabel());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user