Loading packages/SystemUI/AndroidManifest.xml +13 −0 Original line number Original line Diff line number Diff line Loading @@ -193,5 +193,18 @@ <category android:name="android.intent.category.DREAM" /> <category android:name="android.intent.category.DREAM" /> </intent-filter> </intent-filter> </service> </service> <activity android:name=".Somnambulator" android:label="@string/start_dreams" android:icon="@mipmap/ic_dreams" android:theme="@android:style/Theme.Wallpaper.NoTitleBar" android:exported="true" android:excludeFromRecents="true" > <intent-filter> <action android:name="android.intent.action.CREATE_SHORTCUT" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </application> </application> </manifest> </manifest> packages/SystemUI/res/mipmap-hdpi/ic_dreams.png 0 → 100644 +3.49 KiB Loading image diff... packages/SystemUI/res/mipmap-mdpi/ic_dreams.png 0 → 100644 +2.31 KiB Loading image diff... packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png 0 → 100644 +4.88 KiB Loading image diff... packages/SystemUI/res/values/strings.xml +4 −3 Original line number Original line Diff line number Diff line Loading @@ -372,9 +372,6 @@ <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_clear_all">Clear all notifications.</string> <string name="accessibility_clear_all">Clear all notifications.</string> <!-- Description of the desk dock action that invokes the Android Dreams screen saver feature --> <string name="dreams_dock_launcher">Activate screen saver</string> <!-- Title shown in notification popup for inspecting the responsible <!-- Title shown in notification popup for inspecting the responsible application --> application --> <string name="status_bar_notification_inspect_item_title">App info</string> <string name="status_bar_notification_inspect_item_title">App info</string> Loading @@ -400,4 +397,8 @@ <!-- Name of the Jelly Bean platlogo screensaver --> <!-- Name of the Jelly Bean platlogo screensaver --> <string name="jelly_bean_dream_name">BeanFlinger</string> <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">Start dreams</string> </resources> </resources> Loading
packages/SystemUI/AndroidManifest.xml +13 −0 Original line number Original line Diff line number Diff line Loading @@ -193,5 +193,18 @@ <category android:name="android.intent.category.DREAM" /> <category android:name="android.intent.category.DREAM" /> </intent-filter> </intent-filter> </service> </service> <activity android:name=".Somnambulator" android:label="@string/start_dreams" android:icon="@mipmap/ic_dreams" android:theme="@android:style/Theme.Wallpaper.NoTitleBar" android:exported="true" android:excludeFromRecents="true" > <intent-filter> <action android:name="android.intent.action.CREATE_SHORTCUT" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </application> </application> </manifest> </manifest>
packages/SystemUI/res/values/strings.xml +4 −3 Original line number Original line Diff line number Diff line Loading @@ -372,9 +372,6 @@ <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_clear_all">Clear all notifications.</string> <string name="accessibility_clear_all">Clear all notifications.</string> <!-- Description of the desk dock action that invokes the Android Dreams screen saver feature --> <string name="dreams_dock_launcher">Activate screen saver</string> <!-- Title shown in notification popup for inspecting the responsible <!-- Title shown in notification popup for inspecting the responsible application --> application --> <string name="status_bar_notification_inspect_item_title">App info</string> <string name="status_bar_notification_inspect_item_title">App info</string> Loading @@ -400,4 +397,8 @@ <!-- Name of the Jelly Bean platlogo screensaver --> <!-- Name of the Jelly Bean platlogo screensaver --> <string name="jelly_bean_dream_name">BeanFlinger</string> <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">Start dreams</string> </resources> </resources>