[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8f34e45e2b -s ours

am skip reason: contains skip directive

Original change: https://android-review.googlesource.com/c/platform/packages/apps/MusicFX/+/3376680

Change-Id: I3ada72ff78461b3a902d7ede49cc84fb47e4268b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/src/com/android/musicfx/ActivityMusic.java b/src/com/android/musicfx/ActivityMusic.java
index d275a85..68b0001 100644
--- a/src/com/android/musicfx/ActivityMusic.java
+++ b/src/com/android/musicfx/ActivityMusic.java
@@ -251,7 +251,7 @@
             if (deviceInfo == null) {
                 continue;
             }
-            final int type = deviceInfo.getType();
+            final @AudioDeviceInfo.AudioDeviceType int type = deviceInfo.getType();
             if (HEADSET_DEVICE_TYPES.contains(type)) {
                 Log.v(TAG, " at least a HeadSet device type " + type + " connected");
                 return true;