am e8f0603e: Merge change 24567 into eclair

Merge commit 'e8f0603eb631ecef5f41105711f4afdea8c6d8d8' into eclair-plus-aosp

* commit 'e8f0603eb631ecef5f41105711f4afdea8c6d8d8':
  Fix issue #1943927: need notification in status bar when adb is active
This commit is contained in:
Dianne Hackborn
2009-09-10 14:30:53 -07:00
committed by Android Git Automerger

View File

@@ -1848,7 +1848,7 @@
<!-- Title of notification shown when ADB is actively connected to the phone. --> <!-- Title of notification shown when ADB is actively connected to the phone. -->
<string name="adb_active_notification_title">USB debugging connected</string> <string name="adb_active_notification_title">USB debugging connected</string>
<!-- Message of notification shown when ADB is actively connected to the phone. --> <!-- Message of notification shown when ADB is actively connected to the phone. -->
<string name="adb_active_notification_message">A computer is connected to your phone.</string> <string name="adb_active_notification_message">Select to disable USB debugging.</string>
<!-- Used to replace %s in urls retreived from the signin server with locales. For Some --> <!-- Used to replace %s in urls retreived from the signin server with locales. For Some -->
<!-- devices we don't support all the locales we ship to and need to replace the '%s' with a --> <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a -->
@@ -1858,7 +1858,7 @@
<string name="locale_replacement">""</string> <string name="locale_replacement">""</string>
<!-- Title of the pop-up dialog in which the user switches input method components. --> <!-- Title of the pop-up dialog in which the user switches input method components. -->
<string name="select_input_method">Select Input Method</string> <string name="select_input_method">Select input method</string>
<string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string> <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
<string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string> <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>