* commit '6b2d41966ad7970d0dd4a891fbf41641514df418': Final icon for (Day)dreams.
@@ -214,7 +214,7 @@
|
|||||||
|
|
||||||
<activity android:name=".Somnambulator"
|
<activity android:name=".Somnambulator"
|
||||||
android:label="@string/start_dreams"
|
android:label="@string/start_dreams"
|
||||||
android:icon="@mipmap/ic_daydreams"
|
android:icon="@mipmap/ic_launcher_dreams"
|
||||||
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
|
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 11 KiB |
@@ -43,7 +43,7 @@ public class Somnambulator extends Activity {
|
|||||||
| Intent.FLAG_ACTIVITY_NEW_TASK);
|
| Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
Intent resultIntent = new Intent();
|
Intent resultIntent = new Intent();
|
||||||
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
|
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
|
||||||
Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_daydreams));
|
Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams));
|
||||||
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
|
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
|
||||||
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
|
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
|
||||||
setResult(RESULT_OK, resultIntent);
|
setResult(RESULT_OK, resultIntent);
|
||||||
|
|||||||