Merge "Final icon for (Day)dreams." into jb-mr1-dev
@@ -214,7 +214,7 @@
|
||||
|
||||
<activity android:name=".Somnambulator"
|
||||
android:label="@string/start_dreams"
|
||||
android:icon="@mipmap/ic_daydreams"
|
||||
android:icon="@mipmap/ic_launcher_dreams"
|
||||
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
|
||||
android:exported="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 resultIntent = new Intent();
|
||||
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_NAME, getString(R.string.start_dreams));
|
||||
setResult(RESULT_OK, resultIntent);
|
||||
|
||||