Merge change Ic7e251a7 into eclair
* changes: Update SD card notification icons.
@@ -10956,6 +10956,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="stat_notify_sdcard_prepare"
|
||||||
|
type="int"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value="17301675"
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="stat_notify_sdcard_usb"
|
<field name="stat_notify_sdcard_usb"
|
||||||
type="int"
|
type="int"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
BIN
core/res/res/drawable-hdpi/stat_notify_sdcard.png
Executable file → Normal file
|
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 784 B |
BIN
core/res/res/drawable-hdpi/stat_notify_sdcard_prepare.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
core/res/res/drawable-hdpi/stat_notify_sdcard_usb.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 552 B |
BIN
core/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 781 B |
@@ -1193,4 +1193,5 @@
|
|||||||
can be seen. -->
|
can be seen. -->
|
||||||
<public type="drawable" name="screen_background_dark_transparent" />
|
<public type="drawable" name="screen_background_dark_transparent" />
|
||||||
<public type="drawable" name="screen_background_light_transparent" />
|
<public type="drawable" name="screen_background_light_transparent" />
|
||||||
|
<public type="drawable" name="stat_notify_sdcard_prepare" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -313,7 +313,7 @@ class MountService extends IMountService.Stub {
|
|||||||
setMediaStorageNotification(
|
setMediaStorageNotification(
|
||||||
com.android.internal.R.string.ext_media_safe_unmount_notification_title,
|
com.android.internal.R.string.ext_media_safe_unmount_notification_title,
|
||||||
com.android.internal.R.string.ext_media_safe_unmount_notification_message,
|
com.android.internal.R.string.ext_media_safe_unmount_notification_message,
|
||||||
com.android.internal.R.drawable.stat_notify_sim_toolkit,
|
com.android.internal.R.drawable.stat_notify_sdcard,
|
||||||
true, true, null);
|
true, true, null);
|
||||||
mShowSafeUnmountNotificationWhenUnmounted = false;
|
mShowSafeUnmountNotificationWhenUnmounted = false;
|
||||||
} else {
|
} else {
|
||||||
@@ -333,7 +333,7 @@ class MountService extends IMountService.Stub {
|
|||||||
setMediaStorageNotification(
|
setMediaStorageNotification(
|
||||||
com.android.internal.R.string.ext_media_checking_notification_title,
|
com.android.internal.R.string.ext_media_checking_notification_title,
|
||||||
com.android.internal.R.string.ext_media_checking_notification_message,
|
com.android.internal.R.string.ext_media_checking_notification_message,
|
||||||
com.android.internal.R.drawable.stat_notify_sim_toolkit,
|
com.android.internal.R.drawable.stat_notify_sdcard_prepare,
|
||||||
true, false, null);
|
true, false, null);
|
||||||
|
|
||||||
updateUsbMassStorageNotification(true, false);
|
updateUsbMassStorageNotification(true, false);
|
||||||
|
|||||||