am 51cef844: Merge change Ic7e251a7 into eclair
Merge commit '51cef8440df1971f06e41eba8a87c58a225d4e8f' into eclair-plus-aosp * commit '51cef8440df1971f06e41eba8a87c58a225d4e8f': Update SD card notification icons.
@@ -10956,6 +10956,17 @@
|
||||
visibility="public"
|
||||
>
|
||||
</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"
|
||||
type="int"
|
||||
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. -->
|
||||
<public type="drawable" name="screen_background_dark_transparent" />
|
||||
<public type="drawable" name="screen_background_light_transparent" />
|
||||
<public type="drawable" name="stat_notify_sdcard_prepare" />
|
||||
</resources>
|
||||
|
||||
@@ -313,7 +313,7 @@ class MountService extends IMountService.Stub {
|
||||
setMediaStorageNotification(
|
||||
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.drawable.stat_notify_sim_toolkit,
|
||||
com.android.internal.R.drawable.stat_notify_sdcard,
|
||||
true, true, null);
|
||||
mShowSafeUnmountNotificationWhenUnmounted = false;
|
||||
} else {
|
||||
@@ -333,7 +333,7 @@ class MountService extends IMountService.Stub {
|
||||
setMediaStorageNotification(
|
||||
com.android.internal.R.string.ext_media_checking_notification_title,
|
||||
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);
|
||||
|
||||
updateUsbMassStorageNotification(true, false);
|
||||
|
||||