summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2015-02-20 14:43:59 -0800
committerMike Lockwood <lockwood@google.com>2015-02-20 15:10:20 -0800
commitc3c2ff70a23ff31bec72e7794ea33552ca106438 (patch)
treee6375e74e8d0758ec1dbed00a3f5e87e9ad93d67 /core
parente55524ef0482bfcf77bf1344f7fda9ef7263d32f (diff)
downloadframeworks_base-c3c2ff70a23ff31bec72e7794ea33552ca106438.zip
frameworks_base-c3c2ff70a23ff31bec72e7794ea33552ca106438.tar.gz
frameworks_base-c3c2ff70a23ff31bec72e7794ea33552ca106438.tar.bz2
Add support for USB notification when connected as a MIDI peripheral
Change-Id: Ib3efcda6af976c878e63b0d35a8e47a3ea9435a3
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/strings.xml2
-rwxr-xr-xcore/res/res/values/symbols.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index ff03ca9..d95b17e 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3909,6 +3909,8 @@
<string name="usb_mtp_notification_title">Connected as a media device</string>
<!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in PTP mode. This is the title -->
<string name="usb_ptp_notification_title">Connected as a camera</string>
+ <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MIDI mode. This is the title -->
+ <string name="usb_midi_notification_title">Connected as a MIDI device</string>
<!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in mass storage mode (for installer CD image). This is the title -->
<string name="usb_cd_installer_notification_title">Connected as an installer</string>
<!-- USB_PREFERENCES: Notification for when a USB accessory is attached. This is the title -->
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index b414634..ec66bb2 100755
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -1750,6 +1750,7 @@
<java-symbol type="string" name="usb_notification_message" />
<java-symbol type="string" name="use_physical_keyboard" />
<java-symbol type="string" name="usb_ptp_notification_title" />
+ <java-symbol type="string" name="usb_midi_notification_title" />
<java-symbol type="string" name="vpn_text" />
<java-symbol type="string" name="vpn_text_long" />
<java-symbol type="string" name="vpn_title" />