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:
Asher Simonds
2022-04-03 12:18:21 +02:00
committed by Michael Bestas
parent 0fb38ed81e
commit 4db73d66ce
10 changed files with 77 additions and 3 deletions

View File

@@ -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());