* commit 'c43d26d412c6e35f0b0afc8e223035a746801d06': Dreams/Sleep Mode is now Daydreams.
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
|
||||
<activity android:name=".Somnambulator"
|
||||
android:label="@string/start_dreams"
|
||||
android:icon="@mipmap/ic_launcher_dreams"
|
||||
android:icon="@mipmap/ic_daydreams"
|
||||
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
|
||||
BIN
packages/SystemUI/res/mipmap-hdpi/ic_daydreams.png
Normal file
BIN
packages/SystemUI/res/mipmap-hdpi/ic_daydreams.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
packages/SystemUI/res/mipmap-mdpi/ic_daydreams.png
Normal file
BIN
packages/SystemUI/res/mipmap-mdpi/ic_daydreams.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
packages/SystemUI/res/mipmap-xhdpi/ic_daydreams.png
Normal file
BIN
packages/SystemUI/res/mipmap-xhdpi/ic_daydreams.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -456,7 +456,7 @@
|
||||
<string name="jelly_bean_dream_name">BeanFlinger</string>
|
||||
|
||||
<!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
|
||||
<string name="start_dreams">Sleep Now</string>
|
||||
<string name="start_dreams">Daydream</string>
|
||||
|
||||
<!-- Textual description of Ethernet connections -->
|
||||
<string name="ethernet_label">Ethernet</string>
|
||||
|
||||
@@ -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_launcher_dreams));
|
||||
Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_daydreams));
|
||||
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
|
||||
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
|
||||
setResult(RESULT_OK, resultIntent);
|
||||
|
||||
Reference in New Issue
Block a user