Skip to content

Commit b055aa8

Browse files
committed
Final icon for (Day)dreams.
Bug: 7395321 Change-Id: I20ec252a1bf69664a6687016d281ad680d76a48f
1 parent 33c0a61 commit b055aa8

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

packages/SystemUI/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
<activity android:name=".Somnambulator"
216216
android:label="@string/start_dreams"
217-
android:icon="@mipmap/ic_daydreams"
217+
android:icon="@mipmap/ic_launcher_dreams"
218218
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
219219
android:exported="true"
220220
android:excludeFromRecents="true"
-3.49 KB
Binary file not shown.
1.74 KB
Loading
-2.31 KB
Binary file not shown.
1.09 KB
Loading
-4.88 KB
Binary file not shown.
2.25 KB
Loading

packages/SystemUI/src/com/android/systemui/Somnambulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void onStart() {
4343
| Intent.FLAG_ACTIVITY_NEW_TASK);
4444
Intent resultIntent = new Intent();
4545
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
46-
Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_daydreams));
46+
Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams));
4747
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
4848
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
4949
setResult(RESULT_OK, resultIntent);

0 commit comments

Comments
 (0)