Snap for 4981759 from 4379d6537e4d8982906e5f192462d62da8f50765 to qt-release

Change-Id: Id5573113443585615dd10f79ef769307ebd64d99
diff --git a/Android.bp b/Android.bp
index 07b3018..759014f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1179,6 +1179,48 @@
     create_stubs: false,
 }
 
+metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " +
+    "--hide-package com.android.okhttp " +
+    "--hide-package com.android.org.conscrypt --hide-package com.android.server " +
+    "--hide RequiresPermission " +
+    "--hide MissingPermission --hide BroadcastBehavior " +
+    "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
+    "--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo"
+
+doc_defaults {
+    name: "metalava-api-stubs-default",
+    srcs: [
+        ":opt-telephony-srcs",
+        ":opt-net-voip-srcs",
+        ":openjdk_javadoc_files",
+        ":non_openjdk_javadoc_files",
+        ":android_icu4j_src_files_for_docs",
+    ],
+    srcs_lib: "framework",
+    srcs_lib_whitelist_dirs: frameworks_base_subdirs,
+    srcs_lib_whitelist_pkgs: packages_to_document,
+    libs: [
+        "core-oj",
+        "core-libart",
+        "conscrypt",
+        "bouncycastle",
+        "okhttp",
+        "ext",
+        "framework",
+        "voip-common",
+        "android.test.mock.impl",
+    ],
+    local_sourcepaths: frameworks_base_subdirs,
+    installable: false,
+    metalava_enabled: true,
+    metalava_annotations_enabled: true,
+    metalava_previous_api: ":last-released-public-api",
+    metalava_merge_annotations_dirs: [
+        "metalava-manual",
+        "ojluni-annotated-stubs",
+    ],
+}
+
 droiddoc {
     name: "doc-comment-check-docs",
     defaults: ["framework-docs-default"],
@@ -1406,26 +1448,21 @@
 }
 
 droiddoc {
-    name: "hiddenapi-lists",
-    defaults: ["api-stubs-default"],
+    name: "hiddenapi-lists-docs",
+    defaults: ["metalava-api-stubs-default"],
     arg_files: [
         "core/res/AndroidManifest.xml",
-        ":api-version-xml",
-        "core/java/overview.html",
-        ":current-support-api",
-        "api/current.txt",
     ],
     dex_api_filename: "public-dex.txt",
     private_dex_api_filename: "private-dex.txt",
     removed_dex_api_filename: "removed-dex.txt",
-    args: framework_docs_args +
-          " -referenceonly" +
-          " -nodocs" +
-          " -showUnannotated" +
-          " -showAnnotation android.annotation.SystemApi" +
-          " -showAnnotation android.annotation.TestApi",
+    args: metalava_framework_docs_args +
+        " --show-unannotated " +
+        " --show-annotation android.annotation.SystemApi " +
+        " --show-annotation android.annotation.TestApi "
 }
 
+
 droiddoc {
     name: "hiddenapi-mappings",
     defaults: ["api-stubs-default"],
@@ -1469,48 +1506,6 @@
     ],
 }
 
-metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " +
-    "--hide-package com.android.okhttp " +
-    "--hide-package com.android.org.conscrypt --hide-package com.android.server " +
-    "--hide RequiresPermission " +
-    "--hide MissingPermission --hide BroadcastBehavior " +
-    "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
-    "--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo"
-
-doc_defaults {
-    name: "metalava-api-stubs-default",
-    srcs: [
-        ":opt-telephony-srcs",
-        ":opt-net-voip-srcs",
-        ":openjdk_javadoc_files",
-        ":non_openjdk_javadoc_files",
-        ":android_icu4j_src_files_for_docs",
-    ],
-    srcs_lib: "framework",
-    srcs_lib_whitelist_dirs: frameworks_base_subdirs,
-    srcs_lib_whitelist_pkgs: packages_to_document,
-    libs: [
-        "core-oj",
-        "core-libart",
-        "conscrypt",
-        "bouncycastle",
-        "okhttp",
-        "ext",
-        "framework",
-        "voip-common",
-        "android.test.mock.impl",
-    ],
-    local_sourcepaths: frameworks_base_subdirs,
-    installable: false,
-    metalava_enabled: true,
-    metalava_annotations_enabled: true,
-    metalava_previous_api: ":last-released-public-api",
-    metalava_merge_annotations_dirs: [
-        "metalava-manual",
-        "ojluni-annotated-stubs",
-    ],
-}
-
 droiddoc {
     name: "api-stubs-docs",
     defaults: ["metalava-api-stubs-default"],
diff --git a/api/current.txt b/api/current.txt
index 13ea5cc..3a523f6 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -57,8 +57,6 @@
     field public static final java.lang.String CALL_PRIVILEGED = "android.permission.CALL_PRIVILEGED";
     field public static final java.lang.String CAMERA = "android.permission.CAMERA";
     field public static final java.lang.String CAPTURE_AUDIO_OUTPUT = "android.permission.CAPTURE_AUDIO_OUTPUT";
-    field public static final java.lang.String CAPTURE_SECURE_VIDEO_OUTPUT = "android.permission.CAPTURE_SECURE_VIDEO_OUTPUT";
-    field public static final java.lang.String CAPTURE_VIDEO_OUTPUT = "android.permission.CAPTURE_VIDEO_OUTPUT";
     field public static final java.lang.String CHANGE_COMPONENT_ENABLED_STATE = "android.permission.CHANGE_COMPONENT_ENABLED_STATE";
     field public static final java.lang.String CHANGE_CONFIGURATION = "android.permission.CHANGE_CONFIGURATION";
     field public static final java.lang.String CHANGE_NETWORK_STATE = "android.permission.CHANGE_NETWORK_STATE";
@@ -103,7 +101,6 @@
     field public static final java.lang.String READ_CALL_LOG = "android.permission.READ_CALL_LOG";
     field public static final java.lang.String READ_CONTACTS = "android.permission.READ_CONTACTS";
     field public static final deprecated java.lang.String READ_EXTERNAL_STORAGE = "android.permission.READ_EXTERNAL_STORAGE";
-    field public static final java.lang.String READ_FRAME_BUFFER = "android.permission.READ_FRAME_BUFFER";
     field public static final deprecated java.lang.String READ_INPUT_STATE = "android.permission.READ_INPUT_STATE";
     field public static final java.lang.String READ_LOGS = "android.permission.READ_LOGS";
     field public static final java.lang.String READ_MEDIA_AUDIO = "android.permission.READ_MEDIA_AUDIO";
@@ -41061,8 +41058,9 @@
   public abstract class CallRedirectionService extends android.app.Service {
     ctor public CallRedirectionService();
     method public final void cancelCall();
-    method public android.os.IBinder onBind(android.content.Intent);
+    method public final android.os.IBinder onBind(android.content.Intent);
     method public abstract void onPlaceCall(android.net.Uri, android.telecom.PhoneAccountHandle);
+    method public final boolean onUnbind(android.content.Intent);
     method public final void placeCallUnmodified();
     method public final void redirectCall(android.net.Uri, android.telecom.PhoneAccountHandle);
     field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallRedirectionService";
@@ -42722,6 +42720,7 @@
     method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.lang.String);
     method public boolean isConcurrentVoiceAndDataSupported();
     method public boolean isDataEnabled();
+    method public boolean isDataRoamingEnabled();
     method public boolean isHearingAidCompatibilitySupported();
     method public boolean isNetworkRoaming();
     method public boolean isSmsCapable();
diff --git a/api/system-current.txt b/api/system-current.txt
index 41175798..a9afb3f 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -46,9 +46,7 @@
     field public static final java.lang.String CAMERA_DISABLE_TRANSMIT_LED = "android.permission.CAMERA_DISABLE_TRANSMIT_LED";
     field public static final java.lang.String CAPTURE_AUDIO_HOTWORD = "android.permission.CAPTURE_AUDIO_HOTWORD";
     field public static final java.lang.String CAPTURE_AUDIO_OUTPUT = "android.permission.CAPTURE_AUDIO_OUTPUT";
-    field public static final java.lang.String CAPTURE_SECURE_VIDEO_OUTPUT = "android.permission.CAPTURE_SECURE_VIDEO_OUTPUT";
     field public static final java.lang.String CAPTURE_TV_INPUT = "android.permission.CAPTURE_TV_INPUT";
-    field public static final java.lang.String CAPTURE_VIDEO_OUTPUT = "android.permission.CAPTURE_VIDEO_OUTPUT";
     field public static final java.lang.String CHANGE_APP_IDLE_STATE = "android.permission.CHANGE_APP_IDLE_STATE";
     field public static final java.lang.String CHANGE_COMPONENT_ENABLED_STATE = "android.permission.CHANGE_COMPONENT_ENABLED_STATE";
     field public static final java.lang.String CHANGE_CONFIGURATION = "android.permission.CHANGE_CONFIGURATION";
@@ -134,7 +132,6 @@
     field public static final java.lang.String QUERY_TIME_ZONE_RULES = "android.permission.QUERY_TIME_ZONE_RULES";
     field public static final java.lang.String READ_CONTENT_RATING_SYSTEMS = "android.permission.READ_CONTENT_RATING_SYSTEMS";
     field public static final java.lang.String READ_DREAM_STATE = "android.permission.READ_DREAM_STATE";
-    field public static final java.lang.String READ_FRAME_BUFFER = "android.permission.READ_FRAME_BUFFER";
     field public static final java.lang.String READ_INSTALL_SESSIONS = "android.permission.READ_INSTALL_SESSIONS";
     field public static final java.lang.String READ_LOGS = "android.permission.READ_LOGS";
     field public static final java.lang.String READ_NETWORK_USAGE_HISTORY = "android.permission.READ_NETWORK_USAGE_HISTORY";
@@ -5399,6 +5396,7 @@
     method public int setAllowedCarriers(int, java.util.List<android.service.carrier.CarrierIdentifier>);
     method public void setDataActivationState(int);
     method public deprecated void setDataEnabled(int, boolean);
+    method public void setDataRoamingEnabled(boolean);
     method public boolean setRadio(boolean);
     method public boolean setRadioPower(boolean);
     method public void setSimPowerState(int);
@@ -5916,6 +5914,7 @@
     field public static final int CODE_NETWORK_DETACH = 1513; // 0x5e9
     field public static final int CODE_NETWORK_REJECT = 1504; // 0x5e0
     field public static final int CODE_NETWORK_RESP_TIMEOUT = 1503; // 0x5df
+    field public static final int CODE_NO_CSFB_IN_CS_ROAM = 1516; // 0x5ec
     field public static final int CODE_NO_VALID_SIM = 1501; // 0x5dd
     field public static final int CODE_OEM_CAUSE_1 = 61441; // 0xf001
     field public static final int CODE_OEM_CAUSE_10 = 61450; // 0xf00a
diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt
index 9ca0745..1f6cfff 100644
--- a/config/boot-image-profile.txt
+++ b/config/boot-image-profile.txt
@@ -1753,12 +1753,6 @@
 HPLandroid/content/pm/LauncherApps$CallbackMessageHandler;->postOnPackageChanged(Ljava/lang/String;Landroid/os/UserHandle;)V
 HPLandroid/content/pm/LauncherApps$CallbackMessageHandler;->postOnPackageRemoved(Ljava/lang/String;Landroid/os/UserHandle;)V
 HPLandroid/content/pm/LauncherApps$ShortcutQuery;->setActivity(Landroid/content/ComponentName;)Landroid/content/pm/LauncherApps$ShortcutQuery;
-HPLandroid/content/pm/PackageCleanItem$1;-><init>()V
-HPLandroid/content/pm/PackageCleanItem$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/pm/PackageCleanItem;
-HPLandroid/content/pm/PackageCleanItem$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
-HPLandroid/content/pm/PackageCleanItem;-><init>(ILjava/lang/String;Z)V
-HPLandroid/content/pm/PackageCleanItem;->equals(Ljava/lang/Object;)Z
-HPLandroid/content/pm/PackageCleanItem;->writeToParcel(Landroid/os/Parcel;I)V
 HPLandroid/content/pm/PackageInfo$1;->newArray(I)[Landroid/content/pm/PackageInfo;
 HPLandroid/content/pm/PackageInfo$1;->newArray(I)[Ljava/lang/Object;
 HPLandroid/content/pm/PackageInfo;->isOverlayPackage()Z
@@ -18113,7 +18107,6 @@
 HSPLandroid/content/pm/IPackageManager;->logAppProcessStartIfNeeded(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
 HSPLandroid/content/pm/IPackageManager;->movePackage(Ljava/lang/String;Ljava/lang/String;)I
 HSPLandroid/content/pm/IPackageManager;->movePrimaryStorage(Ljava/lang/String;)I
-HSPLandroid/content/pm/IPackageManager;->nextPackageToClean(Landroid/content/pm/PackageCleanItem;)Landroid/content/pm/PackageCleanItem;
 HSPLandroid/content/pm/IPackageManager;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/lang/String;)V
 HSPLandroid/content/pm/IPackageManager;->notifyPackageUse(Ljava/lang/String;I)V
 HSPLandroid/content/pm/IPackageManager;->performDexOptMode(Ljava/lang/String;ZLjava/lang/String;ZZLjava/lang/String;)Z
diff --git a/config/hiddenapi-light-greylist.txt b/config/hiddenapi-light-greylist.txt
index 196f89c..65a0a4b 100644
--- a/config/hiddenapi-light-greylist.txt
+++ b/config/hiddenapi-light-greylist.txt
@@ -1,14 +1,11 @@
-Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub;-><init>()V
 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accessibilityservice/IAccessibilityServiceConnection;
 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->mRemote:Landroid/os/IBinder;
 Landroid/accounts/IAccountAuthenticator$Stub;-><init>()V
 Landroid/accounts/IAccountAuthenticator$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/IAccountAuthenticator;
 Landroid/accounts/IAccountAuthenticator;->addAccount(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Landroid/os/Bundle;)V
-Landroid/accounts/IAccountAuthenticator;->addAccountFromCredentials(Landroid/accounts/IAccountAuthenticatorResponse;Landroid/accounts/Account;Landroid/os/Bundle;)V
 Landroid/accounts/IAccountAuthenticator;->confirmCredentials(Landroid/accounts/IAccountAuthenticatorResponse;Landroid/accounts/Account;Landroid/os/Bundle;)V
 Landroid/accounts/IAccountAuthenticator;->editProperties(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/lang/String;)V
-Landroid/accounts/IAccountAuthenticator;->getAccountCredentialsForCloning(Landroid/accounts/IAccountAuthenticatorResponse;Landroid/accounts/Account;)V
 Landroid/accounts/IAccountAuthenticator;->getAccountRemovalAllowed(Landroid/accounts/IAccountAuthenticatorResponse;Landroid/accounts/Account;)V
 Landroid/accounts/IAccountAuthenticator;->getAuthToken(Landroid/accounts/IAccountAuthenticatorResponse;Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)V
 Landroid/accounts/IAccountAuthenticator;->getAuthTokenLabel(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/lang/String;)V
@@ -51,9 +48,6 @@
 Landroid/app/backup/IFullBackupRestoreObserver$Stub;-><init>()V
 Landroid/app/backup/IRestoreObserver$Stub;-><init>()V
 Landroid/app/DownloadManager;->restartDownload([J)V
-Landroid/app/IActivityController;->activityResuming(Ljava/lang/String;)Z
-Landroid/app/IActivityController;->activityStarting(Landroid/content/Intent;Ljava/lang/String;)Z
-Landroid/app/IActivityController;->appNotResponding(Ljava/lang/String;ILjava/lang/String;)I
 Landroid/app/IActivityManager$Stub$Proxy;->getConfiguration()Landroid/content/res/Configuration;
 Landroid/app/IActivityManager$Stub$Proxy;->getLaunchedFromUid(Landroid/os/IBinder;)I
 Landroid/app/IActivityManager$Stub$Proxy;->getProcessLimit()I
@@ -66,7 +60,6 @@
 Landroid/app/IActivityManager;->bindService(Landroid/app/IApplicationThread;Landroid/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;ILjava/lang/String;I)I
 Landroid/app/IActivityManager;->broadcastIntent(Landroid/app/IApplicationThread;Landroid/content/Intent;Ljava/lang/String;Landroid/content/IIntentReceiver;ILjava/lang/String;Landroid/os/Bundle;[Ljava/lang/String;ILandroid/os/Bundle;ZZI)I
 Landroid/app/IActivityManager;->checkPermission(Ljava/lang/String;II)I
-Landroid/app/IActivityManager;->enterSafeMode()V
 Landroid/app/IActivityManager;->finishActivity(Landroid/os/IBinder;ILandroid/content/Intent;I)Z
 Landroid/app/IActivityManager;->finishHeavyWeightApp()V
 Landroid/app/IActivityManager;->finishReceiver(Landroid/os/IBinder;ILjava/lang/String;Landroid/os/Bundle;ZI)V
@@ -92,7 +85,6 @@
 Landroid/app/IActivityManager;->isTopOfTask(Landroid/os/IBinder;)Z
 Landroid/app/IActivityManager;->isUserRunning(II)Z
 Landroid/app/IActivityManager;->killAllBackgroundProcesses()V
-Landroid/app/IActivityManager;->killApplicationProcess(Ljava/lang/String;I)V
 Landroid/app/IActivityManager;->killBackgroundProcesses(Ljava/lang/String;I)V
 Landroid/app/IActivityManager;->moveActivityTaskToBack(Landroid/os/IBinder;Z)Z
 Landroid/app/IActivityManager;->moveTaskToFront(IILandroid/os/Bundle;)V
@@ -135,7 +127,6 @@
 Landroid/app/IActivityManager;->stopUser(IZLandroid/app/IStopUserCallback;)I
 Landroid/app/IActivityManager;->suppressResizeConfigChanges(Z)V
 Landroid/app/IActivityManager;->switchUser(I)Z
-Landroid/app/IActivityManager;->unbindBackupAgent(Landroid/content/pm/ApplicationInfo;)V
 Landroid/app/IActivityManager;->unbindService(Landroid/app/IServiceConnection;)Z
 Landroid/app/IActivityManager;->unhandledBack()V
 Landroid/app/IActivityManager;->unlockUser(I[B[BLandroid/os/IProgressListener;)Z
@@ -145,32 +136,23 @@
 Landroid/app/IActivityManager;->updateConfiguration(Landroid/content/res/Configuration;)Z
 Landroid/app/IActivityManager;->updatePersistentConfiguration(Landroid/content/res/Configuration;)V
 Landroid/app/IAlarmManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/app/IAlarmManager$Stub;-><init>()V
 Landroid/app/IAlarmManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IAlarmManager;
 Landroid/app/IAlarmManager$Stub;->TRANSACTION_remove:I
 Landroid/app/IAlarmManager$Stub;->TRANSACTION_set:I
 Landroid/app/IAlarmManager;->getNextAlarmClock(I)Landroid/app/AlarmManager$AlarmClockInfo;
 Landroid/app/IAlarmManager;->set(Ljava/lang/String;IJJJILandroid/app/PendingIntent;Landroid/app/IAlarmListener;Ljava/lang/String;Landroid/os/WorkSource;Landroid/app/AlarmManager$AlarmClockInfo;)V
-Landroid/app/IApplicationThread;->processInBackground()V
 Landroid/app/IApplicationThread;->scheduleBindService(Landroid/os/IBinder;Landroid/content/Intent;ZI)V
 Landroid/app/IApplicationThread;->scheduleCreateService(Landroid/os/IBinder;Landroid/content/pm/ServiceInfo;Landroid/content/res/CompatibilityInfo;I)V
-Landroid/app/IApplicationThread;->scheduleExit()V
-Landroid/app/IApplicationThread;->scheduleLowMemory()V
 Landroid/app/IApplicationThread;->scheduleStopService(Landroid/os/IBinder;)V
-Landroid/app/IApplicationThread;->scheduleSuicide()V
 Landroid/app/IApplicationThread;->scheduleTrimMemory(I)V
 Landroid/app/IApplicationThread;->scheduleUnbindService(Landroid/os/IBinder;Landroid/content/Intent;)V
-Landroid/app/IApplicationThread;->updateTimeZone()V
 Landroid/app/IAppTask;->getTaskInfo()Landroid/app/ActivityManager$RecentTaskInfo;
-Landroid/app/IBackupAgent$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IBackupAgent;
 Landroid/app/IInputForwarder;->forwardEvent(Landroid/view/InputEvent;)Z
 Landroid/app/IInstrumentationWatcher$Stub;-><init>()V
 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrumentationWatcher;
-Landroid/app/IInstrumentationWatcher;->instrumentationFinished(Landroid/content/ComponentName;ILandroid/os/Bundle;)V
 Landroid/app/IInstrumentationWatcher;->instrumentationStatus(Landroid/content/ComponentName;ILandroid/os/Bundle;)V
 Landroid/app/INotificationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/app/INotificationManager$Stub$Proxy;->areNotificationsEnabledForPackage(Ljava/lang/String;I)Z
-Landroid/app/INotificationManager$Stub;-><init>()V
 Landroid/app/INotificationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/INotificationManager;
 Landroid/app/INotificationManager$Stub;->TRANSACTION_enqueueNotificationWithTag:I
 Landroid/app/INotificationManager;->areNotificationsEnabledForPackage(Ljava/lang/String;I)Z
@@ -198,13 +180,11 @@
 Landroid/app/IStopUserCallback$Stub;-><init>()V
 Landroid/app/IStopUserCallback;->userStopped(I)V
 Landroid/app/ITransientNotification$Stub;-><init>()V
-Landroid/app/ITransientNotification;->hide()V
 Landroid/app/ITransientNotification;->show(Landroid/os/IBinder;)V
 Landroid/app/IUiModeManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/app/IUiModeManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiModeManager;
 Landroid/app/IUiModeManager;->disableCarMode(I)V
 Landroid/app/IUserSwitchObserver$Stub;-><init>()V
-Landroid/app/IWallpaperManager$Stub;-><init>()V
 Landroid/app/IWallpaperManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IWallpaperManager;
 Landroid/app/IWallpaperManager;->getHeightHint()I
 Landroid/app/IWallpaperManager;->getWallpaper(Ljava/lang/String;Landroid/app/IWallpaperManagerCallback;ILandroid/os/Bundle;I)Landroid/os/ParcelFileDescriptor;
@@ -213,7 +193,6 @@
 Landroid/app/IWallpaperManager;->hasNamedWallpaper(Ljava/lang/String;)Z
 Landroid/app/IWallpaperManager;->setWallpaperComponent(Landroid/content/ComponentName;)V
 Landroid/app/IWallpaperManagerCallback$Stub;-><init>()V
-Landroid/app/IWallpaperManagerCallback;->onWallpaperChanged()V
 Landroid/app/job/IJobCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/app/job/IJobCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
 Landroid/app/job/IJobCallback$Stub;-><init>()V
@@ -307,7 +286,6 @@
 Landroid/content/IIntentReceiver$Stub;-><init>()V
 Landroid/content/IIntentReceiver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentReceiver;
 Landroid/content/IIntentReceiver;->performReceive(Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;ZZI)V
-Landroid/content/IIntentSender$Stub;-><init>()V
 Landroid/content/IIntentSender$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentSender;
 Landroid/content/IOnPrimaryClipChangedListener$Stub;-><init>()V
 Landroid/content/IOnPrimaryClipChangedListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IOnPrimaryClipChangedListener;
@@ -378,7 +356,6 @@
 Landroid/content/pm/IPackageManager$Stub$Proxy;->getPackageInfo(Ljava/lang/String;II)Landroid/content/pm/PackageInfo;
 Landroid/content/pm/IPackageManager$Stub$Proxy;->getPackagesForUid(I)[Ljava/lang/String;
 Landroid/content/pm/IPackageManager$Stub$Proxy;->getSystemSharedLibraryNames()[Ljava/lang/String;
-Landroid/content/pm/IPackageManager$Stub;-><init>()V
 Landroid/content/pm/IPackageManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm/IPackageManager;
 Landroid/content/pm/IPackageManager$Stub;->TRANSACTION_getApplicationInfo:I
 Landroid/content/pm/IPackageManager;->addPermission(Landroid/content/pm/PermissionInfo;)Z
@@ -386,12 +363,10 @@
 Landroid/content/pm/IPackageManager;->canonicalToCurrentPackageNames([Ljava/lang/String;)[Ljava/lang/String;
 Landroid/content/pm/IPackageManager;->checkPermission(Ljava/lang/String;Ljava/lang/String;I)I
 Landroid/content/pm/IPackageManager;->checkSignatures(Ljava/lang/String;Ljava/lang/String;)I
-Landroid/content/pm/IPackageManager;->checkUidPermission(Ljava/lang/String;I)I
 Landroid/content/pm/IPackageManager;->checkUidSignatures(II)I
 Landroid/content/pm/IPackageManager;->clearPackagePreferredActivities(Ljava/lang/String;)V
 Landroid/content/pm/IPackageManager;->currentToCanonicalPackageNames([Ljava/lang/String;)[Ljava/lang/String;
 Landroid/content/pm/IPackageManager;->deleteApplicationCacheFiles(Ljava/lang/String;Landroid/content/pm/IPackageDataObserver;)V
-Landroid/content/pm/IPackageManager;->enterSafeMode()V
 Landroid/content/pm/IPackageManager;->getApplicationEnabledSetting(Ljava/lang/String;I)I
 Landroid/content/pm/IPackageManager;->getAppOpPermissionPackages(Ljava/lang/String;)[Ljava/lang/String;
 Landroid/content/pm/IPackageManager;->getBlockUninstallForUser(Ljava/lang/String;I)Z
@@ -420,7 +395,6 @@
 Landroid/content/pm/IPackageManager;->grantRuntimePermission(Ljava/lang/String;Ljava/lang/String;I)V
 Landroid/content/pm/IPackageManager;->hasSystemUidErrors()Z
 Landroid/content/pm/IPackageManager;->isPackageAvailable(Ljava/lang/String;I)Z
-Landroid/content/pm/IPackageManager;->isProtectedBroadcast(Ljava/lang/String;)Z
 Landroid/content/pm/IPackageManager;->isSafeMode()Z
 Landroid/content/pm/IPackageManager;->isStorageLow()Z
 Landroid/content/pm/IPackageManager;->isUidPrivileged(I)Z
@@ -436,7 +410,6 @@
 Landroid/content/pm/IPackageManager;->setInstallerPackageName(Ljava/lang/String;Ljava/lang/String;)V
 Landroid/content/pm/IPackageManager;->setLastChosenActivity(Landroid/content/Intent;Ljava/lang/String;ILandroid/content/IntentFilter;ILandroid/content/ComponentName;)V
 Landroid/content/pm/IPackageManager;->setPackageStoppedState(Ljava/lang/String;ZI)V
-Landroid/content/pm/IPackageManager;->systemReady()V
 Landroid/content/pm/IPackageMoveObserver$Stub;-><init>()V
 Landroid/content/pm/IPackageMoveObserver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm/IPackageMoveObserver;
 Landroid/content/pm/IPackageStatsObserver$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
@@ -513,10 +486,12 @@
 Landroid/location/ILocationListener;->onProviderEnabled(Ljava/lang/String;)V
 Landroid/location/ILocationListener;->onStatusChanged(Ljava/lang/String;ILandroid/os/Bundle;)V
 Landroid/location/ILocationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/location/ILocationManager$Stub;-><init>()V
 Landroid/location/ILocationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ILocationManager;
 Landroid/location/ILocationManager$Stub;->TRANSACTION_getAllProviders:I
 Landroid/location/ILocationManager;->getAllProviders()Ljava/util/List;
+Landroid/Manifest$permission;->CAPTURE_SECURE_VIDEO_OUTPUT:Ljava/lang/String;
+Landroid/Manifest$permission;->CAPTURE_VIDEO_OUTPUT:Ljava/lang/String;
+Landroid/Manifest$permission;->READ_FRAME_BUFFER:Ljava/lang/String;
 Landroid/media/IAudioFocusDispatcher;->dispatchAudioFocusChange(ILjava/lang/String;)V
 Landroid/media/IAudioRoutesObserver$Stub;-><init>()V
 Landroid/media/IAudioService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
@@ -546,7 +521,6 @@
 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableUsbRegexs()[Ljava/lang/String;
 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetheredIfaces()[Ljava/lang/String;
 Landroid/net/IConnectivityManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/net/IConnectivityManager$Stub;-><init>()V
 Landroid/net/IConnectivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/IConnectivityManager;
 Landroid/net/IConnectivityManager;->getActiveLinkProperties()Landroid/net/LinkProperties;
 Landroid/net/IConnectivityManager;->getActiveNetworkInfo()Landroid/net/NetworkInfo;
@@ -586,7 +560,6 @@
 Landroid/net/nsd/INsdManager;->getMessenger()Landroid/os/Messenger;
 Landroid/net/SntpClient;-><init>()V
 Landroid/net/wifi/IWifiManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/net/wifi/IWifiManager$Stub;-><init>()V
 Landroid/net/wifi/IWifiManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/wifi/IWifiManager;
 Landroid/net/wifi/IWifiManager$Stub;->TRANSACTION_getScanResults:I
 Landroid/net/wifi/IWifiManager;->getCurrentNetwork()Landroid/net/Network;
@@ -816,11 +789,9 @@
 Landroid/os/INetworkManagementService;->tetherInterface(Ljava/lang/String;)V
 Landroid/os/INetworkManagementService;->untetherInterface(Ljava/lang/String;)V
 Landroid/os/IPermissionController$Stub$Proxy;->checkPermission(Ljava/lang/String;II)Z
-Landroid/os/IPermissionController$Stub;-><init>()V
 Landroid/os/IPermissionController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPermissionController;
 Landroid/os/IPowerManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/os/IPowerManager$Stub$Proxy;->isLightDeviceIdleMode()Z
-Landroid/os/IPowerManager$Stub;-><init>()V
 Landroid/os/IPowerManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPowerManager;
 Landroid/os/IPowerManager$Stub;->TRANSACTION_acquireWakeLock:I
 Landroid/os/IPowerManager$Stub;->TRANSACTION_goToSleep:I
@@ -1516,7 +1487,6 @@
 Landroid/service/wallpaper/IWallpaperEngine;->destroy()V
 Landroid/service/wallpaper/IWallpaperEngine;->dispatchPointer(Landroid/view/MotionEvent;)V
 Landroid/service/wallpaper/IWallpaperEngine;->dispatchWallpaperCommand(Ljava/lang/String;IIILandroid/os/Bundle;)V
-Landroid/service/wallpaper/IWallpaperEngine;->setDesiredSize(II)V
 Landroid/service/wallpaper/IWallpaperEngine;->setVisibility(Z)V
 Landroid/service/wallpaper/IWallpaperService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/service/wallpaper/IWallpaperService;
 Landroid/speech/IRecognitionListener;->onEvent(ILandroid/os/Bundle;)V
@@ -1594,28 +1564,18 @@
 Landroid/view/accessibility/IAccessibilityInteractionConnectionCallback;->setFindAccessibilityNodeInfosResult(Ljava/util/List;I)V
 Landroid/view/accessibility/IAccessibilityInteractionConnectionCallback;->setPerformAccessibilityActionResult(ZI)V
 Landroid/view/accessibility/IAccessibilityManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/view/accessibility/IAccessibilityManager$Stub;-><init>()V
 Landroid/view/accessibility/IAccessibilityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/accessibility/IAccessibilityManager;
 Landroid/view/accessibility/IAccessibilityManager;->getEnabledAccessibilityServiceList(II)Ljava/util/List;
 Landroid/view/AccessibilityIterators$AbstractTextSegmentIterator;-><init>()V
 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/view/autofill/IAutoFillManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/autofill/IAutoFillManager;
-Landroid/view/IApplicationToken$Stub;-><init>()V
 Landroid/view/IDockedStackListener$Stub;-><init>()V
 Landroid/view/IGraphicsStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/view/IGraphicsStats$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IGraphicsStats;
-Landroid/view/IOnKeyguardExitResult;->onKeyguardExitResult(Z)V
 Landroid/view/IRecentsAnimationController;->setAnimationTargetsBehindSystemBars(Z)V
 Landroid/view/IRotationWatcher$Stub;-><init>()V
-Landroid/view/IRotationWatcher;->onRotationChanged(I)V
 Landroid/view/IWindow$Stub;-><init>()V
 Landroid/view/IWindow$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IWindow;
-Landroid/view/IWindow;->closeSystemDialogs(Ljava/lang/String;)V
-Landroid/view/IWindow;->dispatchAppVisibility(Z)V
-Landroid/view/IWindow;->dispatchGetNewSurface()V
-Landroid/view/IWindow;->dispatchWallpaperCommand(Ljava/lang/String;IIILandroid/os/Bundle;Z)V
-Landroid/view/IWindow;->dispatchWallpaperOffsets(FFFFZ)V
-Landroid/view/IWindow;->windowFocusChanged(ZZ)V
 Landroid/view/IWindowManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Landroid/view/IWindowManager$Stub$Proxy;->getBaseDisplayDensity(I)I
 Landroid/view/IWindowManager$Stub$Proxy;->getDockedStackSide()I
@@ -1634,7 +1594,6 @@
 Landroid/view/IWindowManager;->getInitialDisplaySize(ILandroid/graphics/Point;)V
 Landroid/view/IWindowManager;->getPendingAppTransition()I
 Landroid/view/IWindowManager;->hasNavigationBar()Z
-Landroid/view/IWindowManager;->inputMethodClientHasFocus(Lcom/android/internal/view/IInputMethodClient;)Z
 Landroid/view/IWindowManager;->isKeyguardLocked()Z
 Landroid/view/IWindowManager;->isKeyguardSecure()Z
 Landroid/view/IWindowManager;->isSafeModeEnabled()Z
@@ -1649,7 +1608,6 @@
 Landroid/view/IWindowManager;->showStrictModeViolation(Z)V
 Landroid/view/IWindowManager;->thawRotation()V
 Landroid/view/IWindowSession$Stub$Proxy;->relayout(Landroid/view/IWindow;ILandroid/view/WindowManager$LayoutParams;IIIIJLandroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/view/DisplayCutout$ParcelableWrapper;Landroid/util/MergedConfiguration;Landroid/view/Surface;)I
-Landroid/view/IWindowSession$Stub;-><init>()V
 Landroid/view/IWindowSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IWindowSession;
 Landroid/view/IWindowSession;->finishDrawing(Landroid/view/IWindow;)V
 Landroid/view/IWindowSession;->getInTouchMode()Z
@@ -1720,32 +1678,15 @@
 Lcom/android/internal/app/IAppOpsService;->resetAllModes(ILjava/lang/String;)V
 Lcom/android/internal/app/IAppOpsService;->setMode(IILjava/lang/String;I)V
 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Lcom/android/internal/app/IBatteryStats$Stub;-><init>()V
 Lcom/android/internal/app/IBatteryStats$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IBatteryStats;
 Lcom/android/internal/app/IBatteryStats;->computeChargeTimeRemaining()J
 Lcom/android/internal/app/IBatteryStats;->getAwakeTimeBattery()J
 Lcom/android/internal/app/IBatteryStats;->getStatistics()[B
 Lcom/android/internal/app/IBatteryStats;->isCharging()Z
-Lcom/android/internal/app/IBatteryStats;->noteFullWifiLockAcquired(I)V
-Lcom/android/internal/app/IBatteryStats;->noteFullWifiLockReleased(I)V
-Lcom/android/internal/app/IBatteryStats;->notePhoneDataConnectionState(IZ)V
-Lcom/android/internal/app/IBatteryStats;->notePhoneOff()V
-Lcom/android/internal/app/IBatteryStats;->notePhoneOn()V
-Lcom/android/internal/app/IBatteryStats;->notePhoneSignalStrength(Landroid/telephony/SignalStrength;)V
-Lcom/android/internal/app/IBatteryStats;->notePhoneState(I)V
-Lcom/android/internal/app/IBatteryStats;->noteScreenBrightness(I)V
-Lcom/android/internal/app/IBatteryStats;->noteStartSensor(II)V
-Lcom/android/internal/app/IBatteryStats;->noteStopSensor(II)V
-Lcom/android/internal/app/IBatteryStats;->noteUserActivity(II)V
-Lcom/android/internal/app/IBatteryStats;->noteWifiMulticastDisabled(I)V
-Lcom/android/internal/app/IBatteryStats;->noteWifiMulticastEnabled(I)V
 Lcom/android/internal/app/IMediaContainerService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IMediaContainerService;
 Lcom/android/internal/app/IVoiceInteractionManagerService$Stub$Proxy;->showSessionFromSession(Landroid/os/IBinder;Landroid/os/Bundle;I)Z
 Lcom/android/internal/app/IVoiceInteractionManagerService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IVoiceInteractionManagerService;
 Lcom/android/internal/app/IVoiceInteractionManagerService;->getKeyphraseSoundModel(ILjava/lang/String;)Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseSoundModel;
-Lcom/android/internal/appwidget/IAppWidgetHost;->providerChanged(ILandroid/appwidget/AppWidgetProviderInfo;)V
-Lcom/android/internal/appwidget/IAppWidgetHost;->updateAppWidget(ILandroid/widget/RemoteViews;)V
-Lcom/android/internal/appwidget/IAppWidgetService$Stub;-><init>()V
 Lcom/android/internal/appwidget/IAppWidgetService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/appwidget/IAppWidgetService;
 Lcom/android/internal/appwidget/IAppWidgetService$Stub;->TRANSACTION_bindAppWidgetId:I
 Lcom/android/internal/appwidget/IAppWidgetService;->bindAppWidgetId(Ljava/lang/String;IILandroid/content/ComponentName;Landroid/os/Bundle;)Z
@@ -1753,15 +1694,6 @@
 Lcom/android/internal/appwidget/IAppWidgetService;->getAppWidgetIds(Landroid/content/ComponentName;)[I
 Lcom/android/internal/appwidget/IAppWidgetService;->getAppWidgetViews(Ljava/lang/String;I)Landroid/widget/RemoteViews;
 Lcom/android/internal/backup/IBackupTransport$Stub;-><init>()V
-Lcom/android/internal/backup/IBackupTransport$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/backup/IBackupTransport;
-Lcom/android/internal/backup/IBackupTransport;->clearBackupData(Landroid/content/pm/PackageInfo;)I
-Lcom/android/internal/backup/IBackupTransport;->finishBackup()I
-Lcom/android/internal/backup/IBackupTransport;->finishRestore()V
-Lcom/android/internal/backup/IBackupTransport;->getRestoreData(Landroid/os/ParcelFileDescriptor;)I
-Lcom/android/internal/backup/IBackupTransport;->initializeDevice()I
-Lcom/android/internal/backup/IBackupTransport;->requestBackupTime()J
-Lcom/android/internal/backup/IBackupTransport;->startRestore(J[Landroid/content/pm/PackageInfo;)I
-Lcom/android/internal/backup/IBackupTransport;->transportDirName()Ljava/lang/String;
 Lcom/android/internal/location/ILocationProvider$Stub;-><init>()V
 Lcom/android/internal/logging/MetricsLogger;-><init>()V
 Lcom/android/internal/net/LegacyVpnInfo;-><init>()V
@@ -2033,7 +1965,6 @@
 Lcom/android/internal/R$styleable;->AndroidManifest_sharedUserId:I
 Lcom/android/internal/R$styleable;->AndroidManifest_versionCode:I
 Lcom/android/internal/R$styleable;->AndroidManifest_versionName:I
-Lcom/android/internal/R$styleable;->AppWidgetProviderInfo:[I
 Lcom/android/internal/R$styleable;->AutoCompleteTextView:[I
 Lcom/android/internal/R$styleable;->CheckBoxPreference:[I
 Lcom/android/internal/R$styleable;->CheckBoxPreference_disableDependentsState:I
@@ -2223,7 +2154,6 @@
 Lcom/android/internal/R$styleable;->View_longClickable:I
 Lcom/android/internal/R$styleable;->WallpaperPreviewInfo:[I
 Lcom/android/internal/R$styleable;->Window:[I
-Lcom/android/internal/R$styleable;->WindowAnimation:[I
 Lcom/android/internal/R$styleable;->Window_windowActionBarFullscreenDecorLayout:I
 Lcom/android/internal/R$styleable;->Window_windowBackground:I
 Lcom/android/internal/R$styleable;->Window_windowFullscreen:I
@@ -2286,15 +2216,6 @@
 Lcom/android/internal/telephony/ICarrierConfigLoader;->getConfigForSubId(ILjava/lang/String;)Landroid/os/PersistableBundle;
 Lcom/android/internal/telephony/IMms$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/telephony/IMms;
 Lcom/android/internal/telephony/IPhoneStateListener$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/telephony/IPhoneStateListener;
-Lcom/android/internal/telephony/IPhoneStateListener;->onCallForwardingIndicatorChanged(Z)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onCallStateChanged(ILjava/lang/String;)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onCellLocationChanged(Landroid/os/Bundle;)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onDataActivity(I)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onDataConnectionStateChanged(II)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onMessageWaitingIndicatorChanged(Z)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onServiceStateChanged(Landroid/telephony/ServiceState;)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onSignalStrengthChanged(I)V
-Lcom/android/internal/telephony/IPhoneStateListener;->onSignalStrengthsChanged(Landroid/telephony/SignalStrength;)V
 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceId(Ljava/lang/String;)Ljava/lang/String;
 Lcom/android/internal/telephony/IPhoneSubInfo$Stub;-><init>()V
@@ -2353,7 +2274,6 @@
 Lcom/android/internal/telephony/ITelephony;->toggleRadioOnOff()V
 Lcom/android/internal/telephony/ITelephony;->updateServiceLocation()V
 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Lcom/android/internal/telephony/ITelephonyRegistry$Stub;-><init>()V
 Lcom/android/internal/telephony/ITelephonyRegistry$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/telephony/ITelephonyRegistry;
 Lcom/android/internal/telephony/ITelephonyRegistry;->listen(Ljava/lang/String;Lcom/android/internal/telephony/IPhoneStateListener;IZ)V
 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyCallForwardingChanged(Z)V
@@ -2426,17 +2346,8 @@
 Lcom/android/internal/textservice/ITextServicesManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Lcom/android/internal/util/HexDump;->toHexString([BZ)Ljava/lang/String;
 Lcom/android/internal/view/BaseIWindow;-><init>()V
-Lcom/android/internal/view/IInputMethod$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/view/IInputMethod;
-Lcom/android/internal/view/IInputMethod;->bindInput(Landroid/view/inputmethod/InputBinding;)V
-Lcom/android/internal/view/IInputMethod;->hideSoftInput(ILandroid/os/ResultReceiver;)V
-Lcom/android/internal/view/IInputMethod;->setSessionEnabled(Lcom/android/internal/view/IInputMethodSession;Z)V
-Lcom/android/internal/view/IInputMethod;->showSoftInput(ILandroid/os/ResultReceiver;)V
-Lcom/android/internal/view/IInputMethod;->unbindInput()V
-Lcom/android/internal/view/IInputMethodClient;->onBindMethod(Lcom/android/internal/view/InputBindResult;)V
-Lcom/android/internal/view/IInputMethodClient;->setUsingInputMethod(Z)V
 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->getEnabledInputMethodList()Ljava/util/List;
-Lcom/android/internal/view/IInputMethodManager$Stub;-><init>()V
 Lcom/android/internal/view/IInputMethodManager$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/view/IInputMethodManager;
 Lcom/android/internal/view/IInputMethodSession$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/view/IInputMethodSession;
 Lcom/android/internal/widget/ILockSettings$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/widget/ILockSettings;
diff --git a/core/java/android/annotation/OWNERS b/core/java/android/annotation/OWNERS
index d6bb71b..85adfa7 100644
--- a/core/java/android/annotation/OWNERS
+++ b/core/java/android/annotation/OWNERS
@@ -1 +1,2 @@
 tnorbye@google.com
+per-file UnsupportedAppUsage.java = mathewi@google.com
diff --git a/core/java/android/annotation/UnsupportedAppUsage.java b/core/java/android/annotation/UnsupportedAppUsage.java
index fbba6da..28145a0 100644
--- a/core/java/android/annotation/UnsupportedAppUsage.java
+++ b/core/java/android/annotation/UnsupportedAppUsage.java
@@ -27,15 +27,15 @@
  * Indicates that a class member, that is not part of the SDK, is used by apps.
  * Since the member is not part of the SDK, such use is not supported.
  *
- * This annotation acts as a heads up that changing a given method or field
+ * <p>This annotation acts as a heads up that changing a given method or field
  * may affect apps, potentially breaking them when the next Android version is
  * released. In some cases, for members that are heavily used, this annotation
  * may imply restrictions on changes to the member.
  *
- * This annotation also results in access to the member being permitted by the
+ * <p>This annotation also results in access to the member being permitted by the
  * runtime, with a warning being generated in debug builds.
  *
- * For more details, see go/UnsupportedAppUsage.
+ * <p>For more details, see go/UnsupportedAppUsage.
  *
  * {@hide}
  */
@@ -53,15 +53,15 @@
     /**
      * Indicates that usage of this API is limited to apps based on their target SDK version.
      *
-     * Access to the API is allowed if the targetSdkVersion in the apps manifest is no greater than
-     * this value. Access checks are performed at runtime.
+     * <p>Access to the API is allowed if the targetSdkVersion in the apps manifest is no greater
+     * than this value. Access checks are performed at runtime.
      *
-     * This is used to give app developers a grace period to migrate off a non-SDK interface. When
-     * making Android version N, existing APIs can have a maxTargetSdk of N-1 added to them.
+     * <p>This is used to give app developers a grace period to migrate off a non-SDK interface.
+     * When making Android version N, existing APIs can have a maxTargetSdk of N-1 added to them.
      * Developers must then migrate off the API when their app is updated in future, but it will
      * continue working in the meantime.
      *
-     * Possible values are:
+     * <p>Possible values are:
      * <ul>
      *     <li>
      *         {@link android.os.Build.VERSION_CODES#O} or {@link android.os.Build.VERSION_CODES#P},
diff --git a/core/java/android/content/ContentProvider.java b/core/java/android/content/ContentProvider.java
index 085d77d..f5339ef 100644
--- a/core/java/android/content/ContentProvider.java
+++ b/core/java/android/content/ContentProvider.java
@@ -236,9 +236,15 @@
                 // However, the caller may be expecting to access them my index. Hence,
                 // we have to execute the query as if allowed to get a cursor with the
                 // columns. We then use the column names to return an empty cursor.
-                Cursor cursor = ContentProvider.this.query(
-                        uri, projection, queryArgs,
-                        CancellationSignal.fromTransport(cancellationSignal));
+                Cursor cursor;
+                final String original = setCallingPackage(callingPkg);
+                try {
+                    cursor = ContentProvider.this.query(
+                            uri, projection, queryArgs,
+                            CancellationSignal.fromTransport(cancellationSignal));
+                } finally {
+                    setCallingPackage(original);
+                }
                 if (cursor == null) {
                     return null;
                 }
@@ -260,6 +266,7 @@
 
         @Override
         public String getType(Uri uri) {
+            // getCallingPackage() isn't available in getType(), as the javadoc states.
             validateIncomingUri(uri);
             uri = maybeGetUriWithoutUserId(uri);
             Trace.traceBegin(TRACE_TAG_DATABASE, "getType");
@@ -276,7 +283,12 @@
             int userId = getUserIdFromUri(uri);
             uri = maybeGetUriWithoutUserId(uri);
             if (enforceWritePermission(callingPkg, uri, null) != AppOpsManager.MODE_ALLOWED) {
-                return rejectInsert(uri, initialValues);
+                final String original = setCallingPackage(callingPkg);
+                try {
+                    return rejectInsert(uri, initialValues);
+                } finally {
+                    setCallingPackage(original);
+                }
             }
             Trace.traceBegin(TRACE_TAG_DATABASE, "insert");
             final String original = setCallingPackage(callingPkg);
@@ -440,6 +452,7 @@
 
         @Override
         public String[] getStreamTypes(Uri uri, String mimeTypeFilter) {
+            // getCallingPackage() isn't available in getType(), as the javadoc states.
             validateIncomingUri(uri);
             uri = maybeGetUriWithoutUserId(uri);
             Trace.traceBegin(TRACE_TAG_DATABASE, "getStreamTypes");
diff --git a/core/java/android/content/ContentResolver.java b/core/java/android/content/ContentResolver.java
index 5867a9c..3bfb1c5 100644
--- a/core/java/android/content/ContentResolver.java
+++ b/core/java/android/content/ContentResolver.java
@@ -437,6 +437,12 @@
      */
     public static final String ANY_CURSOR_ITEM_TYPE = "vnd.android.cursor.item/*";
 
+    /**
+     * Default MIME type for files whose type is otherwise unknown.
+     * @hide
+     */
+    public static final String MIME_TYPE_DEFAULT = "application/octet-stream";
+
     /** @hide */
     @UnsupportedAppUsage
     public static final int SYNC_ERROR_SYNC_ALREADY_IN_PROGRESS = 1;
diff --git a/core/java/android/content/pm/IPackageManager.aidl b/core/java/android/content/pm/IPackageManager.aidl
index bc5b32c..6a20c93 100644
--- a/core/java/android/content/pm/IPackageManager.aidl
+++ b/core/java/android/content/pm/IPackageManager.aidl
@@ -37,7 +37,6 @@
 import android.content.pm.InstrumentationInfo;
 import android.content.pm.KeySet;
 import android.content.pm.PackageInfo;
-import android.content.pm.PackageCleanItem;
 import android.content.pm.ParceledListSlice;
 import android.content.pm.ProviderInfo;
 import android.content.pm.PermissionGroupInfo;
@@ -553,8 +552,6 @@
      */
     void reconcileSecondaryDexFiles(String packageName);
 
-    PackageCleanItem nextPackageToClean(in PackageCleanItem lastPackage);
-
     int getMoveStatus(int moveId);
 
     void registerMoveCallback(in IPackageMoveObserver callback);
diff --git a/core/java/android/content/pm/PackageCleanItem.aidl b/core/java/android/content/pm/PackageCleanItem.aidl
deleted file mode 100644
index 9bb203e..0000000
--- a/core/java/android/content/pm/PackageCleanItem.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2012, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-**     http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.content.pm;
-
-parcelable PackageCleanItem;
diff --git a/core/java/android/content/pm/PackageCleanItem.java b/core/java/android/content/pm/PackageCleanItem.java
deleted file mode 100644
index e1656d6..0000000
--- a/core/java/android/content/pm/PackageCleanItem.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Copyright (C) 2012 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package android.content.pm;
-
-import android.os.Parcel;
-import android.os.Parcelable;
-
-/** @hide */
-public class PackageCleanItem implements Parcelable {
-    public final int userId;
-    public final String packageName;
-    public final boolean andCode;
-
-    public PackageCleanItem(int userId, String packageName, boolean andCode) {
-        this.userId = userId;
-        this.packageName = packageName;
-        this.andCode = andCode;
-    }
-
-    @Override
-    public boolean equals(Object obj) {
-        if (this == obj) {
-            return true;
-        }
-        try {
-            if (obj != null) {
-                PackageCleanItem other = (PackageCleanItem)obj;
-                return userId == other.userId && packageName.equals(other.packageName)
-                        && andCode == other.andCode;
-            }
-        } catch (ClassCastException e) {
-        }
-        return false;
-    }
-
-    @Override
-    public int hashCode() {
-        int result = 17;
-        result = 31 * result + userId;
-        result = 31 * result + packageName.hashCode();
-        result = 31 * result + (andCode ? 1 : 0);
-        return result;
-    }
-
-    public int describeContents() {
-        return 0;
-    }
-
-    public void writeToParcel(Parcel dest, int parcelableFlags) {
-        dest.writeInt(userId);
-        dest.writeString(packageName);
-        dest.writeInt(andCode ? 1 : 0);
-    }
-
-    public static final Parcelable.Creator<PackageCleanItem> CREATOR
-            = new Parcelable.Creator<PackageCleanItem>() {
-        public PackageCleanItem createFromParcel(Parcel source) {
-            return new PackageCleanItem(source);
-        }
-
-        public PackageCleanItem[] newArray(int size) {
-            return new PackageCleanItem[size];
-        }
-    };
-
-    private PackageCleanItem(Parcel source) {
-        userId = source.readInt();
-        packageName = source.readString();
-        andCode = source.readInt() != 0;
-    }
-}
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java
index 4f39ec0..ac2f1ce 100644
--- a/core/java/android/content/pm/PackageManager.java
+++ b/core/java/android/content/pm/PackageManager.java
@@ -2678,13 +2678,6 @@
             "android.software.device_id_attestation";
 
     /**
-     * Action to external storage service to clean out removed apps.
-     * @hide
-     */
-    public static final String ACTION_CLEAN_EXTERNAL_STORAGE
-            = "android.content.pm.CLEAN_EXTERNAL_STORAGE";
-
-    /**
      * Extra field name for the URI to a verification file. Passed to a package
      * verifier.
      *
diff --git a/core/java/android/content/res/ObbInfo.java b/core/java/android/content/res/ObbInfo.java
index 452fdce..1d10b4f 100644
--- a/core/java/android/content/res/ObbInfo.java
+++ b/core/java/android/content/res/ObbInfo.java
@@ -80,6 +80,7 @@
     }
 
     public void writeToParcel(Parcel dest, int parcelableFlags) {
+        // Keep this in sync with writeToParcel() in ObbInfo.cpp
         dest.writeString(filename);
         dest.writeString(packageName);
         dest.writeInt(version);
diff --git a/core/java/android/hardware/display/DisplayManager.java b/core/java/android/hardware/display/DisplayManager.java
index d51e896..e8fb287 100644
--- a/core/java/android/hardware/display/DisplayManager.java
+++ b/core/java/android/hardware/display/DisplayManager.java
@@ -167,8 +167,7 @@
      * reasonable measures, such as over-the-air encryption, to prevent the contents
      * of the display from being intercepted or recorded on a persistent medium.
      * </p><p>
-     * Creating a secure virtual display requires the
-     * {@link android.Manifest.permission#CAPTURE_SECURE_VIDEO_OUTPUT} permission.
+     * Creating a secure virtual display requires the CAPTURE_SECURE_VIDEO_OUTPUT permission.
      * This permission is reserved for use by system components and is not available to
      * third-party applications.
      * </p>
@@ -228,9 +227,8 @@
      * </p>
      *
      * <p>
-     * Creating an auto-mirroing virtual display requires the
-     * {@link android.Manifest.permission#CAPTURE_VIDEO_OUTPUT}
-     * or {@link android.Manifest.permission#CAPTURE_SECURE_VIDEO_OUTPUT} permission.
+     * Creating an auto-mirroing virtual display requires the CAPTURE_VIDEO_OUTPUT
+     * or CAPTURE_SECURE_VIDEO_OUTPUT permission.
      * These permissions are reserved for use by system components and are not available to
      * third-party applications.
      *
diff --git a/core/java/android/net/OWNERS b/core/java/android/net/OWNERS
index fee91fbb..15f4913 100644
--- a/core/java/android/net/OWNERS
+++ b/core/java/android/net/OWNERS
@@ -9,12 +9,4 @@
 satk@google.com
 silberst@google.com
 
-per-file SSL*=flooey@google.com
-per-file SSL*=narayan@google.com
-per-file SSL*=tobiast@google.com
-per-file Uri*=flooey@google.com
-per-file Uri*=narayan@google.com
-per-file Uri*=tobiast@google.com
-per-file Url*=flooey@google.com
-per-file Url*=narayan@google.com
-per-file Url*=tobiast@google.com
+per-file SSL*, Uri*, Url* = flooey@google.com, narayan@google.com, tobiast@google.com
diff --git a/core/java/android/os/FileUtils.java b/core/java/android/os/FileUtils.java
index 3a3d9ea..1c8029c 100644
--- a/core/java/android/os/FileUtils.java
+++ b/core/java/android/os/FileUtils.java
@@ -23,6 +23,7 @@
 
 import android.annotation.NonNull;
 import android.annotation.Nullable;
+import android.content.ContentResolver;
 import android.provider.DocumentsContract.Document;
 import android.system.ErrnoException;
 import android.system.Os;
@@ -1057,7 +1058,7 @@
             }
 
             if (mimeTypeFromExt == null) {
-                mimeTypeFromExt = "application/octet-stream";
+                mimeTypeFromExt = ContentResolver.MIME_TYPE_DEFAULT;
             }
 
             final String extFromMimeType = MimeTypeMap.getSingleton().getExtensionFromMimeType(
diff --git a/core/java/android/os/storage/IStorageManager.aidl b/core/java/android/os/storage/IStorageManager.aidl
index 5c2d41e..33b2676 100644
--- a/core/java/android/os/storage/IStorageManager.aidl
+++ b/core/java/android/os/storage/IStorageManager.aidl
@@ -17,6 +17,7 @@
 package android.os.storage;
 
 import android.content.pm.IPackageMoveObserver;
+import android.content.res.ObbInfo;
 import android.os.IVoldTaskListener;
 import android.os.ParcelFileDescriptor;
 import android.os.storage.DiskInfo;
@@ -57,7 +58,7 @@
      * it of the terminal state of the call.
      */
     void mountObb(in String rawPath, in String canonicalPath, in String key,
-            IObbActionListener token, int nonce) = 21;
+            IObbActionListener token, int nonce, in ObbInfo obbInfo) = 21;
     /**
      * Unmounts an Opaque Binary Blob (OBB). When the force flag is specified,
      * any program using it will be forcibly killed to unmount the image.
diff --git a/core/java/android/os/storage/StorageManager.java b/core/java/android/os/storage/StorageManager.java
index 5a1ea68..9724e8f 100644
--- a/core/java/android/os/storage/StorageManager.java
+++ b/core/java/android/os/storage/StorageManager.java
@@ -34,10 +34,13 @@
 import android.content.pm.ApplicationInfo;
 import android.content.pm.IPackageMoveObserver;
 import android.content.pm.PackageManager;
+import android.content.res.ObbInfo;
+import android.content.res.ObbScanner;
 import android.os.Binder;
 import android.os.Environment;
 import android.os.FileUtils;
 import android.os.Handler;
+import android.os.IInstalld;
 import android.os.IVold;
 import android.os.IVoldTaskListener;
 import android.os.Looper;
@@ -213,11 +216,10 @@
     /** {@hide} */
     public static final int DEBUG_VIRTUAL_DISK = 1 << 5;
 
-    // NOTE: keep in sync with installd
     /** {@hide} */
-    public static final int FLAG_STORAGE_DE = 1 << 0;
+    public static final int FLAG_STORAGE_DE = IInstalld.FLAG_STORAGE_DE;
     /** {@hide} */
-    public static final int FLAG_STORAGE_CE = 1 << 1;
+    public static final int FLAG_STORAGE_CE = IInstalld.FLAG_STORAGE_CE;
 
     /** {@hide} */
     public static final int FLAG_FOR_WRITE = 1 << 8;
@@ -580,7 +582,8 @@
         try {
             final String canonicalPath = new File(rawPath).getCanonicalPath();
             final int nonce = mObbActionListener.addListener(listener);
-            mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
+            mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce,
+                    getObbInfo(canonicalPath));
             return true;
         } catch (IOException e) {
             throw new IllegalArgumentException("Failed to resolve path: " + rawPath, e);
@@ -589,6 +592,15 @@
         }
     }
 
+    private ObbInfo getObbInfo(String canonicalPath) {
+        try {
+            final ObbInfo obbInfo = ObbScanner.getObbInfo(canonicalPath);
+            return obbInfo;
+        } catch (IOException e) {
+            throw new IllegalArgumentException("Couldn't get OBB info for " + canonicalPath, e);
+        }
+    }
+
     /**
      * Unmount an Opaque Binary Blob (OBB) file asynchronously. If the
      * <code>force</code> flag is true, it will kill any application needed to
diff --git a/core/java/android/service/autofill/FillRequest.java b/core/java/android/service/autofill/FillRequest.java
index 4bd6e5c..1d0c987 100644
--- a/core/java/android/service/autofill/FillRequest.java
+++ b/core/java/android/service/autofill/FillRequest.java
@@ -123,6 +123,10 @@
 
     /**
      * Gets the contexts associated with each previous fill request.
+     *
+     * <p><b>Note:</b> Starting on Android {@link android.os.Build.VERSION_CODES#Q}, it could also
+     * include contexts from requests whose {@link SaveInfo} had the
+     * {@link SaveInfo#FLAG_DELAY_SAVE} flag.
      */
     public @NonNull List<FillContext> getFillContexts() {
         return mContexts;
diff --git a/core/java/android/service/autofill/SaveInfo.java b/core/java/android/service/autofill/SaveInfo.java
index b845250..f571956 100644
--- a/core/java/android/service/autofill/SaveInfo.java
+++ b/core/java/android/service/autofill/SaveInfo.java
@@ -246,7 +246,7 @@
      * multiple screens to implement an autofillable workflow (for example, one screen for the
      * username field, another for password).
      */
-    // TODO(b/112051762): improve documentation: add example, document relationship with other
+    // TODO(b/113281366): improve documentation: add example, document relationship with other
     // flagss, etc...
     public static final int FLAG_DELAY_SAVE = 0x4;
 
diff --git a/core/java/android/view/SurfaceControl.java b/core/java/android/view/SurfaceControl.java
index d9c8f30..bcd5585 100644
--- a/core/java/android/view/SurfaceControl.java
+++ b/core/java/android/view/SurfaceControl.java
@@ -268,6 +268,13 @@
     public static final int FX_SURFACE_DIM = 0x00020000;
 
     /**
+     * Surface creation flag: Creates a container surface.
+     * This surface will have no buffers and will only be used
+     * as a container for other surfaces, or for its InputInfo.
+     */
+    public static final int FX_SURFACE_CONTAINER = 0x00080000;
+
+    /**
      * Mask used for FX values above.
      *
      */
@@ -531,6 +538,23 @@
         }
 
         /**
+         * Indicates whether a 'ContainerLayer' is to be constructed.
+         *
+         * Container layers will not be rendered in any fashion and instead are used
+         * as a parent of renderable layers.
+         *
+         * @param isContainerLayer Whether to create a container layer.
+         */
+        public Builder setContainerLayer(boolean isContainerLayer) {
+            if (isContainerLayer) {
+                mFlags |= FX_SURFACE_CONTAINER;
+            } else {
+                mFlags &= ~FX_SURFACE_CONTAINER;
+            }
+            return this;
+        }
+
+        /**
          * Set 'Surface creation flags' such as {@link HIDDEN}, {@link SECURE}.
          *
          * TODO: Finish conversion to individual builder methods?
diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java
index 7762ecf..d3fd0cf 100644
--- a/core/java/android/view/inputmethod/InputMethodManager.java
+++ b/core/java/android/view/inputmethod/InputMethodManager.java
@@ -637,10 +637,6 @@
         }
 
         @Override
-        public void setUsingInputMethod(boolean state) {
-        }
-
-        @Override
         public void onBindMethod(InputBindResult res) {
             mH.obtainMessage(MSG_BIND, res).sendToTarget();
         }
diff --git a/core/java/com/android/internal/app/IMediaContainerService.aidl b/core/java/com/android/internal/app/IMediaContainerService.aidl
index ef30cd1..3540b07 100644
--- a/core/java/com/android/internal/app/IMediaContainerService.aidl
+++ b/core/java/com/android/internal/app/IMediaContainerService.aidl
@@ -25,6 +25,5 @@
 
     PackageInfoLite getMinimalPackageInfo(String packagePath, int flags, String abiOverride);
     ObbInfo getObbInfo(String filename);
-    void clearDirectory(String directory);
     long calculateInstalledSize(String packagePath, String abiOverride);
 }
diff --git a/core/java/com/android/internal/content/FileSystemProvider.java b/core/java/com/android/internal/content/FileSystemProvider.java
index 0c6f832..b33a5c4 100644
--- a/core/java/com/android/internal/content/FileSystemProvider.java
+++ b/core/java/com/android/internal/content/FileSystemProvider.java
@@ -74,10 +74,6 @@
 
     private Handler mHandler;
 
-    private static final String MIMETYPE_JPEG = "image/jpeg";
-    private static final String MIMETYPE_JPG = "image/jpg";
-    private static final String MIMETYPE_OCTET_STREAM = "application/octet-stream";
-
     protected abstract File getFileForDocId(String docId, boolean visible)
             throws FileNotFoundException;
 
@@ -433,7 +429,7 @@
                     return mime;
                 }
             }
-            return MIMETYPE_OCTET_STREAM;
+            return ContentResolver.MIME_TYPE_DEFAULT;
         }
     }
 
diff --git a/core/java/com/android/internal/os/BatteryStatsImpl.java b/core/java/com/android/internal/os/BatteryStatsImpl.java
index 07f74f0..d0795c9 100644
--- a/core/java/com/android/internal/os/BatteryStatsImpl.java
+++ b/core/java/com/android/internal/os/BatteryStatsImpl.java
@@ -11725,7 +11725,6 @@
                         Slog.d(TAG, "UID=" + uid + " rx_bytes=" + rxBytes + " rx_time=" + timeRxMs);
                     }
                     counter.getRxTimeCounter().addCountLocked(timeRxMs);
-                    leftOverRxTimeMs -= timeRxMs;
                 }
 
                 if (totalTxBytes > 0 && txBytes > 0) {
@@ -11734,7 +11733,6 @@
                         Slog.d(TAG, "UID=" + uid + " tx_bytes=" + txBytes + " tx_time=" + timeTxMs);
                     }
                     counter.getTxTimeCounters()[0].addCountLocked(timeTxMs);
-                    leftOverTxTimeMs -= timeTxMs;
                 }
             }
         }
diff --git a/core/java/com/android/internal/view/IInputMethodClient.aidl b/core/java/com/android/internal/view/IInputMethodClient.aidl
index ffa9f75..5c6dea88 100644
--- a/core/java/com/android/internal/view/IInputMethodClient.aidl
+++ b/core/java/com/android/internal/view/IInputMethodClient.aidl
@@ -23,7 +23,6 @@
  * itself and receive information about changes to the global manager state.
  */
 oneway interface IInputMethodClient {
-    void setUsingInputMethod(boolean state);
     void onBindMethod(in InputBindResult res);
     // unbindReason corresponds to InputMethodClient.UnbindReason.
     void onUnbindMethod(int sequence, int unbindReason);
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8f176e8..67bdbf6 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -3238,11 +3238,13 @@
     <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
         android:protectionLevel="signature" />
 
-    <!-- @SystemApi Allows an application to take screen shots and more generally
+    <!-- Allows an application to take screen shots and more generally
          get access to the frame buffer data.
-         <p>Not for use by third-party applications. -->
+         <p>Not for use by third-party applications.
+          @hide
+          @removed -->
     <permission android:name="android.permission.READ_FRAME_BUFFER"
-        android:protectionLevel="signature|privileged" />
+        android:protectionLevel="signature" />
 
     <!-- Allows an application to use InputFlinger's low level features.
          @hide -->
@@ -3338,15 +3340,19 @@
     <permission android:name="android.permission.MODIFY_DEFAULT_AUDIO_EFFECTS"
         android:protectionLevel="signature|privileged" />
 
-    <!-- @SystemApi Allows an application to capture video output.
-         <p>Not for use by third-party applications.</p> -->
+    <!-- Allows an application to capture video output.
+         <p>Not for use by third-party applications.</p>
+          @hide
+          @removed -->
     <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
-        android:protectionLevel="signature|privileged" />
+        android:protectionLevel="signature" />
 
-    <!-- @SystemApi Allows an application to capture secure video output.
-         <p>Not for use by third-party applications.</p> -->
+    <!-- Allows an application to capture secure video output.
+         <p>Not for use by third-party applications.</p>
+          @hide
+          @removed -->
     <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
-        android:protectionLevel="signature|privileged" />
+        android:protectionLevel="signature" />
 
     <!-- @SystemApi Allows an application to know what content is playing and control its playback.
          <p>Not for use by third-party applications due to privacy of media consumption</p>  -->
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 289c898..836e824 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -3498,6 +3498,9 @@
          empty string is passed in -->
     <string name="config_wlan_network_service_package" translatable="false"></string>
 
+    <!-- Telephony qualified networks service package name to bind to by default. -->
+    <string name="config_qualified_networks_service_package" translatable="false"></string>
+
     <!-- Wear devices: Controls the radios affected by Activity Mode. -->
     <string-array name="config_wearActivityModeRadios">
         <item>"wifi"</item>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 5358830..8ac2474 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -273,6 +273,7 @@
   <java-symbol type="string" name="config_wlan_network_service_package" />
   <java-symbol type="string" name="config_wwan_data_service_package" />
   <java-symbol type="string" name="config_wlan_data_service_package" />
+  <java-symbol type="string" name="config_qualified_networks_service_package" />
   <java-symbol type="bool" name="config_networkSamplingWakesDevice" />
   <java-symbol type="bool" name="config_showMenuShortcutsWhenKeyboardPresent" />
   <java-symbol type="bool" name="config_sip_wifi_only" />
diff --git a/core/tests/coretests/src/android/os/storage/StorageManagerBaseTest.java b/core/tests/coretests/src/android/os/storage/StorageManagerBaseTest.java
index 56629d4..16dcff5 100644
--- a/core/tests/coretests/src/android/os/storage/StorageManagerBaseTest.java
+++ b/core/tests/coretests/src/android/os/storage/StorageManagerBaseTest.java
@@ -65,95 +65,6 @@
         + "to ourselves and our posterity, do ordain and establish this Constitution\n"
         + "for the United States of America.\n\n";
 
-    class MountingObbThread extends Thread {
-        boolean mStop = false;
-        volatile boolean mFileOpenOnObb = false;
-        private String mObbFilePath = null;
-        private String mPathToContentsFile = null;
-        private String mOfficialObbFilePath = null;
-
-        /**
-         * Constructor
-         *
-         * @param obbFilePath path to the OBB image file
-         * @param pathToContentsFile path to a file on the mounted OBB volume to open after the OBB
-         *      has been mounted
-         */
-        public MountingObbThread (String obbFilePath, String pathToContentsFile) {
-            assertTrue("obbFilePath cannot be null!", obbFilePath != null);
-            mObbFilePath = obbFilePath;
-            assertTrue("path to contents file cannot be null!", pathToContentsFile != null);
-            mPathToContentsFile = pathToContentsFile;
-        }
-
-        /**
-         * Runs the thread
-         *
-         * Mounts OBB_FILE_1, and tries to open a file on the mounted OBB (specified in the
-         * constructor). Once it's open, it waits until someone calls its doStop(), after which it
-         * closes the opened file.
-         */
-        public void run() {
-            // the official OBB file path and the mount-request file path should be the same, but
-            // let's distinguish the two as they may make for some interesting tests later
-            mOfficialObbFilePath = mountObb(mObbFilePath);
-            assertEquals("Expected and actual OBB file paths differ!", mObbFilePath,
-                    mOfficialObbFilePath);
-
-            // open a file on OBB 1...
-            DataInputStream inputFile = openFileOnMountedObb(mOfficialObbFilePath,
-                    mPathToContentsFile);
-            assertTrue("Failed to open file!", inputFile != null);
-
-            synchronized (this) {
-                mFileOpenOnObb = true;
-                notifyAll();
-            }
-
-            while (!mStop) {
-                try {
-                    Thread.sleep(WAIT_TIME_INCR);
-                } catch (InterruptedException e) {
-                    // nothing special to be done for interruptions
-                }
-            }
-            try {
-                inputFile.close();
-            } catch (IOException e) {
-                fail("Failed to close file on OBB due to error: " + e.toString());
-            }
-        }
-
-        /**
-         * Tells whether a file has yet been successfully opened on the OBB or not
-         *
-         * @return true if the specified file on the OBB was opened; false otherwise
-         */
-        public boolean isFileOpenOnObb() {
-            return mFileOpenOnObb;
-        }
-
-        /**
-         * Returns the official path of the OBB file that was mounted
-         *
-         * This is not the mount path, but the normalized path to the actual OBB file
-         *
-         * @return a {@link String} representation of the path to the OBB file that was mounted
-         */
-        public String officialObbFilePath() {
-            return mOfficialObbFilePath;
-        }
-
-        /**
-         * Requests the thread to stop running
-         *
-         * Closes the opened file and returns
-         */
-        public void doStop() {
-            mStop = true;
-        }
-    }
-
     public class ObbListener extends OnObbStateChangeListener {
         private String LOG_TAG = "StorageManagerBaseTest.ObbListener";
 
@@ -362,7 +273,8 @@
         assertTrue("mountObb call failed", mSm.mountObb(obbFilePath, key, obbListener));
         assertTrue("Failed to get OBB mount status change for file: " + obbFilePath,
                 doWaitForObbStateChange(obbListener));
-        assertEquals("OBB mount state not what was expected!", expectedState, obbListener.state());
+        assertEquals("OBB mount state not what was expected!", expectedState,
+                obbListener.state());
 
         if (OnObbStateChangeListener.MOUNTED == expectedState) {
             assertEquals(obbFilePath, obbListener.officialPath());
@@ -373,7 +285,8 @@
                     mSm.isObbMounted(obbListener.officialPath()));
         }
 
-        assertEquals("Mount state is not what was expected!", expectedState, obbListener.state());
+        assertEquals("Mount state is not what was expected!", expectedState,
+                obbListener.state());
         return obbListener.officialPath();
     }
 
diff --git a/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java b/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
index 5f8bd03..3ec297c 100644
--- a/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
+++ b/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
@@ -20,7 +20,6 @@
 import android.os.ProxyFileDescriptorCallback;
 import android.system.ErrnoException;
 import android.test.suitebuilder.annotation.LargeTest;
-import android.util.Log;
 
 import com.android.frameworks.coretests.R;
 
@@ -135,57 +134,18 @@
     }
 
     /**
-     * Tests that we can not force unmount when a file is currently open on the OBB.
-     */
-    @LargeTest
-    public void testUnmount_DontForce() throws Exception {
-        final File file = createObbFile(OBB_FILE_1, R.raw.obb_file1);
-        String obbFilePath = file.getAbsolutePath();
-
-        MountingObbThread mountingThread = new MountingObbThread(obbFilePath,
-                OBB_FILE_1_CONTENTS_1);
-
-        try {
-            mountingThread.start();
-
-            long waitTime = 0;
-            while (!mountingThread.isFileOpenOnObb()) {
-                synchronized (mountingThread) {
-                    Log.i(LOG_TAG, "Waiting for file to be opened on OBB...");
-                    mountingThread.wait(WAIT_TIME_INCR);
-                    waitTime += WAIT_TIME_INCR;
-                    if (waitTime > MAX_WAIT_TIME) {
-                        fail("Timed out waiting for file file to be opened on OBB!");
-                    }
-                }
-            }
-
-            unmountObb(obbFilePath, DONT_FORCE);
-
-            // verify still mounted
-            assertTrue("mounted path should not be null!", obbFilePath != null);
-            assertTrue("mounted path should still be mounted!", mSm.isObbMounted(obbFilePath));
-
-            // close the opened file
-            mountingThread.doStop();
-
-            // try unmounting again (should succeed this time)
-            unmountObb(obbFilePath, DONT_FORCE);
-            assertFalse("mounted path should no longer be mounted!",
-                    mSm.isObbMounted(obbFilePath));
-        } catch (InterruptedException e) {
-            fail("Timed out waiting for file on OBB to be opened...");
-        }
-    }
-
-    /**
      * Tests mounting a single OBB that isn't signed.
      */
     @LargeTest
     public void testMountUnsignedObb() throws Exception {
         final File file = createObbFile(OBB_FILE_2_UNSIGNED, R.raw.obb_file2_nosign);
         String filePath = file.getAbsolutePath();
-        mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL);
+        try {
+            mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL);
+            fail("mountObb should've failed with an exception");
+        } catch (IllegalArgumentException e) {
+            // Expected
+        }
     }
 
     /**
diff --git a/libs/hwui/pipeline/skia/DumpOpsCanvas.h b/libs/hwui/pipeline/skia/DumpOpsCanvas.h
index 1f83d1a..dcfe6b3 100644
--- a/libs/hwui/pipeline/skia/DumpOpsCanvas.h
+++ b/libs/hwui/pipeline/skia/DumpOpsCanvas.h
@@ -94,11 +94,6 @@
         mOutput << mIdent << "drawPosTextH" << std::endl;
     }
 
-    void onDrawTextOnPath(const void*, size_t, const SkPath&, const SkMatrix*,
-                          const SkPaint&) override {
-        mOutput << mIdent << "drawTextOnPath" << std::endl;
-    }
-
     void onDrawTextRSXform(const void*, size_t, const SkRSXform[], const SkRect*,
                            const SkPaint&) override {
         mOutput << mIdent << "drawTextRSXform" << std::endl;
diff --git a/libs/hwui/tests/unit/FatalTestCanvas.h b/libs/hwui/tests/unit/FatalTestCanvas.h
index 9693ce7..89f0c52 100644
--- a/libs/hwui/tests/unit/FatalTestCanvas.h
+++ b/libs/hwui/tests/unit/FatalTestCanvas.h
@@ -42,10 +42,6 @@
                         const SkPaint& paint) {
         ADD_FAILURE() << "onDrawPosTextH not expected in this test";
     }
-    void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path,
-                          const SkMatrix* matrix, const SkPaint& paint) {
-        ADD_FAILURE() << "onDrawTextOnPath not expected in this test";
-    }
     void onDrawTextRSXform(const void* text, size_t byteLength, const SkRSXform[],
                            const SkRect* cullRect, const SkPaint& paint) {
         ADD_FAILURE() << "onDrawTextRSXform not expected in this test";
diff --git a/libs/storage/Android.bp b/libs/storage/Android.bp
index 911bd1d..c19933e 100644
--- a/libs/storage/Android.bp
+++ b/libs/storage/Android.bp
@@ -6,6 +6,7 @@
         "IMountShutdownObserver.cpp",
         "IObbActionListener.cpp",
         "IMountService.cpp",
+        "ObbInfo.cpp",
     ],
 
     export_include_dirs: ["include"],
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp
index fa3d8bd..fd6e6e9 100644
--- a/libs/storage/IMountService.cpp
+++ b/libs/storage/IMountService.cpp
@@ -443,7 +443,7 @@
     }
 
     void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key,
-            const sp<IObbActionListener>& token, int32_t nonce)
+            const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo)
     {
         Parcel data, reply;
         data.writeInterfaceToken(IMountService::getInterfaceDescriptor());
@@ -452,6 +452,7 @@
         data.writeString16(key);
         data.writeStrongBinder(IInterface::asBinder(token));
         data.writeInt32(nonce);
+        obbInfo->writeToParcel(&data);
         if (remote()->transact(TRANSACTION_mountObb, data, &reply) != NO_ERROR) {
             ALOGD("mountObb could not contact remote\n");
             return;
diff --git a/libs/storage/ObbInfo.cpp b/libs/storage/ObbInfo.cpp
new file mode 100644
index 0000000..1bb6b3a
--- /dev/null
+++ b/libs/storage/ObbInfo.cpp
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2018 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <storage/ObbInfo.h>
+
+#include <binder/Parcel.h>
+#include <utils/String16.h>
+#include <sys/types.h>
+
+namespace android {
+
+ObbInfo::ObbInfo(const String16 fileName, const String16 packageName, int32_t version,
+        int32_t flags, size_t saltSize, const uint8_t* salt) : mFileName(fileName),
+        mPackageName(packageName), mVersion(version), mFlags(flags), mSaltSize(saltSize),
+        mSalt(salt) {}
+
+ObbInfo::~ObbInfo() {}
+
+status_t ObbInfo::readFromParcel(const Parcel*) {
+    return INVALID_OPERATION;
+}
+
+status_t ObbInfo::writeToParcel(Parcel* p) const {
+    // Parcel write code must be kept in sync with
+    // frameworks/base/core/java/android/content/res/ObbInfo.java
+    p->writeString16(mFileName);
+    p->writeString16(mPackageName);
+    p->writeInt32(mVersion);
+    p->writeInt32(mFlags);
+    p->writeByteArray(mSaltSize, mSalt);
+    return OK;
+}
+
+}; // namespace android
\ No newline at end of file
diff --git a/libs/storage/include/storage/IMountService.h b/libs/storage/include/storage/IMountService.h
index c3d34d8..2463e02 100644
--- a/libs/storage/include/storage/IMountService.h
+++ b/libs/storage/include/storage/IMountService.h
@@ -20,6 +20,7 @@
 #include <storage/IMountServiceListener.h>
 #include <storage/IMountShutdownObserver.h>
 #include <storage/IObbActionListener.h>
+#include <storage/ObbInfo.h>
 
 #include <utils/String8.h>
 
@@ -64,7 +65,7 @@
     virtual void finishMediaUpdate() = 0;
     virtual void mountObb(const String16& rawPath, const String16& canonicalPath,
             const String16& key, const sp<IObbActionListener>& token,
-            const int32_t nonce) = 0;
+            const int32_t nonce, const sp<ObbInfo>& obbInfo) = 0;
     virtual void unmountObb(const String16& filename, const bool force,
             const sp<IObbActionListener>& token, const int32_t nonce) = 0;
     virtual bool isObbMounted(const String16& filename) = 0;
diff --git a/libs/storage/include/storage/ObbInfo.h b/libs/storage/include/storage/ObbInfo.h
new file mode 100644
index 0000000..e4cc353
--- /dev/null
+++ b/libs/storage/include/storage/ObbInfo.h
@@ -0,0 +1,48 @@
+/*
+ * Copyright (C) 2018 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef ANDROID_OBBINFO_H
+#define ANDROID_OBBINFO_H
+
+#include <binder/Parcelable.h>
+#include <utils/RefBase.h>
+#include <utils/String16.h>
+#include <sys/types.h>
+
+namespace android {
+
+class ObbInfo : public Parcelable, public virtual RefBase {
+
+public:
+    ObbInfo(const String16 fileName, const String16 packageName, int32_t version,
+            int32_t flags, size_t saltSize, const uint8_t* salt);
+    ~ObbInfo();
+
+    status_t writeToParcel(Parcel* parcel) const override;
+    status_t readFromParcel(const Parcel* parcel) override;
+
+private:
+    const String16 mFileName;
+    const String16 mPackageName;
+    int32_t mVersion;
+    int32_t mFlags;
+    size_t mSaltSize;
+    const uint8_t* mSalt;
+};
+
+}; // namespace android
+
+#endif // ANDROID_OBBINFO_H
\ No newline at end of file
diff --git a/media/java/android/media/MediaFile.java b/media/java/android/media/MediaFile.java
index 3b9b6dd..710b503 100644
--- a/media/java/android/media/MediaFile.java
+++ b/media/java/android/media/MediaFile.java
@@ -16,115 +16,41 @@
 
 package android.media;
 
+import static android.content.ContentResolver.MIME_TYPE_DEFAULT;
+
+import android.annotation.NonNull;
+import android.annotation.Nullable;
 import android.annotation.UnsupportedAppUsage;
-import android.media.DecoderCapabilities;
-import android.media.DecoderCapabilities.VideoDecoder;
-import android.media.DecoderCapabilities.AudioDecoder;
 import android.mtp.MtpConstants;
-import com.android.internal.util.Preconditions;
+
+import libcore.net.MimeUtils;
+
 import java.util.HashMap;
-import java.util.List;
-import java.util.Locale;
 
 /**
  * MediaScanner helper class.
+ * <p>
+ * This heavily relies upon extension to MIME type mappings which are maintained
+ * in {@link MimeUtils}, to ensure consistency across the OS.
+ * <p>
+ * When adding a new file type, first add the MIME type mapping to
+ * {@link MimeUtils}, and then add the MTP format mapping here.
  *
- * {@hide}
+ * @hide
  */
 public class MediaFile {
 
-    // Audio file types
-    public static final int FILE_TYPE_MP3     = 1;
-    public static final int FILE_TYPE_M4A     = 2;
-    public static final int FILE_TYPE_WAV     = 3;
-    public static final int FILE_TYPE_AMR     = 4;
-    public static final int FILE_TYPE_AWB     = 5;
-    public static final int FILE_TYPE_WMA     = 6;
-    public static final int FILE_TYPE_OGG     = 7;
-    public static final int FILE_TYPE_AAC     = 8;
-    public static final int FILE_TYPE_MKA     = 9;
-    public static final int FILE_TYPE_FLAC    = 10;
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
-    private static final int FIRST_AUDIO_FILE_TYPE = FILE_TYPE_MP3;
+    private static final int FIRST_AUDIO_FILE_TYPE = 1;
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
-    private static final int LAST_AUDIO_FILE_TYPE = FILE_TYPE_FLAC;
+    private static final int LAST_AUDIO_FILE_TYPE = 10;
 
-    // MIDI file types
-    public static final int FILE_TYPE_MID     = 11;
-    public static final int FILE_TYPE_SMF     = 12;
-    public static final int FILE_TYPE_IMY     = 13;
-    private static final int FIRST_MIDI_FILE_TYPE = FILE_TYPE_MID;
-    private static final int LAST_MIDI_FILE_TYPE = FILE_TYPE_IMY;
-
-    // Video file types
-    public static final int FILE_TYPE_MP4     = 21;
-    public static final int FILE_TYPE_M4V     = 22;
-    public static final int FILE_TYPE_3GPP    = 23;
-    public static final int FILE_TYPE_3GPP2   = 24;
-    public static final int FILE_TYPE_WMV     = 25;
-    public static final int FILE_TYPE_ASF     = 26;
-    public static final int FILE_TYPE_MKV     = 27;
-    public static final int FILE_TYPE_MP2TS   = 28;
-    public static final int FILE_TYPE_AVI     = 29;
-    public static final int FILE_TYPE_WEBM    = 30;
-    private static final int FIRST_VIDEO_FILE_TYPE = FILE_TYPE_MP4;
-    private static final int LAST_VIDEO_FILE_TYPE = FILE_TYPE_WEBM;
-
-    // More video file types
-    public static final int FILE_TYPE_MP2PS   = 200;
-    public static final int FILE_TYPE_QT      = 201;
-    private static final int FIRST_VIDEO_FILE_TYPE2 = FILE_TYPE_MP2PS;
-    private static final int LAST_VIDEO_FILE_TYPE2 = FILE_TYPE_QT;
-
-    // Image file types
-    public static final int FILE_TYPE_JPEG    = 31;
-    public static final int FILE_TYPE_GIF     = 32;
-    public static final int FILE_TYPE_PNG     = 33;
-    public static final int FILE_TYPE_BMP     = 34;
-    public static final int FILE_TYPE_WBMP    = 35;
-    public static final int FILE_TYPE_WEBP    = 36;
-    public static final int FILE_TYPE_HEIF    = 37;
-    private static final int FIRST_IMAGE_FILE_TYPE = FILE_TYPE_JPEG;
-    private static final int LAST_IMAGE_FILE_TYPE = FILE_TYPE_HEIF;
-
-    // Raw image file types
-    public static final int FILE_TYPE_DNG     = 300;
-    public static final int FILE_TYPE_CR2     = 301;
-    public static final int FILE_TYPE_NEF     = 302;
-    public static final int FILE_TYPE_NRW     = 303;
-    public static final int FILE_TYPE_ARW     = 304;
-    public static final int FILE_TYPE_RW2     = 305;
-    public static final int FILE_TYPE_ORF     = 306;
-    public static final int FILE_TYPE_RAF     = 307;
-    public static final int FILE_TYPE_PEF     = 308;
-    public static final int FILE_TYPE_SRW     = 309;
-    private static final int FIRST_RAW_IMAGE_FILE_TYPE = FILE_TYPE_DNG;
-    private static final int LAST_RAW_IMAGE_FILE_TYPE = FILE_TYPE_SRW;
-
-    // Playlist file types
-    public static final int FILE_TYPE_M3U      = 41;
-    public static final int FILE_TYPE_PLS      = 42;
-    public static final int FILE_TYPE_WPL      = 43;
-    public static final int FILE_TYPE_HTTPLIVE = 44;
-
-    private static final int FIRST_PLAYLIST_FILE_TYPE = FILE_TYPE_M3U;
-    private static final int LAST_PLAYLIST_FILE_TYPE = FILE_TYPE_HTTPLIVE;
-
-    // Drm file types
-    public static final int FILE_TYPE_FL      = 51;
-    private static final int FIRST_DRM_FILE_TYPE = FILE_TYPE_FL;
-    private static final int LAST_DRM_FILE_TYPE = FILE_TYPE_FL;
-
-    // Other popular file types
-    public static final int FILE_TYPE_TEXT          = 100;
-    public static final int FILE_TYPE_HTML          = 101;
-    public static final int FILE_TYPE_PDF           = 102;
-    public static final int FILE_TYPE_XML           = 103;
-    public static final int FILE_TYPE_MS_WORD       = 104;
-    public static final int FILE_TYPE_MS_EXCEL      = 105;
-    public static final int FILE_TYPE_MS_POWERPOINT = 106;
-    public static final int FILE_TYPE_ZIP           = 107;
-
+    /** @deprecated file types no longer exist */
+    @Deprecated
     public static class MediaFileType {
         @UnsupportedAppUsage
         public final int fileType;
@@ -137,214 +63,178 @@
         }
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
-    private static final HashMap<String, MediaFileType> sFileTypeMap
-            = new HashMap<String, MediaFileType>();
-    private static final HashMap<String, Integer> sMimeTypeMap
-            = new HashMap<String, Integer>();
-    // maps file extension to MTP format code
+    private static final HashMap<String, MediaFileType> sFileTypeMap = new HashMap<>();
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
-    private static final HashMap<String, Integer> sFileTypeToFormatMap
-            = new HashMap<String, Integer>();
+    private static final HashMap<String, Integer> sFileTypeToFormatMap = new HashMap<>();
+
     // maps mime type to MTP format code
     @UnsupportedAppUsage
-    private static final HashMap<String, Integer> sMimeTypeToFormatMap
-            = new HashMap<String, Integer>();
+    private static final HashMap<String, Integer> sMimeTypeToFormatMap = new HashMap<>();
     // maps MTP format code to mime type
     @UnsupportedAppUsage
-    private static final HashMap<Integer, String> sFormatToMimeTypeMap
-            = new HashMap<Integer, String>();
+    private static final HashMap<Integer, String> sFormatToMimeTypeMap = new HashMap<>();
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     static void addFileType(String extension, int fileType, String mimeType) {
-        sFileTypeMap.put(extension, new MediaFileType(fileType, mimeType));
-        sMimeTypeMap.put(mimeType, Integer.valueOf(fileType));
     }
 
-    private static void addFileType(String extension, int fileType, String mimeType,
-            int mtpFormatCode, boolean primaryType) {
-        addFileType(extension, fileType, mimeType);
-        sFileTypeToFormatMap.put(extension, Integer.valueOf(mtpFormatCode));
-        sMimeTypeToFormatMap.put(mimeType, Integer.valueOf(mtpFormatCode));
-        if (primaryType) {
-            Preconditions.checkArgument(!sFormatToMimeTypeMap.containsKey(mtpFormatCode));
+    private static void addFileType(int mtpFormatCode, @NonNull String mimeType) {
+        if (!sMimeTypeToFormatMap.containsKey(mimeType)) {
+            sMimeTypeToFormatMap.put(mimeType, Integer.valueOf(mtpFormatCode));
+        }
+        if (!sFormatToMimeTypeMap.containsKey(mtpFormatCode)) {
             sFormatToMimeTypeMap.put(mtpFormatCode, mimeType);
         }
     }
 
-    private static boolean isWMAEnabled() {
-        List<AudioDecoder> decoders = DecoderCapabilities.getAudioDecoders();
-        int count = decoders.size();
-        for (int i = 0; i < count; i++) {
-            AudioDecoder decoder = decoders.get(i);
-            if (decoder == AudioDecoder.AUDIO_DECODER_WMA) {
-                return true;
-            }
-        }
-        return false;
-    }
-
-    private static boolean isWMVEnabled() {
-        List<VideoDecoder> decoders = DecoderCapabilities.getVideoDecoders();
-        int count = decoders.size();
-        for (int i = 0; i < count; i++) {
-            VideoDecoder decoder = decoders.get(i);
-            if (decoder == VideoDecoder.VIDEO_DECODER_WMV) {
-                return true;
-            }
-        }
-        return false;
-    }
-
     static {
-        addFileType("MP3", FILE_TYPE_MP3, "audio/mpeg", MtpConstants.FORMAT_MP3, true);
-        addFileType("MPGA", FILE_TYPE_MP3, "audio/mpeg", MtpConstants.FORMAT_MP3, false);
-        addFileType("M4A", FILE_TYPE_M4A, "audio/mp4", MtpConstants.FORMAT_MPEG, false);
-        addFileType("WAV", FILE_TYPE_WAV, "audio/x-wav", MtpConstants.FORMAT_WAV, true);
-        addFileType("AMR", FILE_TYPE_AMR, "audio/amr");
-        addFileType("AWB", FILE_TYPE_AWB, "audio/amr-wb");
-        if (isWMAEnabled()) {
-            addFileType("WMA", FILE_TYPE_WMA, "audio/x-ms-wma", MtpConstants.FORMAT_WMA, true);
-        }
-        addFileType("OGG", FILE_TYPE_OGG, "audio/ogg", MtpConstants.FORMAT_OGG, false);
-        addFileType("OGG", FILE_TYPE_OGG, "application/ogg", MtpConstants.FORMAT_OGG, true);
-        addFileType("OGA", FILE_TYPE_OGG, "application/ogg", MtpConstants.FORMAT_OGG, false);
-        addFileType("AAC", FILE_TYPE_AAC, "audio/aac", MtpConstants.FORMAT_AAC, true);
-        addFileType("AAC", FILE_TYPE_AAC, "audio/aac-adts", MtpConstants.FORMAT_AAC, false);
-        addFileType("MKA", FILE_TYPE_MKA, "audio/x-matroska");
+        addFileType(MtpConstants.FORMAT_MP3, "audio/mpeg");
+        addFileType(MtpConstants.FORMAT_WAV, "audio/x-wav");
+        addFileType(MtpConstants.FORMAT_WMA, "audio/x-ms-wma");
+        addFileType(MtpConstants.FORMAT_OGG, "audio/ogg");
+        addFileType(MtpConstants.FORMAT_AAC, "audio/aac");
+        addFileType(MtpConstants.FORMAT_FLAC, "audio/flac");
+        addFileType(MtpConstants.FORMAT_AIFF, "audio/x-aiff");
+        addFileType(MtpConstants.FORMAT_MP2, "audio/mpeg");
 
-        addFileType("MID", FILE_TYPE_MID, "audio/midi");
-        addFileType("MIDI", FILE_TYPE_MID, "audio/midi");
-        addFileType("XMF", FILE_TYPE_MID, "audio/midi");
-        addFileType("RTTTL", FILE_TYPE_MID, "audio/midi");
-        addFileType("SMF", FILE_TYPE_SMF, "audio/sp-midi");
-        addFileType("IMY", FILE_TYPE_IMY, "audio/imelody");
-        addFileType("RTX", FILE_TYPE_MID, "audio/midi");
-        addFileType("OTA", FILE_TYPE_MID, "audio/midi");
-        addFileType("MXMF", FILE_TYPE_MID, "audio/midi");
+        addFileType(MtpConstants.FORMAT_MPEG, "video/mpeg");
+        addFileType(MtpConstants.FORMAT_MP4_CONTAINER, "video/mp4");
+        addFileType(MtpConstants.FORMAT_3GP_CONTAINER, "video/3gpp");
+        addFileType(MtpConstants.FORMAT_3GP_CONTAINER, "video/3gpp2");
+        addFileType(MtpConstants.FORMAT_AVI, "video/avi");
+        addFileType(MtpConstants.FORMAT_WMV, "video/x-ms-wmv");
+        addFileType(MtpConstants.FORMAT_ASF, "video/x-ms-asf");
 
-        addFileType("MPEG", FILE_TYPE_MP4, "video/mpeg", MtpConstants.FORMAT_MPEG, true);
-        addFileType("MPG", FILE_TYPE_MP4, "video/mpeg", MtpConstants.FORMAT_MPEG, false);
-        addFileType("MP4", FILE_TYPE_MP4, "video/mp4", MtpConstants.FORMAT_MPEG, false);
-        addFileType("M4V", FILE_TYPE_M4V, "video/mp4", MtpConstants.FORMAT_MPEG, false);
-        addFileType("MOV", FILE_TYPE_QT, "video/quicktime", MtpConstants.FORMAT_MPEG, false);
+        addFileType(MtpConstants.FORMAT_EXIF_JPEG, "image/jpeg");
+        addFileType(MtpConstants.FORMAT_GIF, "image/gif");
+        addFileType(MtpConstants.FORMAT_PNG, "image/png");
+        addFileType(MtpConstants.FORMAT_BMP, "image/x-ms-bmp");
+        addFileType(MtpConstants.FORMAT_HEIF, "image/heif");
+        addFileType(MtpConstants.FORMAT_DNG, "image/x-adobe-dng");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/tiff");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-canon-cr2");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-nikon-nrw");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-sony-arw");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-panasonic-rw2");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-olympus-orf");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-pentax-pef");
+        addFileType(MtpConstants.FORMAT_TIFF, "image/x-samsung-srw");
+        addFileType(MtpConstants.FORMAT_TIFF_EP, "image/tiff");
+        addFileType(MtpConstants.FORMAT_TIFF_EP, "image/x-nikon-nef");
+        addFileType(MtpConstants.FORMAT_JP2, "image/jp2");
+        addFileType(MtpConstants.FORMAT_JPX, "image/jpx");
 
-        addFileType("3GP", FILE_TYPE_3GPP, "video/3gpp",  MtpConstants.FORMAT_3GP_CONTAINER, true);
-        addFileType("3GPP", FILE_TYPE_3GPP, "video/3gpp", MtpConstants.FORMAT_3GP_CONTAINER, false);
-        addFileType("3G2", FILE_TYPE_3GPP2, "video/3gpp2", MtpConstants.FORMAT_3GP_CONTAINER, false);
-        addFileType("3GPP2", FILE_TYPE_3GPP2, "video/3gpp2", MtpConstants.FORMAT_3GP_CONTAINER, false);
-        addFileType("MKV", FILE_TYPE_MKV, "video/x-matroska");
-        addFileType("WEBM", FILE_TYPE_WEBM, "video/webm");
-        addFileType("TS", FILE_TYPE_MP2TS, "video/mp2ts");
-        addFileType("AVI", FILE_TYPE_AVI, "video/avi");
+        addFileType(MtpConstants.FORMAT_M3U_PLAYLIST, "audio/x-mpegurl");
+        addFileType(MtpConstants.FORMAT_PLS_PLAYLIST, "audio/x-scpls");
+        addFileType(MtpConstants.FORMAT_WPL_PLAYLIST, "application/vnd.ms-wpl");
+        addFileType(MtpConstants.FORMAT_ASX_PLAYLIST, "video/x-ms-asf");
 
-        if (isWMVEnabled()) {
-            addFileType("WMV", FILE_TYPE_WMV, "video/x-ms-wmv", MtpConstants.FORMAT_WMV, true);
-            addFileType("ASF", FILE_TYPE_ASF, "video/x-ms-asf");
-        }
+        addFileType(MtpConstants.FORMAT_TEXT, "text/plain");
+        addFileType(MtpConstants.FORMAT_HTML, "text/html");
+        addFileType(MtpConstants.FORMAT_XML_DOCUMENT, "text/xml");
 
-        addFileType("JPG", FILE_TYPE_JPEG, "image/jpeg", MtpConstants.FORMAT_EXIF_JPEG, true);
-        addFileType("JPEG", FILE_TYPE_JPEG, "image/jpeg", MtpConstants.FORMAT_EXIF_JPEG, false);
-        addFileType("GIF", FILE_TYPE_GIF, "image/gif", MtpConstants.FORMAT_GIF, true);
-        addFileType("PNG", FILE_TYPE_PNG, "image/png", MtpConstants.FORMAT_PNG, true);
-        addFileType("BMP", FILE_TYPE_BMP, "image/x-ms-bmp", MtpConstants.FORMAT_BMP, true);
-        addFileType("WBMP", FILE_TYPE_WBMP, "image/vnd.wap.wbmp", MtpConstants.FORMAT_DEFINED, false);
-        addFileType("WEBP", FILE_TYPE_WEBP, "image/webp", MtpConstants.FORMAT_DEFINED, false);
-        addFileType("HEIC", FILE_TYPE_HEIF, "image/heif", MtpConstants.FORMAT_HEIF, true);
-        addFileType("HEIF", FILE_TYPE_HEIF, "image/heif", MtpConstants.FORMAT_HEIF, false);
-
-        addFileType("DNG", FILE_TYPE_DNG, "image/x-adobe-dng", MtpConstants.FORMAT_DNG, true);
-        addFileType("CR2", FILE_TYPE_CR2, "image/x-canon-cr2", MtpConstants.FORMAT_TIFF, false);
-        addFileType("NEF", FILE_TYPE_NEF, "image/x-nikon-nef", MtpConstants.FORMAT_TIFF_EP, false);
-        addFileType("NRW", FILE_TYPE_NRW, "image/x-nikon-nrw", MtpConstants.FORMAT_TIFF, false);
-        addFileType("ARW", FILE_TYPE_ARW, "image/x-sony-arw", MtpConstants.FORMAT_TIFF, false);
-        addFileType("RW2", FILE_TYPE_RW2, "image/x-panasonic-rw2", MtpConstants.FORMAT_TIFF, false);
-        addFileType("ORF", FILE_TYPE_ORF, "image/x-olympus-orf", MtpConstants.FORMAT_TIFF, false);
-        addFileType("RAF", FILE_TYPE_RAF, "image/x-fuji-raf", MtpConstants.FORMAT_DEFINED, false);
-        addFileType("PEF", FILE_TYPE_PEF, "image/x-pentax-pef", MtpConstants.FORMAT_TIFF, false);
-        addFileType("SRW", FILE_TYPE_SRW, "image/x-samsung-srw", MtpConstants.FORMAT_TIFF, false);
-
-        addFileType("M3U", FILE_TYPE_M3U, "audio/x-mpegurl", MtpConstants.FORMAT_M3U_PLAYLIST, true);
-        addFileType("M3U", FILE_TYPE_M3U, "application/x-mpegurl", MtpConstants.FORMAT_M3U_PLAYLIST, false);
-        addFileType("PLS", FILE_TYPE_PLS, "audio/x-scpls", MtpConstants.FORMAT_PLS_PLAYLIST, true);
-        addFileType("WPL", FILE_TYPE_WPL, "application/vnd.ms-wpl", MtpConstants.FORMAT_WPL_PLAYLIST, true);
-        addFileType("M3U8", FILE_TYPE_HTTPLIVE, "application/vnd.apple.mpegurl");
-        addFileType("M3U8", FILE_TYPE_HTTPLIVE, "audio/mpegurl");
-        addFileType("M3U8", FILE_TYPE_HTTPLIVE, "audio/x-mpegurl");
-
-        addFileType("FL", FILE_TYPE_FL, "application/x-android-drm-fl");
-
-        addFileType("TXT", FILE_TYPE_TEXT, "text/plain", MtpConstants.FORMAT_TEXT, true);
-        addFileType("HTM", FILE_TYPE_HTML, "text/html", MtpConstants.FORMAT_HTML, true);
-        addFileType("HTML", FILE_TYPE_HTML, "text/html", MtpConstants.FORMAT_HTML, false);
-        addFileType("PDF", FILE_TYPE_PDF, "application/pdf");
-        addFileType("DOC", FILE_TYPE_MS_WORD, "application/msword", MtpConstants.FORMAT_MS_WORD_DOCUMENT, true);
-        addFileType("XLS", FILE_TYPE_MS_EXCEL, "application/vnd.ms-excel", MtpConstants.FORMAT_MS_EXCEL_SPREADSHEET, true);
-        addFileType("PPT", FILE_TYPE_MS_POWERPOINT, "application/vnd.ms-powerpoint", MtpConstants.FORMAT_MS_POWERPOINT_PRESENTATION, true);
-        addFileType("FLAC", FILE_TYPE_FLAC, "audio/flac", MtpConstants.FORMAT_FLAC, true);
-        addFileType("ZIP", FILE_TYPE_ZIP, "application/zip");
-        addFileType("MPG", FILE_TYPE_MP2PS, "video/mp2p");
-        addFileType("MPEG", FILE_TYPE_MP2PS, "video/mp2p");
+        addFileType(MtpConstants.FORMAT_MS_WORD_DOCUMENT,
+                "application/msword");
+        addFileType(MtpConstants.FORMAT_MS_WORD_DOCUMENT,
+                "application/vnd.openxmlformats-officedocument.wordprocessingml.document");
+        addFileType(MtpConstants.FORMAT_MS_EXCEL_SPREADSHEET,
+                "application/vnd.ms-excel");
+        addFileType(MtpConstants.FORMAT_MS_EXCEL_SPREADSHEET,
+                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
+        addFileType(MtpConstants.FORMAT_MS_POWERPOINT_PRESENTATION,
+                "application/vnd.ms-powerpoint");
+        addFileType(MtpConstants.FORMAT_MS_POWERPOINT_PRESENTATION,
+                "application/vnd.openxmlformats-officedocument.presentationml.presentation");
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static boolean isAudioFileType(int fileType) {
-        return ((fileType >= FIRST_AUDIO_FILE_TYPE &&
-                fileType <= LAST_AUDIO_FILE_TYPE) ||
-                (fileType >= FIRST_MIDI_FILE_TYPE &&
-                fileType <= LAST_MIDI_FILE_TYPE));
+        return false;
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static boolean isVideoFileType(int fileType) {
-        return (fileType >= FIRST_VIDEO_FILE_TYPE &&
-                fileType <= LAST_VIDEO_FILE_TYPE)
-            || (fileType >= FIRST_VIDEO_FILE_TYPE2 &&
-                fileType <= LAST_VIDEO_FILE_TYPE2);
+        return false;
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static boolean isImageFileType(int fileType) {
-        return (fileType >= FIRST_IMAGE_FILE_TYPE &&
-                fileType <= LAST_IMAGE_FILE_TYPE)
-            || (fileType >= FIRST_RAW_IMAGE_FILE_TYPE &&
-                fileType <= LAST_RAW_IMAGE_FILE_TYPE);
+        return false;
     }
 
-    public static boolean isRawImageFileType(int fileType) {
-        return (fileType >= FIRST_RAW_IMAGE_FILE_TYPE &&
-                fileType <= LAST_RAW_IMAGE_FILE_TYPE);
-    }
-
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static boolean isPlayListFileType(int fileType) {
-        return (fileType >= FIRST_PLAYLIST_FILE_TYPE &&
-                fileType <= LAST_PLAYLIST_FILE_TYPE);
+        return false;
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static boolean isDrmFileType(int fileType) {
-        return (fileType >= FIRST_DRM_FILE_TYPE &&
-                fileType <= LAST_DRM_FILE_TYPE);
+        return false;
     }
 
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static MediaFileType getFileType(String path) {
-        int lastDot = path.lastIndexOf('.');
-        if (lastDot < 0)
-            return null;
-        return sFileTypeMap.get(path.substring(lastDot + 1).toUpperCase(Locale.ROOT));
+        return null;
     }
 
-    public static boolean isMimeTypeMedia(String mimeType) {
-        int fileType = getFileTypeForMimeType(mimeType);
-        return isAudioFileType(fileType) || isVideoFileType(fileType)
-                || isImageFileType(fileType) || isPlayListFileType(fileType);
+    public static boolean isExifMimeType(@Nullable String mimeType) {
+        // For simplicity, assume that all image files might have EXIF data
+        return isImageMimeType(mimeType);
+    }
+
+    public static boolean isAudioMimeType(@Nullable String mimeType) {
+        return normalizeMimeType(mimeType).startsWith("audio/");
+    }
+
+    public static boolean isVideoMimeType(@Nullable String mimeType) {
+        return normalizeMimeType(mimeType).startsWith("video/");
+    }
+
+    public static boolean isImageMimeType(@Nullable String mimeType) {
+        return normalizeMimeType(mimeType).startsWith("image/");
+    }
+
+    public static boolean isPlayListMimeType(@Nullable String mimeType) {
+        switch (normalizeMimeType(mimeType)) {
+            case "application/vnd.ms-wpl":
+            case "audio/x-mpegurl":
+            case "audio/mpegurl":
+            case "application/x-mpegurl":
+            case "application/vnd.apple.mpegurl":
+            case "video/x-ms-asf":
+            case "audio/x-scpls":
+                return true;
+            default:
+                return false;
+        }
+    }
+
+    public static boolean isDrmMimeType(@Nullable String mimeType) {
+        return normalizeMimeType(mimeType).equals("application/x-android-drm-fl");
     }
 
     // generates a title based on file name
     @UnsupportedAppUsage
-    public static String getFileTitle(String path) {
+    public static @NonNull String getFileTitle(@NonNull String path) {
         // extract file name after last slash
         int lastSlash = path.lastIndexOf('/');
         if (lastSlash >= 0) {
@@ -361,37 +251,111 @@
         return path;
     }
 
+    public static @Nullable String getFileExtension(@Nullable String path) {
+        if (path == null) {
+            return null;
+        }
+        int lastDot = path.lastIndexOf('.');
+        if (lastDot >= 0) {
+            return path.substring(lastDot + 1);
+        } else {
+            return null;
+        }
+    }
+
+    /** @deprecated file types no longer exist */
+    @Deprecated
     @UnsupportedAppUsage
     public static int getFileTypeForMimeType(String mimeType) {
-        Integer value = sMimeTypeMap.get(mimeType);
-        return (value == null ? 0 : value.intValue());
+        return 0;
+    }
+
+    /**
+     * Find the best MIME type for the given item. Prefers mappings from file
+     * extensions, since they're more accurate than format codes.
+     */
+    public static @NonNull String getMimeType(@Nullable String path, int formatCode) {
+        // First look for extension mapping
+        String mimeType = getMimeTypeForFile(path);
+        if (!MIME_TYPE_DEFAULT.equals(mimeType)) {
+            return mimeType;
+        }
+
+        // Otherwise look for format mapping
+        return getMimeTypeForFormatCode(formatCode);
     }
 
     @UnsupportedAppUsage
-    public static String getMimeTypeForFile(String path) {
-        MediaFileType mediaFileType = getFileType(path);
-        return (mediaFileType == null ? null : mediaFileType.mimeType);
+    public static @NonNull String getMimeTypeForFile(@Nullable String path) {
+        final String mimeType = MimeUtils.guessMimeTypeFromExtension(getFileExtension(path));
+        return (mimeType != null) ? mimeType : MIME_TYPE_DEFAULT;
     }
 
-    public static int getFormatCode(String fileName, String mimeType) {
-        if (mimeType != null) {
-            Integer value = sMimeTypeToFormatMap.get(mimeType);
-            if (value != null) {
-                return value.intValue();
-            }
-        }
-        int lastDot = fileName.lastIndexOf('.');
-        if (lastDot > 0) {
-            String extension = fileName.substring(lastDot + 1).toUpperCase(Locale.ROOT);
-            Integer value = sFileTypeToFormatMap.get(extension);
-            if (value != null) {
-                return value.intValue();
-            }
-        }
-        return MtpConstants.FORMAT_UNDEFINED;
+    public static @NonNull String getMimeTypeForFormatCode(int formatCode) {
+        final String mimeType = sFormatToMimeTypeMap.get(formatCode);
+        return (mimeType != null) ? mimeType : MIME_TYPE_DEFAULT;
     }
 
-    public static String getMimeTypeForFormatCode(int formatCode) {
-        return sFormatToMimeTypeMap.get(formatCode);
+    /**
+     * Find the best MTP format code mapping for the given item. Prefers
+     * mappings from MIME types, since they're more accurate than file
+     * extensions.
+     */
+    public static int getFormatCode(@Nullable String path, @Nullable String mimeType) {
+        // First look for MIME type mapping
+        int formatCode = getFormatCodeForMimeType(mimeType);
+        if (formatCode != MtpConstants.FORMAT_UNDEFINED) {
+            return formatCode;
+        }
+
+        // Otherwise look for extension mapping
+        return getFormatCodeForFile(path);
+    }
+
+    public static int getFormatCodeForFile(@Nullable String path) {
+        return getFormatCodeForMimeType(getMimeTypeForFile(path));
+    }
+
+    public static int getFormatCodeForMimeType(@Nullable String mimeType) {
+        if (mimeType == null) {
+            return MtpConstants.FORMAT_UNDEFINED;
+        }
+
+        // First look for direct mapping
+        Integer value = sMimeTypeToFormatMap.get(mimeType);
+        if (value != null) {
+            return value.intValue();
+        }
+
+        // Otherwise look for indirect mapping
+        mimeType = normalizeMimeType(mimeType);
+        value = sMimeTypeToFormatMap.get(mimeType);
+        if (value != null) {
+            return value.intValue();
+        } else if (mimeType.startsWith("audio/")) {
+            return MtpConstants.FORMAT_UNDEFINED_AUDIO;
+        } else if (mimeType.startsWith("video/")) {
+            return MtpConstants.FORMAT_UNDEFINED_VIDEO;
+        } else if (mimeType.startsWith("image/")) {
+            return MtpConstants.FORMAT_DEFINED;
+        } else {
+            return MtpConstants.FORMAT_UNDEFINED;
+        }
+    }
+
+    /**
+     * Normalize the given MIME type by bouncing through a default file
+     * extension, if defined. This handles cases like "application/x-flac" to
+     * ".flac" to "audio/flac".
+     */
+    private static @NonNull String normalizeMimeType(@Nullable String mimeType) {
+        final String extension = MimeUtils.guessExtensionFromMimeType(mimeType);
+        if (extension != null) {
+            final String extensionMimeType = MimeUtils.guessMimeTypeFromExtension(extension);
+            if ( extensionMimeType != null) {
+                return extensionMimeType;
+            }
+        }
+        return (mimeType != null) ? mimeType : MIME_TYPE_DEFAULT;
     }
 }
diff --git a/media/java/android/media/MediaScanner.java b/media/java/android/media/MediaScanner.java
index dcacb925..0ff2d8f 100644
--- a/media/java/android/media/MediaScanner.java
+++ b/media/java/android/media/MediaScanner.java
@@ -502,6 +502,8 @@
         private String mGenre;
         @UnsupportedAppUsage
         private String mMimeType;
+        /** @deprecated file types no longer exist */
+        @Deprecated
         @UnsupportedAppUsage
         private int mFileType;
         private int mTrack;
@@ -531,7 +533,6 @@
         public FileEntry beginFile(String path, String mimeType, long lastModified,
                 long fileSize, boolean isDirectory, boolean noMedia) {
             mMimeType = mimeType;
-            mFileType = 0;
             mFileSize = fileSize;
             mIsDrm = false;
             mScanSuccess = true;
@@ -542,24 +543,13 @@
                 }
                 mNoMedia = noMedia;
 
-                // try mimeType first, if it is specified
-                if (mimeType != null) {
-                    mFileType = MediaFile.getFileTypeForMimeType(mimeType);
-                }
-
                 // if mimeType was not specified, compute file type based on file extension.
-                if (mFileType == 0) {
-                    MediaFile.MediaFileType mediaFileType = MediaFile.getFileType(path);
-                    if (mediaFileType != null) {
-                        mFileType = mediaFileType.fileType;
-                        if (mMimeType == null) {
-                            mMimeType = mediaFileType.mimeType;
-                        }
-                    }
+                if (mMimeType == null) {
+                    mMimeType = MediaFile.getMimeTypeForFile(path);
                 }
 
-                if (isDrmEnabled() && MediaFile.isDrmFileType(mFileType)) {
-                    mFileType = getFileTypeFromDrm(path);
+                if (isDrmEnabled() && MediaFile.isDrmMimeType(mMimeType)) {
+                    getMimeTypeFromDrm(path);
                 }
             }
 
@@ -578,7 +568,7 @@
                 entry.mLastModifiedChanged = true;
             }
 
-            if (mProcessPlaylists && MediaFile.isPlayListFileType(mFileType)) {
+            if (mProcessPlaylists && MediaFile.isPlayListMimeType(mMimeType)) {
                 mPlayLists.add(entry);
                 // we don't process playlists in the main scan, so return null
                 return null;
@@ -659,9 +649,9 @@
                     if (noMedia) {
                         result = endFile(entry, false, false, false, false, false);
                     } else {
-                        boolean isaudio = MediaFile.isAudioFileType(mFileType);
-                        boolean isvideo = MediaFile.isVideoFileType(mFileType);
-                        boolean isimage = MediaFile.isImageFileType(mFileType);
+                        boolean isaudio = MediaFile.isAudioMimeType(mMimeType);
+                        boolean isvideo = MediaFile.isVideoMimeType(mMimeType);
+                        boolean isimage = MediaFile.isImageMimeType(mMimeType);
 
                         if (isaudio || isvideo || isimage) {
                             path = Environment.maybeTranslateEmulatedPathToInternal(new File(path))
@@ -878,7 +868,6 @@
                 return;
             }
             mMimeType = mimeType;
-            mFileType = MediaFile.getFileTypeForMimeType(mimeType);
         }
 
         /**
@@ -906,7 +895,7 @@
             }
 
             if (!mNoMedia) {
-                if (MediaFile.isVideoFileType(mFileType)) {
+                if (MediaFile.isVideoMimeType(mMimeType)) {
                     map.put(Video.Media.ARTIST, (mArtist != null && mArtist.length() > 0
                             ? mArtist : MediaStore.UNKNOWN_STRING));
                     map.put(Video.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0
@@ -918,9 +907,9 @@
                     if (mDate > 0) {
                         map.put(Video.Media.DATE_TAKEN, mDate);
                     }
-                } else if (MediaFile.isImageFileType(mFileType)) {
+                } else if (MediaFile.isImageMimeType(mMimeType)) {
                     // FIXME - add DESCRIPTION
-                } else if (mScanSuccess && MediaFile.isAudioFileType(mFileType)) {
+                } else if (mScanSuccess && MediaFile.isAudioMimeType(mMimeType)) {
                     map.put(Audio.Media.ARTIST, (mArtist != null && mArtist.length() > 0) ?
                             mArtist : MediaStore.UNKNOWN_STRING);
                     map.put(Audio.Media.ALBUM_ARTIST, (mAlbumArtist != null &&
@@ -982,7 +971,7 @@
                 }
             }
             long rowId = entry.mRowId;
-            if (MediaFile.isAudioFileType(mFileType) && (rowId == 0 || mMtpObjectHandle != 0)) {
+            if (MediaFile.isAudioMimeType(mMimeType) && (rowId == 0 || mMtpObjectHandle != 0)) {
                 // Only set these for new entries. For existing entries, they
                 // may have been modified later, and we want to keep the current
                 // values so that custom ringtones still show up in the ringtone
@@ -992,9 +981,7 @@
                 values.put(Audio.Media.IS_ALARM, alarms);
                 values.put(Audio.Media.IS_MUSIC, music);
                 values.put(Audio.Media.IS_PODCAST, podcasts);
-            } else if ((mFileType == MediaFile.FILE_TYPE_JPEG
-                    || mFileType == MediaFile.FILE_TYPE_HEIF
-                    || MediaFile.isRawImageFileType(mFileType)) && !mNoMedia) {
+            } else if (MediaFile.isExifMimeType(mMimeType) && !mNoMedia) {
                 ExifInterface exif = null;
                 try {
                     exif = new ExifInterface(entry.mPath);
@@ -1050,16 +1037,16 @@
             int mediaType = FileColumns.MEDIA_TYPE_NONE;
             MediaInserter inserter = mMediaInserter;
             if (mScanSuccess && !mNoMedia) {
-                if (MediaFile.isVideoFileType(mFileType)) {
+                if (MediaFile.isVideoMimeType(mMimeType)) {
                     tableUri = mVideoUri;
                     mediaType = FileColumns.MEDIA_TYPE_VIDEO;
-                } else if (MediaFile.isImageFileType(mFileType)) {
+                } else if (MediaFile.isImageMimeType(mMimeType)) {
                     tableUri = mImagesUri;
                     mediaType = FileColumns.MEDIA_TYPE_IMAGE;
-                } else if (MediaFile.isAudioFileType(mFileType)) {
+                } else if (MediaFile.isAudioMimeType(mMimeType)) {
                     tableUri = mAudioUri;
                     mediaType = FileColumns.MEDIA_TYPE_AUDIO;
-                } else if (MediaFile.isPlayListFileType(mFileType)) {
+                } else if (MediaFile.isPlayListMimeType(mMimeType)) {
                     tableUri = mPlaylistsUri;
                     mediaType = FileColumns.MEDIA_TYPE_PLAYLIST;
                 }
@@ -1176,13 +1163,15 @@
             Settings.System.putInt(cr, settingSetIndicatorName(settingName), 1);
         }
 
+        /** @deprecated file types no longer exist */
+        @Deprecated
         @UnsupportedAppUsage
         private int getFileTypeFromDrm(String path) {
-            if (!isDrmEnabled()) {
-                return 0;
-            }
+            return 0;
+        }
 
-            int resultFileType = 0;
+        private void getMimeTypeFromDrm(String path) {
+            mMimeType = null;
 
             if (mDrmManagerClient == null) {
                 mDrmManagerClient = new DrmManagerClient(mContext);
@@ -1190,13 +1179,12 @@
 
             if (mDrmManagerClient.canHandle(path, null)) {
                 mIsDrm = true;
-                String drmMimetype = mDrmManagerClient.getOriginalMimeType(path);
-                if (drmMimetype != null) {
-                    mMimeType = drmMimetype;
-                    resultFileType = MediaFile.getFileTypeForMimeType(drmMimetype);
-                }
+                mMimeType = mDrmManagerClient.getOriginalMimeType(path);
             }
-            return resultFileType;
+
+            if (mMimeType == null) {
+                mMimeType = ContentResolver.MIME_TYPE_DEFAULT;
+            }
         }
 
     }; // end of anonymous MediaScannerClient instance
@@ -1305,10 +1293,8 @@
                                 // modified by the user.
                                 // The user can delete them in the media player instead.
                                 // instead, clear the path and lastModified fields in the row
-                                MediaFile.MediaFileType mediaFileType = MediaFile.getFileType(path);
-                                int fileType = (mediaFileType == null ? 0 : mediaFileType.fileType);
-
-                                if (!MediaFile.isPlayListFileType(fileType)) {
+                                String mimeType = MediaFile.getMimeTypeForFile(path);
+                                if (!MediaFile.isPlayListMimeType(mimeType)) {
                                     deleter.delete(rowId);
                                     if (path.toLowerCase(Locale.US).endsWith("/.nomedia")) {
                                         deleter.flush();
@@ -1556,14 +1542,13 @@
     }
 
     public void scanMtpFile(String path, int objectHandle, int format) {
-        MediaFile.MediaFileType mediaFileType = MediaFile.getFileType(path);
-        int fileType = (mediaFileType == null ? 0 : mediaFileType.fileType);
+        String mimeType = MediaFile.getMimeType(path, format);
         File file = new File(path);
         long lastModifiedSeconds = file.lastModified() / 1000;
 
-        if (!MediaFile.isAudioFileType(fileType) && !MediaFile.isVideoFileType(fileType) &&
-            !MediaFile.isImageFileType(fileType) && !MediaFile.isPlayListFileType(fileType) &&
-            !MediaFile.isDrmFileType(fileType)) {
+        if (!MediaFile.isAudioMimeType(mimeType) && !MediaFile.isVideoMimeType(mimeType) &&
+            !MediaFile.isImageMimeType(mimeType) && !MediaFile.isPlayListMimeType(mimeType) &&
+            !MediaFile.isDrmMimeType(mimeType)) {
 
             // no need to use the media scanner, but we need to update last modified and file size
             ContentValues values = new ContentValues();
@@ -1582,7 +1567,7 @@
         mMtpObjectHandle = objectHandle;
         Cursor fileList = null;
         try {
-            if (MediaFile.isPlayListFileType(fileType)) {
+            if (MediaFile.isPlayListMimeType(mimeType)) {
                 // build file cache so we can look up tracks in the playlist
                 prescan(null, true);
 
@@ -1597,7 +1582,7 @@
                 prescan(path, false);
 
                 // always scan the file, so we can return the content://media Uri for existing files
-                mClient.doScanFile(path, mediaFileType.mimeType, lastModifiedSeconds, file.length(),
+                mClient.doScanFile(path, mimeType, lastModifiedSeconds, file.length(),
                     (format == MtpConstants.FORMAT_ASSOCIATION), true, isNoMediaPath(path));
             }
         } catch (RemoteException e) {
@@ -1911,15 +1896,17 @@
         }
 
         String playListDirectory = path.substring(0, lastSlash + 1);
-        MediaFile.MediaFileType mediaFileType = MediaFile.getFileType(path);
-        int fileType = (mediaFileType == null ? 0 : mediaFileType.fileType);
-
-        if (fileType == MediaFile.FILE_TYPE_M3U) {
-            processM3uPlayList(path, playListDirectory, membersUri, values, fileList);
-        } else if (fileType == MediaFile.FILE_TYPE_PLS) {
-            processPlsPlayList(path, playListDirectory, membersUri, values, fileList);
-        } else if (fileType == MediaFile.FILE_TYPE_WPL) {
-            processWplPlayList(path, playListDirectory, membersUri, values, fileList);
+        String mimeType = MediaFile.getMimeTypeForFile(path);
+        switch (mimeType) {
+            case "application/vnd.ms-wpl":
+                processWplPlayList(path, playListDirectory, membersUri, values, fileList);
+                break;
+            case "audio/x-mpegurl":
+                processM3uPlayList(path, playListDirectory, membersUri, values, fileList);
+                break;
+            case "audio/x-scpls":
+                processPlsPlayList(path, playListDirectory, membersUri, values, fileList);
+                break;
         }
     }
 
diff --git a/media/java/android/media/ThumbnailUtils.java b/media/java/android/media/ThumbnailUtils.java
index 07ab069..4cc86fd 100644
--- a/media/java/android/media/ThumbnailUtils.java
+++ b/media/java/android/media/ThumbnailUtils.java
@@ -23,15 +23,13 @@
 import android.graphics.Canvas;
 import android.graphics.Matrix;
 import android.graphics.Rect;
-import android.media.MediaMetadataRetriever;
-import android.media.MediaFile.MediaFileType;
 import android.net.Uri;
 import android.os.ParcelFileDescriptor;
 import android.provider.MediaStore.Images;
 import android.util.Log;
 
-import java.io.FileInputStream;
 import java.io.FileDescriptor;
+import java.io.FileInputStream;
 import java.io.IOException;
 
 /**
@@ -94,15 +92,15 @@
                 : MAX_NUM_PIXELS_MICRO_THUMBNAIL;
         SizedThumbnailBitmap sizedThumbnailBitmap = new SizedThumbnailBitmap();
         Bitmap bitmap = null;
-        MediaFileType fileType = MediaFile.getFileType(filePath);
-        if (fileType != null) {
-            if (fileType.fileType == MediaFile.FILE_TYPE_JPEG
-                    || MediaFile.isRawImageFileType(fileType.fileType)) {
-                createThumbnailFromEXIF(filePath, targetSize, maxPixels, sizedThumbnailBitmap);
-                bitmap = sizedThumbnailBitmap.mBitmap;
-            } else if (fileType.fileType == MediaFile.FILE_TYPE_HEIF) {
-                bitmap = createThumbnailFromMetadataRetriever(filePath, targetSize, maxPixels);
-            }
+        String mimeType = MediaFile.getMimeTypeForFile(filePath);
+        if (mimeType.equals("image/heif")
+                || mimeType.equals("image/heif-sequence")
+                || mimeType.equals("image/heic")
+                || mimeType.equals("image/heic-sequence")) {
+            bitmap = createThumbnailFromMetadataRetriever(filePath, targetSize, maxPixels);
+        } else if (MediaFile.isExifMimeType(mimeType)) {
+            createThumbnailFromEXIF(filePath, targetSize, maxPixels, sizedThumbnailBitmap);
+            bitmap = sizedThumbnailBitmap.mBitmap;
         }
 
         if (bitmap == null) {
diff --git a/media/java/android/mtp/OWNERS b/media/java/android/mtp/OWNERS
index 7a14b37..1928ba8 100644
--- a/media/java/android/mtp/OWNERS
+++ b/media/java/android/mtp/OWNERS
@@ -1,5 +1,7 @@
+set noparent
+
 marcone@google.com
-jsharkey@google.com
+jsharkey@android.com
 jameswei@google.com
 rmojumder@google.com
 
diff --git a/media/tests/MediaFrameworkTest/AndroidTest.xml b/media/tests/MediaFrameworkTest/AndroidTest.xml
new file mode 100644
index 0000000..204959f
--- /dev/null
+++ b/media/tests/MediaFrameworkTest/AndroidTest.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<configuration description="Runs Media Framework Tests">
+    <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
+        <option name="test-file-name" value="mediaframeworktest.apk" />
+    </target_preparer>
+
+    <option name="test-tag" value="MediaFrameworkTest" />
+    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
+        <option name="package" value="com.android.mediaframeworktest" />
+        <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
+        <option name="hidden-api-checks" value="false"/>
+    </test>
+</configuration>
diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/MediaFileTest.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/MediaFileTest.java
new file mode 100644
index 0000000..feac63d
--- /dev/null
+++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/MediaFileTest.java
@@ -0,0 +1,133 @@
+/*
+ * Copyright (C) 2018 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.mediaframeworktest.unit;
+
+import static android.media.MediaFile.getFormatCode;
+import static android.media.MediaFile.getMimeType;
+import static android.media.MediaFile.isAudioMimeType;
+import static android.media.MediaFile.isImageMimeType;
+import static android.media.MediaFile.isPlayListMimeType;
+import static android.media.MediaFile.isVideoMimeType;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
+
+import android.mtp.MtpConstants;
+import android.support.test.runner.AndroidJUnit4;
+
+import libcore.net.MimeUtils;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class MediaFileTest {
+    @Test
+    public void testCommon() throws Exception {
+        assertConsistent("FOO.TXT", "text/plain", MtpConstants.FORMAT_TEXT);
+        assertConsistent("FOO.XML", "text/xml", MtpConstants.FORMAT_XML_DOCUMENT);
+        assertConsistent("FOO.HTML", "text/html", MtpConstants.FORMAT_HTML);
+    }
+
+    @Test
+    public void testAudio() throws Exception {
+        assertTrue(isAudioMimeType("audio/flac"));
+        assertTrue(isAudioMimeType("application/x-flac"));
+        assertFalse(isAudioMimeType("video/mpeg"));
+
+        assertConsistent("FOO.MP3", "audio/mpeg", MtpConstants.FORMAT_MP3);
+        assertConsistent("FOO.AAC", "audio/aac", MtpConstants.FORMAT_AAC);
+        assertConsistent("FOO.OGG", "audio/ogg", MtpConstants.FORMAT_OGG);
+        assertConsistent("FOO.FLAC", "audio/flac", MtpConstants.FORMAT_FLAC);
+    }
+
+    @Test
+    public void testVideo() throws Exception {
+        assertTrue(isVideoMimeType("video/x-msvideo"));
+        assertFalse(isVideoMimeType("audio/mpeg"));
+
+        assertConsistent("FOO.AVI", "video/avi", MtpConstants.FORMAT_AVI);
+        assertConsistent("FOO.MP4", "video/mp4", MtpConstants.FORMAT_MP4_CONTAINER);
+        assertConsistent("FOO.3GP", "video/3gpp", MtpConstants.FORMAT_3GP_CONTAINER);
+    }
+
+    @Test
+    public void testImage() throws Exception {
+        assertTrue(isImageMimeType("image/jpeg"));
+        assertTrue(isImageMimeType("image/heif"));
+        assertTrue(isImageMimeType("image/webp"));
+        assertFalse(isImageMimeType("video/webm"));
+
+        assertConsistent("FOO.JPG", "image/jpeg", MtpConstants.FORMAT_EXIF_JPEG);
+        assertConsistent("FOO.PNG", "image/png", MtpConstants.FORMAT_PNG);
+        assertConsistent("FOO.HEIF", "image/heif", MtpConstants.FORMAT_HEIF);
+        assertConsistent("FOO.DNG", "image/x-adobe-dng", MtpConstants.FORMAT_DNG);
+        assertConsistent("FOO.TIFF", "image/tiff", MtpConstants.FORMAT_TIFF);
+    }
+
+    @Test
+    public void testPlayList() throws Exception {
+        assertTrue(isPlayListMimeType(MimeUtils.guessMimeTypeFromExtension("pls")));
+        assertTrue(isPlayListMimeType(MimeUtils.guessMimeTypeFromExtension("wpl")));
+        assertTrue(isPlayListMimeType(MimeUtils.guessMimeTypeFromExtension("m3u")));
+        assertTrue(isPlayListMimeType(MimeUtils.guessMimeTypeFromExtension("m3u8")));
+        assertTrue(isPlayListMimeType(MimeUtils.guessMimeTypeFromExtension("asf")));
+    }
+
+    @Test
+    public void testImageRaw() throws Exception {
+        // We trust MIME types before filenames
+        assertHexEquals(MtpConstants.FORMAT_TIFF, getFormatCode("FOO.CR2", "image/x-canon-cr2"));
+        // We trust filenames before format codes
+        assertEquals("image/x-canon-cr2", getMimeType("FOO.CR2", MtpConstants.FORMAT_TIFF));
+    }
+
+    @Test
+    public void testConfusing() throws Exception {
+        // We trust MIME types before filenames
+        assertHexEquals(MtpConstants.FORMAT_MP3, getFormatCode("foo.avi", "audio/mpeg"));
+        // We trust filenames before format codes
+        assertEquals("video/avi", getMimeType("foo.avi", MtpConstants.FORMAT_MP3));
+    }
+
+    @Test
+    public void testUnknown() throws Exception {
+        assertHexEquals(MtpConstants.FORMAT_UNDEFINED,
+                getFormatCode("foo.example", "application/x-example"));
+        assertHexEquals(MtpConstants.FORMAT_UNDEFINED_AUDIO,
+                getFormatCode("foo.example", "audio/x-example"));
+        assertHexEquals(MtpConstants.FORMAT_UNDEFINED_VIDEO,
+                getFormatCode("foo.example", "video/x-example"));
+        assertHexEquals(MtpConstants.FORMAT_DEFINED,
+                getFormatCode("foo.example", "image/x-example"));
+    }
+
+    private static void assertConsistent(String path, String mimeType, int formatCode) {
+        assertHexEquals(formatCode, getFormatCode(path, null));
+        assertHexEquals(formatCode, getFormatCode(null, mimeType));
+        assertHexEquals(formatCode, getFormatCode(path, mimeType));
+
+        assertEquals(mimeType, getMimeType(path, MtpConstants.FORMAT_UNDEFINED));
+        assertEquals(mimeType, getMimeType(null, formatCode));
+        assertEquals(mimeType, getMimeType(path, formatCode));
+    }
+
+    private static void assertHexEquals(int expected, int actual) {
+        assertEquals(Integer.toHexString(expected), Integer.toHexString(actual));
+    }
+}
diff --git a/native/android/storage_manager.cpp b/native/android/storage_manager.cpp
index bf15b8d..2272525 100644
--- a/native/android/storage_manager.cpp
+++ b/native/android/storage_manager.cpp
@@ -18,7 +18,9 @@
 
 #include <android/storage_manager.h>
 #include <storage/IMountService.h>
+#include <storage/ObbInfo.h>
 
+#include <androidfw/ObbFile.h>
 #include <binder/Binder.h>
 #include <binder/IServiceManager.h>
 #include <cutils/atomic.h>
@@ -29,7 +31,6 @@
 #include <utils/Vector.h>
 #include <utils/threads.h>
 
-
 using namespace android;
 
 struct ObbActionListener : public BnObbActionListener {
@@ -79,6 +80,20 @@
         return cb;
     }
 
+    ObbInfo* getObbInfo(char* canonicalPath) {
+        sp<ObbFile> obbFile = new ObbFile();
+        if (!obbFile->readFrom(canonicalPath)) {
+            return nullptr;
+        }
+
+        String16 fileName(obbFile->getFileName());
+        String16 packageName(obbFile->getPackageName());
+        size_t length;
+        const unsigned char* salt = obbFile->getSalt(&length);
+        return new ObbInfo(fileName, packageName,
+                obbFile->getVersion(), obbFile->getFlags(), length, salt);
+    }
+
 public:
     AStorageManager()
     {
@@ -134,11 +149,18 @@
             return;
         }
 
+        sp<ObbInfo> obbInfo = getObbInfo(canonicalPath);
+        if (obbInfo == nullptr) {
+            ALOGE("Couldn't get obb info for %s: %s", canonicalPath, strerror(errno));
+            return;
+        }
+
         ObbCallback* cb = registerObbCallback(func, data);
         String16 rawPath16(rawPath);
         String16 canonicalPath16(canonicalPath);
         String16 key16(key);
-        mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce);
+        mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener,
+                cb->nonce, obbInfo);
     }
 
     void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) {
diff --git a/packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java b/packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java
index 9f165bc..97a67c2 100644
--- a/packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java
+++ b/packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java
@@ -16,11 +16,9 @@
 
 package com.android.defcontainer;
 
-import android.app.IntentService;
+import android.app.Service;
 import android.content.Context;
 import android.content.Intent;
-import android.content.pm.IPackageManager;
-import android.content.pm.PackageCleanItem;
 import android.content.pm.PackageInfoLite;
 import android.content.pm.PackageManager;
 import android.content.pm.PackageParser;
@@ -29,13 +27,10 @@
 import android.content.res.ObbInfo;
 import android.content.res.ObbScanner;
 import android.os.Binder;
-import android.os.Environment.UserEnvironment;
 import android.os.FileUtils;
 import android.os.IBinder;
 import android.os.ParcelFileDescriptor;
-import android.os.Process;
 import android.os.RemoteException;
-import android.os.ServiceManager;
 import android.util.Slog;
 
 import com.android.internal.app.IMediaContainerService;
@@ -57,7 +52,7 @@
  * open files that cause the kernel to kill it when the underlying device is
  * removed.
  */
-public class DefaultContainerService extends IntentService {
+public class DefaultContainerService extends Service {
     private static final String TAG = "DefContainer";
 
     // TODO: migrate native code unpacking to always be a derivative work
@@ -159,16 +154,6 @@
             }
         }
 
-        @Override
-        public void clearDirectory(String path) throws RemoteException {
-            Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
-
-            final File directory = new File(path);
-            if (directory.exists() && directory.isDirectory()) {
-                eraseFiles(directory);
-            }
-        }
-
         /**
          * Calculate estimated footprint of given package post-installation.
          *
@@ -191,49 +176,6 @@
         }
     };
 
-    public DefaultContainerService() {
-        super("DefaultContainerService");
-        setIntentRedelivery(true);
-    }
-
-    @Override
-    protected void onHandleIntent(Intent intent) {
-        if (PackageManager.ACTION_CLEAN_EXTERNAL_STORAGE.equals(intent.getAction())) {
-            final IPackageManager pm = IPackageManager.Stub.asInterface(
-                    ServiceManager.getService("package"));
-            PackageCleanItem item = null;
-            try {
-                while ((item = pm.nextPackageToClean(item)) != null) {
-                    final UserEnvironment userEnv = new UserEnvironment(item.userId);
-                    eraseFiles(userEnv.buildExternalStorageAppDataDirs(item.packageName));
-                    eraseFiles(userEnv.buildExternalStorageAppMediaDirs(item.packageName));
-                    if (item.andCode) {
-                        eraseFiles(userEnv.buildExternalStorageAppObbDirs(item.packageName));
-                    }
-                }
-            } catch (RemoteException e) {
-            }
-        }
-    }
-
-    void eraseFiles(File[] paths) {
-        for (File path : paths) {
-            eraseFiles(path);
-        }
-    }
-
-    void eraseFiles(File path) {
-        if (path.isDirectory()) {
-            String[] files = path.list();
-            if (files != null) {
-                for (String file : files) {
-                    eraseFiles(new File(path, file));
-                }
-            }
-        }
-        path.delete();
-    }
-
     @Override
     public IBinder onBind(Intent intent) {
         return mBinder;
diff --git a/packages/MtpDocumentsProvider/src/com/android/mtp/MtpDatabase.java b/packages/MtpDocumentsProvider/src/com/android/mtp/MtpDatabase.java
index f243b51..59c205a 100644
--- a/packages/MtpDocumentsProvider/src/com/android/mtp/MtpDatabase.java
+++ b/packages/MtpDocumentsProvider/src/com/android/mtp/MtpDatabase.java
@@ -851,25 +851,7 @@
             return DocumentsContract.Document.MIME_TYPE_DIR;
         }
 
-        final String formatCodeMimeType = MediaFile.getMimeTypeForFormatCode(info.getFormat());
-        final String mediaFileMimeType = MediaFile.getMimeTypeForFile(info.getName());
-
-        // Format code can be mapped with multiple mime types, e.g. FORMAT_MPEG is mapped with
-        // audio/mp4 and video/mp4.
-        // As file extension contains more information than format code, returns mime type obtained
-        // from file extension if it is consistent with format code.
-        if (mediaFileMimeType != null &&
-                MediaFile.getFormatCode("", mediaFileMimeType) == info.getFormat()) {
-            return mediaFileMimeType;
-        }
-        if (formatCodeMimeType != null) {
-            return formatCodeMimeType;
-        }
-        if (mediaFileMimeType != null) {
-            return mediaFileMimeType;
-        }
-        // We don't know the file type.
-        return "application/octet-stream";
+        return MediaFile.getMimeType(info.getName(), info.getFormat());
     }
 
     private static int getRootFlags(int[] operationsSupported) {
diff --git a/packages/SettingsLib/res/layout/restricted_switch_preference.xml b/packages/SettingsLib/res/layout/restricted_switch_preference.xml
index 64b47b6..d9f91de 100644
--- a/packages/SettingsLib/res/layout/restricted_switch_preference.xml
+++ b/packages/SettingsLib/res/layout/restricted_switch_preference.xml
@@ -24,7 +24,7 @@
     android:clipToPadding="false">
 
     <LinearLayout
-        android:id="@+id/icon_container"
+        android:id="@+id/icon_frame"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:minWidth="56dp"
@@ -83,4 +83,4 @@
         android:paddingStart="16dp"
         android:orientation="vertical" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>
diff --git a/packages/SettingsLib/src/com/android/settingslib/CustomDialogPreference.java b/packages/SettingsLib/src/com/android/settingslib/CustomDialogPreference.java
index cf1c2c3..3bade25 100644
--- a/packages/SettingsLib/src/com/android/settingslib/CustomDialogPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/CustomDialogPreference.java
@@ -20,11 +20,12 @@
 import android.content.Context;
 import android.content.DialogInterface;
 import android.os.Bundle;
-import androidx.preference.PreferenceDialogFragment;
-import androidx.preference.DialogPreference;
 import android.util.AttributeSet;
 import android.view.View;
 
+import androidx.preference.DialogPreference;
+import androidx.preference.PreferenceDialogFragment;
+
 public class CustomDialogPreference extends DialogPreference {
 
     private CustomPreferenceDialogFragment mFragment;
diff --git a/packages/SettingsLib/src/com/android/settingslib/CustomEditTextPreference.java b/packages/SettingsLib/src/com/android/settingslib/CustomEditTextPreference.java
index 04c3954..dfaff61 100644
--- a/packages/SettingsLib/src/com/android/settingslib/CustomEditTextPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/CustomEditTextPreference.java
@@ -23,13 +23,14 @@
 import android.content.Context;
 import android.content.DialogInterface;
 import android.os.Bundle;
-import androidx.annotation.CallSuper;
-import androidx.preference.EditTextPreferenceDialogFragment;
-import androidx.preference.EditTextPreference;
 import android.util.AttributeSet;
 import android.view.View;
 import android.widget.EditText;
 
+import androidx.annotation.CallSuper;
+import androidx.preference.EditTextPreference;
+import androidx.preference.EditTextPreferenceDialogFragment;
+
 public class CustomEditTextPreference extends EditTextPreference {
 
     private CustomPreferenceDialogFragment mFragment;
diff --git a/packages/SettingsLib/src/com/android/settingslib/DeviceInfoUtils.java b/packages/SettingsLib/src/com/android/settingslib/DeviceInfoUtils.java
index c98bc39..bc5a2c0 100644
--- a/packages/SettingsLib/src/com/android/settingslib/DeviceInfoUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/DeviceInfoUtils.java
@@ -16,6 +16,8 @@
 
 package com.android.settingslib;
 
+import static android.content.Context.TELEPHONY_SERVICE;
+
 import android.content.Context;
 import android.content.Intent;
 import android.content.pm.ApplicationInfo;
@@ -30,6 +32,7 @@
 import android.text.TextUtils;
 import android.text.format.DateFormat;
 import android.util.Log;
+
 import androidx.annotation.VisibleForTesting;
 
 import java.io.BufferedReader;
@@ -43,8 +46,6 @@
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import static android.content.Context.TELEPHONY_SERVICE;
-
 public class DeviceInfoUtils {
     private static final String TAG = "DeviceInfoUtils";
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/HelpUtils.java b/packages/SettingsLib/src/com/android/settingslib/HelpUtils.java
index 8055caa..4cbeb8a 100644
--- a/packages/SettingsLib/src/com/android/settingslib/HelpUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/HelpUtils.java
@@ -24,16 +24,15 @@
 import android.content.pm.PackageInfo;
 import android.content.pm.PackageManager.NameNotFoundException;
 import android.content.res.Resources;
-import android.content.res.Resources.Theme;
 import android.content.res.TypedArray;
 import android.net.Uri;
 import android.provider.Settings.Global;
 import android.text.TextUtils;
 import android.util.Log;
-import android.util.TypedValue;
 import android.view.Menu;
 import android.view.MenuItem;
 import android.view.MenuItem.OnMenuItemClickListener;
+
 import com.android.internal.logging.MetricsLogger;
 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java b/packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java
index 7f518c1..bd54edd 100644
--- a/packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java
@@ -35,7 +35,6 @@
 import android.os.UserHandle;
 import android.os.UserManager;
 import android.provider.Settings;
-import androidx.annotation.VisibleForTesting;
 import android.text.SpannableStringBuilder;
 import android.text.Spanned;
 import android.text.style.ForegroundColorSpan;
@@ -43,6 +42,8 @@
 import android.view.MenuItem;
 import android.widget.TextView;
 
+import androidx.annotation.VisibleForTesting;
+
 import com.android.internal.widget.LockPatternUtils;
 
 import java.util.List;
diff --git a/packages/SettingsLib/src/com/android/settingslib/RestrictedPreference.java b/packages/SettingsLib/src/com/android/settingslib/RestrictedPreference.java
index 79e011c..ad7e995 100644
--- a/packages/SettingsLib/src/com/android/settingslib/RestrictedPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/RestrictedPreference.java
@@ -16,15 +16,16 @@
 
 package com.android.settingslib;
 
+import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
+
 import android.content.Context;
 import android.os.UserHandle;
-import androidx.core.content.res.TypedArrayUtils;
-import androidx.preference.PreferenceManager;
-import androidx.preference.PreferenceViewHolder;
 import android.util.AttributeSet;
 import android.view.View;
 
-import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
+import androidx.core.content.res.TypedArrayUtils;
+import androidx.preference.PreferenceManager;
+import androidx.preference.PreferenceViewHolder;
 
 /**
  * Preference class that supports being disabled by a user restriction
diff --git a/packages/SettingsLib/src/com/android/settingslib/RestrictedPreferenceHelper.java b/packages/SettingsLib/src/com/android/settingslib/RestrictedPreferenceHelper.java
index a930bb8..4b84920 100644
--- a/packages/SettingsLib/src/com/android/settingslib/RestrictedPreferenceHelper.java
+++ b/packages/SettingsLib/src/com/android/settingslib/RestrictedPreferenceHelper.java
@@ -16,19 +16,18 @@
 
 package com.android.settingslib;
 
+import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
+
 import android.content.Context;
 import android.content.res.TypedArray;
-import android.graphics.drawable.Drawable;
 import android.os.UserHandle;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceViewHolder;
 import android.text.TextUtils;
 import android.util.AttributeSet;
 import android.util.TypedValue;
-import android.view.View;
 import android.widget.TextView;
 
-import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
 
 /**
  * Helper class for managing settings preferences that can be disabled
diff --git a/packages/SettingsLib/src/com/android/settingslib/RestrictedSwitchPreference.java b/packages/SettingsLib/src/com/android/settingslib/RestrictedSwitchPreference.java
index fe6d9fe..0ed507c 100644
--- a/packages/SettingsLib/src/com/android/settingslib/RestrictedSwitchPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/RestrictedSwitchPreference.java
@@ -21,15 +21,16 @@
 import android.content.Context;
 import android.content.res.TypedArray;
 import android.os.UserHandle;
-import androidx.preference.SwitchPreference;
-import androidx.core.content.res.TypedArrayUtils;
-import androidx.preference.PreferenceManager;
-import androidx.preference.PreferenceViewHolder;
 import android.util.AttributeSet;
 import android.util.TypedValue;
 import android.view.View;
 import android.widget.TextView;
 
+import androidx.core.content.res.TypedArrayUtils;
+import androidx.preference.PreferenceManager;
+import androidx.preference.PreferenceViewHolder;
+import androidx.preference.SwitchPreference;
+
 /**
  * Version of SwitchPreference that can be disabled by a device admin
  * using a user restriction.
diff --git a/packages/SettingsLib/src/com/android/settingslib/TetherUtil.java b/packages/SettingsLib/src/com/android/settingslib/TetherUtil.java
index b8516dc..a3ab4fd 100644
--- a/packages/SettingsLib/src/com/android/settingslib/TetherUtil.java
+++ b/packages/SettingsLib/src/com/android/settingslib/TetherUtil.java
@@ -22,6 +22,7 @@
 import android.os.SystemProperties;
 import android.os.UserHandle;
 import android.telephony.CarrierConfigManager;
+
 import androidx.annotation.VisibleForTesting;
 
 public class TetherUtil {
diff --git a/packages/SettingsLib/src/com/android/settingslib/TwoTargetPreference.java b/packages/SettingsLib/src/com/android/settingslib/TwoTargetPreference.java
index 3a26f46..02895a4 100644
--- a/packages/SettingsLib/src/com/android/settingslib/TwoTargetPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/TwoTargetPreference.java
@@ -18,13 +18,14 @@
 
 import android.annotation.IntDef;
 import android.content.Context;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceViewHolder;
 import android.util.AttributeSet;
 import android.view.View;
 import android.widget.ImageView;
 import android.widget.LinearLayout;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
+
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/Utils.java b/packages/SettingsLib/src/com/android/settingslib/Utils.java
index c789c5d..6abe76a 100644
--- a/packages/SettingsLib/src/com/android/settingslib/Utils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/Utils.java
@@ -23,6 +23,7 @@
 import android.os.UserManager;
 import android.print.PrintManager;
 import android.provider.Settings;
+import android.telephony.ServiceState;
 
 import com.android.internal.annotations.VisibleForTesting;
 import com.android.internal.util.UserIcons;
@@ -391,4 +392,52 @@
                 || audioMode == AudioManager.MODE_IN_CALL
                 || audioMode == AudioManager.MODE_IN_COMMUNICATION;
     }
+
+    /**
+     * Return the service state is in-service or not.
+     * To make behavior consistent with SystemUI and Settings/AboutPhone/SIM status UI
+     *
+     * @param serviceState Service state. {@link ServiceState}
+     */
+    public static boolean isInService(ServiceState serviceState) {
+        if (serviceState == null) {
+            return false;
+        }
+        int state = getCombinedServiceState(serviceState);
+        if (state == ServiceState.STATE_POWER_OFF
+                || state == ServiceState.STATE_OUT_OF_SERVICE
+                || state == ServiceState.STATE_EMERGENCY_ONLY) {
+            return false;
+        } else {
+            return true;
+        }
+    }
+
+    /**
+     * Return the combined service state.
+     * To make behavior consistent with SystemUI and Settings/AboutPhone/SIM status UI
+     *
+     * @param serviceState Service state. {@link ServiceState}
+     */
+    public static int getCombinedServiceState(ServiceState serviceState) {
+        if (serviceState == null) {
+            return ServiceState.STATE_OUT_OF_SERVICE;
+        }
+
+        // Consider the device to be in service if either voice or data
+        // service is available. Some SIM cards are marketed as data-only
+        // and do not support voice service, and on these SIM cards, we
+        // want to show signal bars for data service as well as the "no
+        // service" or "emergency calls only" text that indicates that voice
+        // is not available.
+        int state = serviceState.getState();
+        int dataState = serviceState.getDataRegState();
+        if (state == ServiceState.STATE_OUT_OF_SERVICE
+                || state == ServiceState.STATE_EMERGENCY_ONLY) {
+            if (dataState == ServiceState.STATE_IN_SERVICE) {
+                return ServiceState.STATE_IN_SERVICE;
+            }
+        }
+        return state;
+    }
 }
diff --git a/packages/SettingsLib/src/com/android/settingslib/animation/AppearAnimationUtils.java b/packages/SettingsLib/src/com/android/settingslib/animation/AppearAnimationUtils.java
index df76125..efac6bc 100644
--- a/packages/SettingsLib/src/com/android/settingslib/animation/AppearAnimationUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/animation/AppearAnimationUtils.java
@@ -19,15 +19,12 @@
 import android.animation.Animator;
 import android.animation.AnimatorListenerAdapter;
 import android.animation.ObjectAnimator;
-import android.animation.ValueAnimator;
 import android.content.Context;
 import android.view.RenderNodeAnimator;
 import android.view.View;
-import android.view.ViewPropertyAnimator;
 import android.view.animation.AnimationUtils;
 import android.view.animation.Interpolator;
 
-import com.android.internal.widget.LockPatternView;
 import com.android.settingslib.R;
 
 /**
diff --git a/packages/SettingsLib/src/com/android/settingslib/applications/ApplicationsState.java b/packages/SettingsLib/src/com/android/settingslib/applications/ApplicationsState.java
index 21bac88..663b1f5 100644
--- a/packages/SettingsLib/src/com/android/settingslib/applications/ApplicationsState.java
+++ b/packages/SettingsLib/src/com/android/settingslib/applications/ApplicationsState.java
@@ -51,6 +51,11 @@
 import android.util.Log;
 import android.util.SparseArray;
 
+import androidx.annotation.VisibleForTesting;
+import androidx.lifecycle.Lifecycle;
+import androidx.lifecycle.LifecycleObserver;
+import androidx.lifecycle.OnLifecycleEvent;
+
 import com.android.internal.R;
 import com.android.internal.util.ArrayUtils;
 
@@ -71,11 +76,6 @@
 import java.util.UUID;
 import java.util.regex.Pattern;
 
-import androidx.annotation.VisibleForTesting;
-import androidx.lifecycle.Lifecycle;
-import androidx.lifecycle.LifecycleObserver;
-import androidx.lifecycle.OnLifecycleEvent;
-
 /**
  * Keeps track of information about all installed applications, lazy-loading
  * as needed.
diff --git a/packages/SettingsLib/src/com/android/settingslib/applications/StorageStatsSource.java b/packages/SettingsLib/src/com/android/settingslib/applications/StorageStatsSource.java
index b15f35d..b457406 100644
--- a/packages/SettingsLib/src/com/android/settingslib/applications/StorageStatsSource.java
+++ b/packages/SettingsLib/src/com/android/settingslib/applications/StorageStatsSource.java
@@ -21,6 +21,7 @@
 import android.content.Context;
 import android.content.pm.PackageManager;
 import android.os.UserHandle;
+
 import androidx.annotation.VisibleForTesting;
 
 import java.io.IOException;
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java
index 25e6831..e071b7c 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java
@@ -18,7 +18,6 @@
 
 import android.bluetooth.BluetoothA2dp;
 import android.bluetooth.BluetoothAdapter;
-import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
 import android.bluetooth.BluetoothHeadset;
 import android.bluetooth.BluetoothHearingAid;
@@ -282,6 +281,9 @@
                 cachedDevice = mDeviceManager.addDevice(device);
                 Log.d(TAG, "DeviceFoundHandler created new CachedBluetoothDevice: "
                         + cachedDevice);
+            } else if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
+                // Dispatch device add callback to show bonded BT device in discovery mode
+                dispatchDeviceAdded(cachedDevice);
             }
             cachedDevice.setRssi(rssi);
             cachedDevice.setJustDiscovered(true);
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothUtils.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothUtils.java
index d837975..ee80aa1 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothUtils.java
@@ -5,9 +5,10 @@
 import android.bluetooth.BluetoothProfile;
 import android.content.Context;
 import android.graphics.drawable.Drawable;
-import androidx.annotation.DrawableRes;
 import android.util.Pair;
 
+import androidx.annotation.DrawableRes;
+
 import com.android.settingslib.R;
 import com.android.settingslib.graph.BluetoothDeviceLayerDrawable;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java
index 68e1dfc..649900b 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java
@@ -16,6 +16,7 @@
 
 package com.android.settingslib.bluetooth;
 
+import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
 import android.bluetooth.BluetoothHearingAid;
@@ -27,7 +28,7 @@
 import android.os.SystemClock;
 import android.text.TextUtils;
 import android.util.Log;
-import android.bluetooth.BluetoothAdapter;
+
 import androidx.annotation.VisibleForTesting;
 
 import com.android.settingslib.R;
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDeviceManager.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDeviceManager.java
index 47bd853..5a64e02 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDeviceManager.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDeviceManager.java
@@ -31,8 +31,8 @@
 import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
-import java.util.Set;
 import java.util.Objects;
+import java.util.Set;
 
 /**
  * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java
index 6eaa620..1eeb4f0 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java
@@ -16,10 +16,10 @@
 
 package com.android.settingslib.bluetooth;
 
-import android.bluetooth.BluetoothHearingAid;
 import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
+import android.bluetooth.BluetoothHearingAid;
 import android.bluetooth.BluetoothProfile;
 import android.content.Context;
 import android.util.Log;
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HfpClientProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HfpClientProfile.java
index 4b4db75..f9f6233 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HfpClientProfile.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HfpClientProfile.java
@@ -16,10 +16,10 @@
 
 package com.android.settingslib.bluetooth;
 
-import android.bluetooth.BluetoothHeadsetClient;
 import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
+import android.bluetooth.BluetoothHeadsetClient;
 import android.bluetooth.BluetoothProfile;
 import android.bluetooth.BluetoothUuid;
 import android.content.Context;
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java
index 8bb8210..d254493 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java
@@ -35,8 +35,10 @@
 import android.content.Context;
 import android.content.Intent;
 import android.os.ParcelUuid;
-import androidx.annotation.VisibleForTesting;
 import android.util.Log;
+
+import androidx.annotation.VisibleForTesting;
+
 import com.android.internal.R;
 import com.android.internal.util.CollectionUtils;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/OppProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/OppProfile.java
index e5c0b14..dfd1622 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/OppProfile.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/OppProfile.java
@@ -16,12 +16,12 @@
 
 package com.android.settingslib.bluetooth;
 
-import com.android.settingslib.R;
-
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
 import android.bluetooth.BluetoothProfile;
 
+import com.android.settingslib.R;
+
 /**
  * OppProfile handles Bluetooth OPP.
  */
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapClientProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapClientProfile.java
index ad3506f..b295f24 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapClientProfile.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapClientProfile.java
@@ -16,10 +16,10 @@
 
 package com.android.settingslib.bluetooth;
 
-import android.bluetooth.BluetoothPbapClient;
 import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
+import android.bluetooth.BluetoothPbapClient;
 import android.bluetooth.BluetoothProfile;
 import android.bluetooth.BluetoothUuid;
 import android.content.Context;
diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/SapProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/SapProfile.java
index f0e259e..61602c6 100644
--- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/SapProfile.java
+++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/SapProfile.java
@@ -19,8 +19,8 @@
 import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothClass;
 import android.bluetooth.BluetoothDevice;
-import android.bluetooth.BluetoothSap;
 import android.bluetooth.BluetoothProfile;
+import android.bluetooth.BluetoothSap;
 import android.bluetooth.BluetoothUuid;
 import android.content.Context;
 import android.os.ParcelUuid;
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/AbstractPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/core/AbstractPreferenceController.java
index f4d647d..9572fb3 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/AbstractPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/AbstractPreferenceController.java
@@ -1,6 +1,7 @@
 package com.android.settingslib.core;
 
 import android.content.Context;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceGroup;
 import androidx.preference.PreferenceScreen;
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/EventLogWriter.java b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/EventLogWriter.java
index 7227304..78963f3 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/EventLogWriter.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/EventLogWriter.java
@@ -18,7 +18,6 @@
 
 import android.content.Context;
 import android.metrics.LogMaker;
-import android.util.Log;
 import android.util.Pair;
 
 import com.android.internal.logging.MetricsLogger;
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/SharedPreferencesLogger.java b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/SharedPreferencesLogger.java
index a79f125..a28e45c 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/SharedPreferencesLogger.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/SharedPreferencesLogger.java
@@ -20,11 +20,12 @@
 import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.os.AsyncTask;
-import androidx.annotation.VisibleForTesting;
 import android.text.TextUtils;
 import android.util.Log;
 import android.util.Pair;
 
+import androidx.annotation.VisibleForTesting;
+
 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
 
 import java.util.Map;
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixin.java b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixin.java
index cb1ca59d..06d7c4d 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixin.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixin.java
@@ -16,17 +16,18 @@
 
 package com.android.settingslib.core.instrumentation;
 
+import static com.android.settingslib.core.instrumentation.Instrumentable.METRICS_CATEGORY_UNKNOWN;
+
 import android.app.Activity;
+import android.content.Intent;
+import android.os.SystemClock;
+
 import androidx.lifecycle.Lifecycle.Event;
 import androidx.lifecycle.LifecycleObserver;
 import androidx.lifecycle.OnLifecycleEvent;
-import android.content.Intent;
 
-import android.os.SystemClock;
 import com.android.internal.logging.nano.MetricsProto;
 
-import static com.android.settingslib.core.instrumentation.Instrumentable.METRICS_CATEGORY_UNKNOWN;
-
 /**
  * Logs visibility change of a fragment.
  */
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/Lifecycle.java b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/Lifecycle.java
index 7ec757a..56de280 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/Lifecycle.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/Lifecycle.java
@@ -18,19 +18,20 @@
 import static androidx.lifecycle.Lifecycle.Event.ON_ANY;
 
 import android.annotation.UiThread;
-import androidx.lifecycle.LifecycleOwner;
-import androidx.lifecycle.LifecycleRegistry;
-import androidx.lifecycle.OnLifecycleEvent;
 import android.content.Context;
 import android.os.Bundle;
-import androidx.annotation.NonNull;
-import androidx.annotation.Nullable;
-import androidx.preference.PreferenceScreen;
 import android.util.Log;
 import android.view.Menu;
 import android.view.MenuInflater;
 import android.view.MenuItem;
 
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.lifecycle.LifecycleOwner;
+import androidx.lifecycle.LifecycleRegistry;
+import androidx.lifecycle.OnLifecycleEvent;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.core.lifecycle.events.OnAttach;
 import com.android.settingslib.core.lifecycle.events.OnCreate;
 import com.android.settingslib.core.lifecycle.events.OnCreateOptionsMenu;
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnCreate.java b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnCreate.java
index ada1537..ae67411 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnCreate.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnCreate.java
@@ -16,12 +16,10 @@
 package com.android.settingslib.core.lifecycle.events;
 
 
-import androidx.lifecycle.Lifecycle;
-import androidx.lifecycle.OnLifecycleEvent;
 import android.os.Bundle;
 
 /**
- * @deprecated use {@link OnLifecycleEvent(Lifecycle.Event) }
+ * @deprecated use {@link androidx.lifecycle.OnLifecycleEvent}
  */
 @Deprecated
 public interface OnCreate {
diff --git a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnPrepareOptionsMenu.java b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnPrepareOptionsMenu.java
index b9f1371..92ae9fd 100644
--- a/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnPrepareOptionsMenu.java
+++ b/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/OnPrepareOptionsMenu.java
@@ -17,7 +17,6 @@
 package com.android.settingslib.core.lifecycle.events;
 
 import android.view.Menu;
-import android.view.MenuInflater;
 
 public interface OnPrepareOptionsMenu {
     void onPrepareOptionsMenu(Menu menu);
diff --git a/packages/SettingsLib/src/com/android/settingslib/datetime/ZoneGetter.java b/packages/SettingsLib/src/com/android/settingslib/datetime/ZoneGetter.java
index 75c2533..8fac3fd 100644
--- a/packages/SettingsLib/src/com/android/settingslib/datetime/ZoneGetter.java
+++ b/packages/SettingsLib/src/com/android/settingslib/datetime/ZoneGetter.java
@@ -20,9 +20,6 @@
 import android.content.res.XmlResourceParser;
 import android.icu.text.TimeZoneFormat;
 import android.icu.text.TimeZoneNames;
-import androidx.annotation.VisibleForTesting;
-import androidx.core.text.BidiFormatter;
-import androidx.core.text.TextDirectionHeuristicsCompat;
 import android.text.SpannableString;
 import android.text.SpannableStringBuilder;
 import android.text.TextUtils;
@@ -31,6 +28,10 @@
 import android.util.Log;
 import android.view.View;
 
+import androidx.annotation.VisibleForTesting;
+import androidx.core.text.BidiFormatter;
+import androidx.core.text.TextDirectionHeuristicsCompat;
+
 import com.android.settingslib.R;
 
 import libcore.util.TimeZoneFinder;
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/AbstractEnableAdbPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/development/AbstractEnableAdbPreferenceController.java
index b512448..caabf9a 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/AbstractEnableAdbPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/AbstractEnableAdbPreferenceController.java
@@ -22,13 +22,14 @@
 import android.content.Intent;
 import android.os.UserManager;
 import android.provider.Settings;
+import android.text.TextUtils;
+
 import androidx.annotation.VisibleForTesting;
-import androidx.preference.SwitchPreference;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
+import androidx.preference.SwitchPreference;
 import androidx.preference.TwoStatePreference;
-import android.text.TextUtils;
 
 import com.android.settingslib.core.ConfirmationDialogController;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogdSizePreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogdSizePreferenceController.java
index e2f6b7b..5a82397 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogdSizePreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogdSizePreferenceController.java
@@ -19,6 +19,7 @@
 import android.content.Context;
 import android.content.Intent;
 import android.os.SystemProperties;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.ListPreference;
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogpersistPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogpersistPreferenceController.java
index f277c16..8722674 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogpersistPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/AbstractLogpersistPreferenceController.java
@@ -22,12 +22,13 @@
 import android.content.IntentFilter;
 import android.os.Bundle;
 import android.os.SystemProperties;
+import android.text.TextUtils;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.ListPreference;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.TextUtils;
 
 import com.android.settingslib.R;
 import com.android.settingslib.core.ConfirmationDialogController;
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/DeveloperOptionsPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/development/DeveloperOptionsPreferenceController.java
index 15d5522..f757aa4 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/DeveloperOptionsPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/DeveloperOptionsPreferenceController.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.development;
 
 import android.content.Context;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/DevelopmentSettingsEnabler.java b/packages/SettingsLib/src/com/android/settingslib/development/DevelopmentSettingsEnabler.java
index 13d28fc..b191f88 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/DevelopmentSettingsEnabler.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/DevelopmentSettingsEnabler.java
@@ -21,6 +21,7 @@
 import android.os.Build;
 import android.os.UserManager;
 import android.provider.Settings;
+
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 
 public class DevelopmentSettingsEnabler {
diff --git a/packages/SettingsLib/src/com/android/settingslib/development/SystemPropPoker.java b/packages/SettingsLib/src/com/android/settingslib/development/SystemPropPoker.java
index dba22d0..3f16be1 100644
--- a/packages/SettingsLib/src/com/android/settingslib/development/SystemPropPoker.java
+++ b/packages/SettingsLib/src/com/android/settingslib/development/SystemPropPoker.java
@@ -21,9 +21,10 @@
 import android.os.Parcel;
 import android.os.RemoteException;
 import android.os.ServiceManager;
+import android.util.Log;
+
 import androidx.annotation.NonNull;
 import androidx.annotation.VisibleForTesting;
-import android.util.Log;
 
 public class SystemPropPoker  {
     private static final String TAG = "SystemPropPoker";
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractBluetoothAddressPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractBluetoothAddressPreferenceController.java
index 821b4d5..7455912 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractBluetoothAddressPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractBluetoothAddressPreferenceController.java
@@ -19,10 +19,11 @@
 import android.annotation.SuppressLint;
 import android.bluetooth.BluetoothAdapter;
 import android.content.Context;
+import android.text.TextUtils;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.TextUtils;
 
 import com.android.settingslib.R;
 import com.android.settingslib.core.lifecycle.Lifecycle;
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractImsStatusPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractImsStatusPreferenceController.java
index 10260de..a5f4036 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractImsStatusPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractImsStatusPreferenceController.java
@@ -21,13 +21,14 @@
 import android.net.ConnectivityManager;
 import android.net.wifi.WifiManager;
 import android.os.PersistableBundle;
-import androidx.annotation.VisibleForTesting;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceScreen;
 import android.telephony.CarrierConfigManager;
 import android.telephony.SubscriptionManager;
 import android.telephony.TelephonyManager;
 
+import androidx.annotation.VisibleForTesting;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.R;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractIpAddressPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractIpAddressPreferenceController.java
index 45cd866..24da72e 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractIpAddressPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractIpAddressPreferenceController.java
@@ -20,6 +20,7 @@
 import android.net.ConnectivityManager;
 import android.net.LinkProperties;
 import android.net.wifi.WifiManager;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractSerialNumberPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractSerialNumberPreferenceController.java
index 60b29fb..d28792e 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractSerialNumberPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractSerialNumberPreferenceController.java
@@ -18,10 +18,11 @@
 
 import android.content.Context;
 import android.os.Build;
+import android.text.TextUtils;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.TextUtils;
 
 import com.android.settingslib.core.AbstractPreferenceController;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractUptimePreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractUptimePreferenceController.java
index ba93970..5f72269 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractUptimePreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractUptimePreferenceController.java
@@ -20,10 +20,11 @@
 import android.os.Handler;
 import android.os.Message;
 import android.os.SystemClock;
+import android.text.format.DateUtils;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.format.DateUtils;
 
 import com.android.settingslib.core.AbstractPreferenceController;
 import com.android.settingslib.core.lifecycle.Lifecycle;
diff --git a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractWifiMacAddressPreferenceController.java b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractWifiMacAddressPreferenceController.java
index ffbda3a..9699294 100644
--- a/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractWifiMacAddressPreferenceController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/deviceinfo/AbstractWifiMacAddressPreferenceController.java
@@ -22,10 +22,11 @@
 import android.net.wifi.WifiInfo;
 import android.net.wifi.WifiManager;
 import android.provider.Settings;
+import android.text.TextUtils;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.TextUtils;
 
 import com.android.settingslib.R;
 import com.android.settingslib.core.lifecycle.Lifecycle;
diff --git a/packages/SettingsLib/src/com/android/settingslib/display/DisplayDensityUtils.java b/packages/SettingsLib/src/com/android/settingslib/display/DisplayDensityUtils.java
index af8fd4c..e0ca1ab 100644
--- a/packages/SettingsLib/src/com/android/settingslib/display/DisplayDensityUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/display/DisplayDensityUtils.java
@@ -16,11 +16,8 @@
 
 package com.android.settingslib.display;
 
-import com.android.settingslib.R;
-
 import android.content.Context;
 import android.content.res.Resources;
-import android.hardware.display.DisplayManager;
 import android.os.AsyncTask;
 import android.os.RemoteException;
 import android.os.UserHandle;
@@ -31,6 +28,8 @@
 import android.view.IWindowManager;
 import android.view.WindowManagerGlobal;
 
+import com.android.settingslib.R;
+
 import java.util.Arrays;
 
 /**
diff --git a/packages/SettingsLib/src/com/android/settingslib/fuelgauge/PowerWhitelistBackend.java b/packages/SettingsLib/src/com/android/settingslib/fuelgauge/PowerWhitelistBackend.java
index 94efc71..9feacac 100644
--- a/packages/SettingsLib/src/com/android/settingslib/fuelgauge/PowerWhitelistBackend.java
+++ b/packages/SettingsLib/src/com/android/settingslib/fuelgauge/PowerWhitelistBackend.java
@@ -28,11 +28,11 @@
 import android.util.ArraySet;
 import android.util.Log;
 
+import androidx.annotation.VisibleForTesting;
+
 import com.android.internal.telephony.SmsApplication;
 import com.android.internal.util.ArrayUtils;
 
-import androidx.annotation.VisibleForTesting;
-
 /**
  * Handles getting/changing the whitelist for the exceptions to battery saving features.
  */
diff --git a/packages/SettingsLib/src/com/android/settingslib/graph/BluetoothDeviceLayerDrawable.java b/packages/SettingsLib/src/com/android/settingslib/graph/BluetoothDeviceLayerDrawable.java
index d0804bb..f01eb2a 100644
--- a/packages/SettingsLib/src/com/android/settingslib/graph/BluetoothDeviceLayerDrawable.java
+++ b/packages/SettingsLib/src/com/android/settingslib/graph/BluetoothDeviceLayerDrawable.java
@@ -19,18 +19,13 @@
 import android.annotation.NonNull;
 import android.content.Context;
 import android.content.res.Resources;
-import android.graphics.Bitmap;
-import android.graphics.Canvas;
-import android.graphics.Matrix;
 import android.graphics.PorterDuff;
 import android.graphics.PorterDuffColorFilter;
-import android.graphics.Rect;
-import android.graphics.drawable.BitmapDrawable;
 import android.graphics.drawable.Drawable;
 import android.graphics.drawable.LayerDrawable;
-import androidx.annotation.VisibleForTesting;
 import android.view.Gravity;
-import android.view.View;
+
+import androidx.annotation.VisibleForTesting;
 
 import com.android.settingslib.R;
 import com.android.settingslib.Utils;
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManager.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManager.java
index 628e70a..117b48f 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManager.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManager.java
@@ -19,16 +19,17 @@
 import android.content.Context;
 import android.content.pm.PackageManager;
 import android.content.res.Configuration;
-import androidx.preference.PreferenceFragment;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceCategory;
-import androidx.preference.PreferenceScreen;
-import androidx.preference.TwoStatePreference;
 import android.text.TextUtils;
 import android.view.inputmethod.InputMethodInfo;
 import android.view.inputmethod.InputMethodManager;
 import android.view.inputmethod.InputMethodSubtype;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceCategory;
+import androidx.preference.PreferenceFragment;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.TwoStatePreference;
+
 import com.android.settingslib.R;
 
 import java.text.Collator;
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManagerCompat.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManagerCompat.java
index ad1368c..6f8c7ac 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManagerCompat.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeEnablerManagerCompat.java
@@ -24,6 +24,12 @@
 import android.view.inputmethod.InputMethodManager;
 import android.view.inputmethod.InputMethodSubtype;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceCategory;
+import androidx.preference.PreferenceFragmentCompat;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.TwoStatePreference;
+
 import com.android.settingslib.R;
 
 import java.text.Collator;
@@ -31,12 +37,6 @@
 import java.util.HashMap;
 import java.util.List;
 
-import androidx.preference.Preference;
-import androidx.preference.PreferenceCategory;
-import androidx.preference.PreferenceFragmentCompat;
-import androidx.preference.PreferenceScreen;
-import androidx.preference.TwoStatePreference;
-
 public class InputMethodAndSubtypeEnablerManagerCompat implements
         Preference.OnPreferenceChangeListener {
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtil.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtil.java
index 026bbd4..057123b 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtil.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtil.java
@@ -25,15 +25,16 @@
 import android.icu.text.ListFormatter;
 import android.provider.Settings;
 import android.provider.Settings.SettingNotFoundException;
-import androidx.preference.PreferenceFragment;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceScreen;
-import androidx.preference.TwoStatePreference;
 import android.text.TextUtils;
 import android.util.Log;
 import android.view.inputmethod.InputMethodInfo;
 import android.view.inputmethod.InputMethodSubtype;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceFragment;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.TwoStatePreference;
+
 import com.android.internal.app.LocaleHelper;
 
 import java.util.HashMap;
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtilCompat.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtilCompat.java
index 9ad2adb..692dfbf 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtilCompat.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodAndSubtypeUtilCompat.java
@@ -30,6 +30,11 @@
 import android.view.inputmethod.InputMethodInfo;
 import android.view.inputmethod.InputMethodSubtype;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceFragmentCompat;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.TwoStatePreference;
+
 import com.android.internal.app.LocaleHelper;
 
 import java.util.HashMap;
@@ -38,11 +43,6 @@
 import java.util.Locale;
 import java.util.Map;
 
-import androidx.preference.Preference;
-import androidx.preference.PreferenceFragmentCompat;
-import androidx.preference.PreferenceScreen;
-import androidx.preference.TwoStatePreference;
-
 // TODO: Consolidate this with {@link InputMethodSettingValuesWrapper}.
 public class InputMethodAndSubtypeUtilCompat {
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodPreference.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodPreference.java
index 2dec6c3..221e0dd 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodPreference.java
@@ -24,9 +24,6 @@
 import android.content.Intent;
 import android.content.res.Configuration;
 import android.os.UserHandle;
-import androidx.preference.Preference;
-import androidx.preference.Preference.OnPreferenceChangeListener;
-import androidx.preference.Preference.OnPreferenceClickListener;
 import android.text.TextUtils;
 import android.util.Log;
 import android.view.inputmethod.InputMethodInfo;
@@ -34,6 +31,10 @@
 import android.view.inputmethod.InputMethodSubtype;
 import android.widget.Toast;
 
+import androidx.preference.Preference;
+import androidx.preference.Preference.OnPreferenceChangeListener;
+import androidx.preference.Preference.OnPreferenceClickListener;
+
 import com.android.internal.annotations.VisibleForTesting;
 import com.android.settingslib.R;
 import com.android.settingslib.RestrictedLockUtils;
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodSubtypePreference.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodSubtypePreference.java
index bb43581..69bfffb 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodSubtypePreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/InputMethodSubtypePreference.java
@@ -17,11 +17,12 @@
 package com.android.settingslib.inputmethod;
 
 import android.content.Context;
-import androidx.preference.Preference;
 import android.text.TextUtils;
 import android.view.inputmethod.InputMethodInfo;
 import android.view.inputmethod.InputMethodSubtype;
 
+import androidx.preference.Preference;
+
 import com.android.internal.annotations.VisibleForTesting;
 
 import java.text.Collator;
diff --git a/packages/SettingsLib/src/com/android/settingslib/inputmethod/SwitchWithNoTextPreference.java b/packages/SettingsLib/src/com/android/settingslib/inputmethod/SwitchWithNoTextPreference.java
index 2b38697..2360298 100644
--- a/packages/SettingsLib/src/com/android/settingslib/inputmethod/SwitchWithNoTextPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/inputmethod/SwitchWithNoTextPreference.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.inputmethod;
 
 import android.content.Context;
+
 import androidx.preference.SwitchPreference;
 
 public class SwitchWithNoTextPreference extends SwitchPreference {
diff --git a/packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlGeneratorFromXml.java b/packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlGeneratorFromXml.java
index 444c19c..42306f6 100644
--- a/packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlGeneratorFromXml.java
+++ b/packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlGeneratorFromXml.java
@@ -16,11 +16,12 @@
 
 package com.android.settingslib.license;
 
-import androidx.annotation.VisibleForTesting;
 import android.text.TextUtils;
 import android.util.Log;
 import android.util.Xml;
 
+import androidx.annotation.VisibleForTesting;
+
 import org.xmlpull.v1.XmlPullParser;
 import org.xmlpull.v1.XmlPullParserException;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java b/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java
index 96bed93..b8e1251 100644
--- a/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java
+++ b/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java
@@ -25,10 +25,12 @@
 import android.os.Process;
 import android.os.UserHandle;
 import android.os.UserManager;
-import androidx.annotation.VisibleForTesting;
 import android.text.format.DateUtils;
 import android.util.IconDrawableFactory;
 import android.util.Log;
+
+import androidx.annotation.VisibleForTesting;
+
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Comparator;
diff --git a/packages/SettingsLib/src/com/android/settingslib/net/ChartDataLoaderCompat.java b/packages/SettingsLib/src/com/android/settingslib/net/ChartDataLoaderCompat.java
index 3adbd4d..c3241bb 100644
--- a/packages/SettingsLib/src/com/android/settingslib/net/ChartDataLoaderCompat.java
+++ b/packages/SettingsLib/src/com/android/settingslib/net/ChartDataLoaderCompat.java
@@ -30,10 +30,10 @@
 import android.os.Bundle;
 import android.os.RemoteException;
 
-import com.android.settingslib.AppItem;
-
 import androidx.loader.content.AsyncTaskLoader;
 
+import com.android.settingslib.AppItem;
+
 /**
  * Loader for historical chart data for both network and UID details.
  */
diff --git a/packages/SettingsLib/src/com/android/settingslib/net/UidDetailProvider.java b/packages/SettingsLib/src/com/android/settingslib/net/UidDetailProvider.java
index 224b967..c14f558 100644
--- a/packages/SettingsLib/src/com/android/settingslib/net/UidDetailProvider.java
+++ b/packages/SettingsLib/src/com/android/settingslib/net/UidDetailProvider.java
@@ -28,9 +28,9 @@
 import android.graphics.drawable.Drawable;
 import android.net.ConnectivityManager;
 import android.net.TrafficStats;
-import android.os.UserManager;
-import android.os.UserHandle;
 import android.os.RemoteException;
+import android.os.UserHandle;
+import android.os.UserManager;
 import android.text.TextUtils;
 import android.util.Log;
 import android.util.SparseArray;
diff --git a/packages/SettingsLib/src/com/android/settingslib/notification/ZenDurationDialog.java b/packages/SettingsLib/src/com/android/settingslib/notification/ZenDurationDialog.java
index 0ef46a1..b9197fe 100644
--- a/packages/SettingsLib/src/com/android/settingslib/notification/ZenDurationDialog.java
+++ b/packages/SettingsLib/src/com/android/settingslib/notification/ZenDurationDialog.java
@@ -33,6 +33,9 @@
 import android.widget.ScrollView;
 import android.widget.TextView;
 
+import androidx.annotation.VisibleForTesting;
+import androidx.appcompat.app.AlertDialog;
+
 import com.android.internal.logging.MetricsLogger;
 import com.android.internal.logging.nano.MetricsProto;
 import com.android.internal.policy.PhoneWindow;
@@ -40,9 +43,6 @@
 
 import java.util.Arrays;
 
-import androidx.annotation.VisibleForTesting;
-import androidx.appcompat.app.AlertDialog;
-
 public class ZenDurationDialog {
     private static final int[] MINUTE_BUCKETS = ZenModeConfig.MINUTE_BUCKETS;
     @VisibleForTesting protected static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0];
diff --git a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java
index 6a8b01a..ec77487 100644
--- a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java
+++ b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java
@@ -24,9 +24,10 @@
 import android.os.RemoteException;
 import android.service.settings.suggestions.ISuggestionService;
 import android.service.settings.suggestions.Suggestion;
+import android.util.Log;
+
 import androidx.annotation.Nullable;
 import androidx.annotation.WorkerThread;
-import android.util.Log;
 
 import java.util.List;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixin.java b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixin.java
index ee8b6fe..6597daa 100644
--- a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixin.java
+++ b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixin.java
@@ -17,15 +17,16 @@
 package com.android.settingslib.suggestions;
 
 import android.app.LoaderManager;
-import androidx.lifecycle.OnLifecycleEvent;
 import android.content.ComponentName;
 import android.content.Context;
 import android.content.Loader;
 import android.os.Bundle;
 import android.service.settings.suggestions.Suggestion;
-import androidx.annotation.Nullable;
 import android.util.Log;
 
+import androidx.annotation.Nullable;
+import androidx.lifecycle.OnLifecycleEvent;
+
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
 import java.util.List;
diff --git a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompat.java b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompat.java
index 1791217..eea49bc 100644
--- a/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompat.java
+++ b/packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompat.java
@@ -23,15 +23,15 @@
 import android.service.settings.suggestions.Suggestion;
 import android.util.Log;
 
-import com.android.settingslib.core.lifecycle.Lifecycle;
-
-import java.util.List;
-
 import androidx.annotation.Nullable;
 import androidx.lifecycle.OnLifecycleEvent;
 import androidx.loader.app.LoaderManager;
 import androidx.loader.content.Loader;
 
+import com.android.settingslib.core.lifecycle.Lifecycle;
+
+import java.util.List;
+
 /**
  * Manages IPC communication to SettingsIntelligence for suggestion related services.
  */
diff --git a/packages/SettingsLib/src/com/android/settingslib/users/AppRestrictionsHelper.java b/packages/SettingsLib/src/com/android/settingslib/users/AppRestrictionsHelper.java
index 7cdbe71..9451b36 100644
--- a/packages/SettingsLib/src/com/android/settingslib/users/AppRestrictionsHelper.java
+++ b/packages/SettingsLib/src/com/android/settingslib/users/AppRestrictionsHelper.java
@@ -31,12 +31,13 @@
 import android.os.RemoteException;
 import android.os.UserHandle;
 import android.os.UserManager;
-import androidx.annotation.VisibleForTesting;
 import android.text.TextUtils;
 import android.util.Log;
 import android.view.inputmethod.InputMethodInfo;
 import android.view.inputmethod.InputMethodManager;
 
+import androidx.annotation.VisibleForTesting;
+
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Comparator;
diff --git a/packages/SettingsLib/src/com/android/settingslib/utils/IconCache.java b/packages/SettingsLib/src/com/android/settingslib/utils/IconCache.java
index f0548ff..c8c8ac2 100644
--- a/packages/SettingsLib/src/com/android/settingslib/utils/IconCache.java
+++ b/packages/SettingsLib/src/com/android/settingslib/utils/IconCache.java
@@ -19,6 +19,7 @@
 import android.content.Context;
 import android.graphics.drawable.Drawable;
 import android.graphics.drawable.Icon;
+
 import androidx.annotation.VisibleForTesting;
 import androidx.collection.ArrayMap;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/utils/PowerUtil.java b/packages/SettingsLib/src/com/android/settingslib/utils/PowerUtil.java
index e16da84..fa59688 100644
--- a/packages/SettingsLib/src/com/android/settingslib/utils/PowerUtil.java
+++ b/packages/SettingsLib/src/com/android/settingslib/utils/PowerUtil.java
@@ -22,9 +22,10 @@
 import android.icu.text.MeasureFormat.FormatWidth;
 import android.icu.util.Measure;
 import android.icu.util.MeasureUnit;
-import androidx.annotation.Nullable;
 import android.text.TextUtils;
 
+import androidx.annotation.Nullable;
+
 import com.android.settingslib.R;
 
 import java.time.Instant;
diff --git a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreference.java b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreference.java
index 87a56c75..f02044d 100644
--- a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreference.java
@@ -17,13 +17,14 @@
 package com.android.settingslib.widget;
 
 import android.content.Context;
-import androidx.core.content.res.TypedArrayUtils;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceViewHolder;
 import android.text.method.LinkMovementMethod;
 import android.util.AttributeSet;
 import android.widget.TextView;
 
+import androidx.core.content.res.TypedArrayUtils;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
+
 import com.android.settingslib.R;
 
 /**
diff --git a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixin.java b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixin.java
index 5883754..2987c15 100644
--- a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixin.java
+++ b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixin.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.widget;
 
 import android.content.Context;
+
 import androidx.preference.PreferenceFragment;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixinCompat.java b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixinCompat.java
index 260ac83..d45e56d 100644
--- a/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixinCompat.java
+++ b/packages/SettingsLib/src/com/android/settingslib/widget/FooterPreferenceMixinCompat.java
@@ -18,13 +18,13 @@
 
 import android.content.Context;
 
+import androidx.preference.PreferenceFragmentCompat;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.core.lifecycle.Lifecycle;
 import com.android.settingslib.core.lifecycle.LifecycleObserver;
 import com.android.settingslib.core.lifecycle.events.SetPreferenceScreen;
 
-import androidx.preference.PreferenceFragmentCompat;
-import androidx.preference.PreferenceScreen;
-
 public class FooterPreferenceMixinCompat implements LifecycleObserver, SetPreferenceScreen {
 
     private final PreferenceFragmentCompat mFragment;
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
index 18a44ed..e950e8e 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
@@ -48,14 +48,12 @@
 import android.os.ServiceManager;
 import android.os.SystemClock;
 import android.os.UserHandle;
-import androidx.annotation.NonNull;
-import android.text.Spannable;
-import android.text.SpannableString;
 import android.text.TextUtils;
-import android.text.style.TtsSpan;
 import android.util.ArraySet;
 import android.util.Log;
 
+import androidx.annotation.NonNull;
+
 import com.android.internal.annotations.VisibleForTesting;
 import com.android.settingslib.R;
 import com.android.settingslib.utils.ThreadUtils;
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPointPreference.java b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPointPreference.java
index aa29f5a..f3c43cc 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPointPreference.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPointPreference.java
@@ -25,9 +25,6 @@
 import android.net.wifi.WifiConfiguration;
 import android.os.Looper;
 import android.os.UserHandle;
-import androidx.annotation.VisibleForTesting;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceViewHolder;
 import android.text.TextUtils;
 import android.util.AttributeSet;
 import android.util.SparseArray;
@@ -35,9 +32,12 @@
 import android.widget.ImageView;
 import android.widget.TextView;
 
+import androidx.annotation.VisibleForTesting;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
+
 import com.android.settingslib.R;
 import com.android.settingslib.TronUtils;
-import com.android.settingslib.TwoTargetPreference;
 import com.android.settingslib.Utils;
 import com.android.settingslib.wifi.AccessPoint.Speed;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/TestAccessPointBuilder.java b/packages/SettingsLib/src/com/android/settingslib/wifi/TestAccessPointBuilder.java
index 5862e6f..afea5d2 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/TestAccessPointBuilder.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/TestAccessPointBuilder.java
@@ -24,6 +24,7 @@
 import android.net.wifi.WifiInfo;
 import android.os.Bundle;
 import android.os.Parcelable;
+
 import androidx.annotation.Keep;
 
 import com.android.settingslib.wifi.AccessPoint.Speed;
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java
index 6211d12..9050b4b 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java
@@ -41,15 +41,16 @@
 import android.os.Process;
 import android.os.SystemClock;
 import android.provider.Settings;
-import androidx.annotation.GuardedBy;
-import androidx.annotation.NonNull;
-import androidx.annotation.VisibleForTesting;
 import android.text.format.DateUtils;
 import android.util.ArrayMap;
 import android.util.ArraySet;
 import android.util.Log;
 import android.widget.Toast;
 
+import androidx.annotation.GuardedBy;
+import androidx.annotation.NonNull;
+import androidx.annotation.VisibleForTesting;
+
 import com.android.settingslib.R;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 import com.android.settingslib.core.lifecycle.LifecycleObserver;
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTrackerFactory.java b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTrackerFactory.java
index e73d952..93e4fce 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTrackerFactory.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTrackerFactory.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.wifi;
 
 import android.content.Context;
+
 import androidx.annotation.Keep;
 import androidx.annotation.NonNull;
 
diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiUtils.java b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiUtils.java
index 4792317..4e6c005 100644
--- a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiUtils.java
+++ b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiUtils.java
@@ -21,6 +21,7 @@
 import android.net.wifi.WifiConfiguration;
 import android.net.wifi.WifiInfo;
 import android.os.SystemClock;
+
 import androidx.annotation.VisibleForTesting;
 
 import com.android.settingslib.R;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedLockUtilsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedLockUtilsTest.java
index 710dbc22..bf49ef3 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedLockUtilsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedLockUtilsTest.java
@@ -20,8 +20,11 @@
 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT;
 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS;
+
 import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
+
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Matchers.any;
 import static org.mockito.Matchers.eq;
 import static org.mockito.Mockito.doReturn;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedPreferenceHelperTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedPreferenceHelperTest.java
index f00ae0b..79d682d6 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedPreferenceHelperTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/RestrictedPreferenceHelperTest.java
@@ -24,11 +24,12 @@
 import static org.mockito.Mockito.when;
 
 import android.content.Context;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceViewHolder;
 import android.view.View;
 import android.widget.TextView;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
+
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TetherUtilTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TetherUtilTest.java
index fc0203a..e70baa1 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TetherUtilTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TetherUtilTest.java
@@ -23,9 +23,9 @@
 import static org.mockito.Mockito.when;
 
 import android.content.Context;
+import android.net.ConnectivityManager;
 import android.os.UserHandle;
 import android.os.UserManager;
-import android.net.ConnectivityManager;
 
 import org.junit.Before;
 import org.junit.Test;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TwoTargetPreferenceTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TwoTargetPreferenceTest.java
index efd7de3..c0b69f2 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TwoTargetPreferenceTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/TwoTargetPreferenceTest.java
@@ -19,16 +19,19 @@
 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_DEFAULT;
 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_MEDIUM;
 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_SMALL;
+
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.spy;
 
 import android.content.Context;
-import androidx.preference.PreferenceViewHolder;
 import android.view.View;
 import android.view.ViewGroup;
 import android.widget.LinearLayout;
 
+import androidx.preference.PreferenceViewHolder;
+
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/UtilsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/UtilsTest.java
index 09a2bd2..47e51f3 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/UtilsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/UtilsTest.java
@@ -20,6 +20,7 @@
 import static com.android.settingslib.Utils.STORAGE_MANAGER_SHOW_OPT_IN_PROPERTY;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.ArgumentMatchers.argThat;
 import static org.mockito.Matchers.eq;
 import static org.mockito.Mockito.mock;
@@ -39,6 +40,7 @@
 import android.os.UserHandle;
 import android.provider.Settings;
 import android.provider.Settings.Secure;
+import android.telephony.ServiceState;
 import android.text.TextUtils;
 
 import org.junit.Before;
@@ -74,6 +76,8 @@
     private Context mContext;
     @Mock
     private LocationManager mLocationManager;
+    @Mock
+    private ServiceState mServiceState;
 
     @Before
     public void setUp() {
@@ -226,4 +230,71 @@
 
         assertThat(Utils.isAudioModeOngoingCall(mContext)).isFalse();
     }
+
+    @Test
+    public void isInService_servicestateNull_returnFalse() {
+        assertThat(Utils.isInService(null)).isFalse();
+    }
+
+    @Test
+    public void isInService_voiceInService_returnTrue() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_IN_SERVICE);
+        assertThat(Utils.isInService(mServiceState)).isTrue();
+    }
+
+    @Test
+    public void isInService_voiceOutOfServiceDataInService_returnTrue() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        when(mServiceState.getDataRegState()).thenReturn(ServiceState.STATE_IN_SERVICE);
+        assertThat(Utils.isInService(mServiceState)).isTrue();
+    }
+
+    @Test
+    public void isInService_voiceOutOfServiceDataOutOfService_returnFalse() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        when(mServiceState.getDataRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        assertThat(Utils.isInService(mServiceState)).isFalse();
+    }
+
+    @Test
+    public void isInService_ServiceStatePowerOff_returnFalse() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_POWER_OFF);
+        assertThat(Utils.isInService(mServiceState)).isFalse();
+    }
+
+    @Test
+    public void getCombinedServiceState_servicestateNull_returnOutOfService() {
+        assertThat(Utils.getCombinedServiceState(null)).isEqualTo(
+                ServiceState.STATE_OUT_OF_SERVICE);
+    }
+
+    @Test
+    public void getCombinedServiceState_ServiceStatePowerOff_returnPowerOff() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_POWER_OFF);
+        assertThat(Utils.getCombinedServiceState(mServiceState)).isEqualTo(
+                ServiceState.STATE_POWER_OFF);
+    }
+
+    @Test
+    public void getCombinedServiceState_voiceInService_returnInService() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_IN_SERVICE);
+        assertThat(Utils.getCombinedServiceState(mServiceState)).isEqualTo(
+                ServiceState.STATE_IN_SERVICE);
+    }
+
+    @Test
+    public void getCombinedServiceState_voiceOutOfServiceDataInService_returnInService() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        when(mServiceState.getDataRegState()).thenReturn(ServiceState.STATE_IN_SERVICE);
+        assertThat(Utils.getCombinedServiceState(mServiceState)).isEqualTo(
+                ServiceState.STATE_IN_SERVICE);
+    }
+
+    @Test
+    public void getCombinedServiceState_voiceOutOfServiceDataOutOfService_returnOutOfService() {
+        when(mServiceState.getState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        when(mServiceState.getDataRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE);
+        assertThat(Utils.getCombinedServiceState(mServiceState)).isEqualTo(
+                ServiceState.STATE_OUT_OF_SERVICE);
+    }
 }
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ApplicationsStateRoboTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ApplicationsStateRoboTest.java
index 2dbabe0..19ce4242 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ApplicationsStateRoboTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ApplicationsStateRoboTest.java
@@ -25,7 +25,6 @@
 
 import android.annotation.UserIdInt;
 import android.app.ApplicationPackageManager;
-import android.app.usage.IStorageStatsManager;
 import android.app.usage.StorageStats;
 import android.app.usage.StorageStatsManager;
 import android.content.ComponentName;
@@ -42,10 +41,10 @@
 import android.os.UserHandle;
 import android.util.IconDrawableFactory;
 
+import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.applications.ApplicationsState.AppEntry;
 import com.android.settingslib.applications.ApplicationsState.Callbacks;
 import com.android.settingslib.applications.ApplicationsState.Session;
-import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.testutils.shadow.ShadowUserManager;
 
 import org.junit.Before;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ServiceListingTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ServiceListingTest.java
index 060b716..d8c459c 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ServiceListingTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ServiceListingTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.applications;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.ArgumentMatchers.anyList;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.times;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/MetricsFeatureProviderTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/MetricsFeatureProviderTest.java
index 5c19e61..f4fd779 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/MetricsFeatureProviderTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/MetricsFeatureProviderTest.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.core.instrumentation;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Matchers.anyString;
 import static org.mockito.Matchers.eq;
 import static org.mockito.Mockito.verify;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/SharedPreferenceLoggerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/SharedPreferenceLoggerTest.java
index 017d373..be671e6 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/SharedPreferenceLoggerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/SharedPreferenceLoggerTest.java
@@ -15,10 +15,15 @@
  */
 package com.android.settingslib.core.instrumentation;
 
-import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.ACTION_SETTINGS_PREFERENCE_CHANGE;
-import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_SETTINGS_PREFERENCE_CHANGE_FLOAT_VALUE;
-import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_SETTINGS_PREFERENCE_CHANGE_INT_VALUE;
-import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_SETTINGS_PREFERENCE_CHANGE_NAME;
+import static com.android.internal.logging.nano.MetricsProto.MetricsEvent
+        .ACTION_SETTINGS_PREFERENCE_CHANGE;
+import static com.android.internal.logging.nano.MetricsProto.MetricsEvent
+        .FIELD_SETTINGS_PREFERENCE_CHANGE_FLOAT_VALUE;
+import static com.android.internal.logging.nano.MetricsProto.MetricsEvent
+        .FIELD_SETTINGS_PREFERENCE_CHANGE_INT_VALUE;
+import static com.android.internal.logging.nano.MetricsProto.MetricsEvent
+        .FIELD_SETTINGS_PREFERENCE_CHANGE_NAME;
+
 import static org.mockito.Matchers.any;
 import static org.mockito.Matchers.anyInt;
 import static org.mockito.Matchers.argThat;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixinTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixinTest.java
index f34c338..f78573a 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixinTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/VisibilityLoggerMixinTest.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.core.instrumentation;
 
 import static com.android.settingslib.core.instrumentation.Instrumentable.METRICS_CATEGORY_UNKNOWN;
+
 import static org.mockito.ArgumentMatchers.nullable;
 import static org.mockito.Matchers.any;
 import static org.mockito.Matchers.anyInt;
@@ -30,6 +31,7 @@
 import android.content.Context;
 import android.content.Intent;
 import android.os.Bundle;
+
 import androidx.fragment.app.FragmentActivity;
 
 import com.android.internal.logging.nano.MetricsProto;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/LifecycleTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/LifecycleTest.java
index 28828a0..c23ad79 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/LifecycleTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/LifecycleTest.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.core.lifecycle;
 
 import static androidx.lifecycle.Lifecycle.Event.ON_START;
+
 import static com.google.common.truth.Truth.assertThat;
 
 import android.content.Context;
@@ -25,6 +26,8 @@
 import android.view.MenuItem;
 import android.widget.LinearLayout;
 
+import androidx.lifecycle.LifecycleOwner;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.events.OnAttach;
 import com.android.settingslib.core.lifecycle.events.OnCreateOptionsMenu;
@@ -43,8 +46,6 @@
 import org.robolectric.Robolectric;
 import org.robolectric.android.controller.ActivityController;
 
-import androidx.lifecycle.LifecycleOwner;
-
 @RunWith(SettingsLibRobolectricTestRunner.class)
 public class LifecycleTest {
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/EnableAdbPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/EnableAdbPreferenceControllerTest.java
index 7c65335..2a608399 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/EnableAdbPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/EnableAdbPreferenceControllerTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.development;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Answers.RETURNS_DEEP_STUBS;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.spy;
@@ -26,9 +27,10 @@
 import android.content.pm.PackageManager;
 import android.os.UserManager;
 import android.provider.Settings;
-import androidx.preference.SwitchPreference;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
+import androidx.preference.SwitchPreference;
 
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogdSizePreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogdSizePreferenceControllerTest.java
index ae3072c..2f78899 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogdSizePreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogdSizePreferenceControllerTest.java
@@ -40,6 +40,7 @@
 
 import android.content.Context;
 import android.os.SystemProperties;
+
 import androidx.preference.ListPreference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogpersistPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogpersistPreferenceControllerTest.java
index b0aaa25..ed128e0 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogpersistPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/LogpersistPreferenceControllerTest.java
@@ -17,12 +17,14 @@
 package com.android.settingslib.development;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.atLeastOnce;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.verify;
 
-import androidx.lifecycle.LifecycleOwner;
 import android.os.SystemProperties;
+
+import androidx.lifecycle.LifecycleOwner;
 import androidx.preference.ListPreference;
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/BluetoothAddressPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/BluetoothAddressPreferenceControllerTest.java
index 8ec7149..234b4d5 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/BluetoothAddressPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/BluetoothAddressPreferenceControllerTest.java
@@ -22,6 +22,7 @@
 
 import android.bluetooth.BluetoothAdapter;
 import android.content.Context;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ConnectivityPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ConnectivityPreferenceControllerTest.java
index 7c127e5..aee956c 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ConnectivityPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ConnectivityPreferenceControllerTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.deviceinfo;
 
 import static com.google.common.truth.Truth.assertWithMessage;
+
 import static org.mockito.ArgumentMatchers.anyString;
 import static org.mockito.ArgumentMatchers.nullable;
 import static org.mockito.Mockito.doReturn;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ImsStatusPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ImsStatusPreferenceControllerTest.java
index cb7861b..2b490ee 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ImsStatusPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ImsStatusPreferenceControllerTest.java
@@ -17,17 +17,19 @@
 package com.android.settingslib.deviceinfo;
 
 import static com.google.common.truth.Truth.assertWithMessage;
+
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;
 
 import android.content.Context;
 import android.os.PersistableBundle;
-import androidx.preference.Preference;
-import androidx.preference.PreferenceScreen;
 import android.telephony.CarrierConfigManager;
 import android.telephony.SubscriptionManager;
 
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/IpAddressPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/IpAddressPreferenceControllerTest.java
index 8f144cd..1d957c3 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/IpAddressPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/IpAddressPreferenceControllerTest.java
@@ -23,6 +23,7 @@
 import android.content.Context;
 import android.net.ConnectivityManager;
 import android.net.wifi.WifiManager;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SerialNumberPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SerialNumberPreferenceControllerTest.java
index 69fb86e..dc77400 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SerialNumberPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SerialNumberPreferenceControllerTest.java
@@ -17,9 +17,11 @@
 package com.android.settingslib.deviceinfo;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.when;
 
 import android.content.Context;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SimStatusImeiInfoPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SimStatusImeiInfoPreferenceControllerTest.java
index eaae405..eb77cb6 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SimStatusImeiInfoPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/SimStatusImeiInfoPreferenceControllerTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.deviceinfo;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.robolectric.shadow.api.Shadow.extract;
 
 import android.net.ConnectivityManager;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/UptimePreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/UptimePreferenceControllerTest.java
index 20ce465..2e0348d 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/UptimePreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/UptimePreferenceControllerTest.java
@@ -23,9 +23,10 @@
 
 import android.content.Context;
 import android.os.SystemClock;
+import android.text.format.DateUtils;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
-import android.text.format.DateUtils;
 
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/WifiMacAddressPreferenceControllerTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/WifiMacAddressPreferenceControllerTest.java
index 757df5b..359ea77 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/WifiMacAddressPreferenceControllerTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/WifiMacAddressPreferenceControllerTest.java
@@ -18,6 +18,7 @@
 
 import static com.google.common.truth.Truth.assertThat;
 import static com.google.common.truth.Truth.assertWithMessage;
+
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.spy;
 
@@ -27,6 +28,7 @@
 import android.net.wifi.WifiInfo;
 import android.net.wifi.WifiManager;
 import android.provider.Settings;
+
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/BrightnessUtilsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/BrightnessUtilsTest.java
index eb7ad6d..ca621ca 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/BrightnessUtilsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/BrightnessUtilsTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.display;
 
 import static com.android.settingslib.display.BrightnessUtils.GAMMA_SPACE_MAX;
+
 import static com.google.common.truth.Truth.assertThat;
 
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/CategoryKeyTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/CategoryKeyTest.java
index c495511..59a3dd6 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/CategoryKeyTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/CategoryKeyTest.java
@@ -24,7 +24,6 @@
 
 import org.junit.Test;
 import org.junit.runner.RunWith;
-import org.robolectric.RobolectricTestRunner;
 
 import java.util.Set;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/BatterySaverUtilsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/BatterySaverUtilsTest.java
index ba5a2c5..de96af4 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/BatterySaverUtilsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/BatterySaverUtilsTest.java
@@ -17,8 +17,8 @@
 package com.android.settingslib.fuelgauge;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.ArgumentMatchers.anyBoolean;
 import static org.mockito.ArgumentMatchers.eq;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/PowerWhitelistBackendTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/PowerWhitelistBackendTest.java
index 23087a9..9b1fe5f 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/PowerWhitelistBackendTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/PowerWhitelistBackendTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.fuelgauge;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.ArgumentMatchers.anyString;
 import static org.mockito.Mockito.atLeastOnce;
 import static org.mockito.Mockito.doNothing;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/RecentLocationAppsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/RecentLocationAppsTest.java
index 8a54aee..9c168f7 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/RecentLocationAppsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/RecentLocationAppsTest.java
@@ -1,6 +1,7 @@
 package com.android.settingslib.location;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Matchers.isA;
 import static org.mockito.Mockito.when;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/EnableZenModeDialogTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/EnableZenModeDialogTest.java
index ccd2f53..89c319a 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/EnableZenModeDialogTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/EnableZenModeDialogTest.java
@@ -20,6 +20,7 @@
 import static junit.framework.Assert.assertNotNull;
 import static junit.framework.Assert.assertNull;
 import static junit.framework.Assert.assertTrue;
+
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.ArgumentMatchers.anyLong;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ZenDurationDialogTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ZenDurationDialogTest.java
index f47f41c..8147656 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ZenDurationDialogTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ZenDurationDialogTest.java
@@ -19,26 +19,15 @@
 import static junit.framework.Assert.assertEquals;
 import static junit.framework.Assert.assertFalse;
 import static junit.framework.Assert.assertTrue;
-import static org.mockito.ArgumentMatchers.anyObject;
-import static org.mockito.ArgumentMatchers.anyInt;
-import static org.mockito.Mockito.doNothing;
-import static org.mockito.Mockito.doReturn;
-import static org.mockito.Mockito.spy;
-import static org.mockito.Mockito.when;
 
-import android.app.Activity;
-import android.app.Fragment;
-import android.app.NotificationManager;
-import android.content.Context;
+import static org.mockito.Mockito.spy;
+
 import android.content.ContentResolver;
-import android.content.DialogInterface;
-import android.content.res.Resources;
-import android.net.Uri;
+import android.content.Context;
 import android.provider.Settings;
 import android.service.notification.Condition;
 import android.view.LayoutInflater;
 import android.view.View;
-import android.widget.Button;
 
 import androidx.appcompat.app.AlertDialog;
 
@@ -47,9 +36,6 @@
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
-import org.mockito.Mock;
-import org.mockito.MockitoAnnotations;
-import org.robolectric.Robolectric;
 import org.robolectric.RuntimeEnvironment;
 
 @RunWith(SettingsLibRobolectricTestRunner.class)
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompatTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompatTest.java
index 1ee3afa..449451a 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompatTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinCompatTest.java
@@ -18,7 +18,9 @@
 
 import static androidx.lifecycle.Lifecycle.Event.ON_START;
 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
+
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
@@ -26,6 +28,9 @@
 import android.content.ComponentName;
 import android.content.Context;
 
+import androidx.lifecycle.LifecycleOwner;
+import androidx.loader.app.LoaderManager;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
@@ -38,9 +43,6 @@
 import org.robolectric.RuntimeEnvironment;
 import org.robolectric.annotation.Config;
 
-import androidx.lifecycle.LifecycleOwner;
-import androidx.loader.app.LoaderManager;
-
 @RunWith(SettingsLibRobolectricTestRunner.class)
 @Config(shadows = ShadowSuggestionController.class)
 public class SuggestionControllerMixinCompatTest {
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinTest.java
index f486989..aac582f 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/SuggestionControllerMixinTest.java
@@ -18,16 +18,19 @@
 
 import static androidx.lifecycle.Lifecycle.Event.ON_START;
 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
+
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
 import android.app.LoaderManager;
-import androidx.lifecycle.LifecycleOwner;
 import android.content.ComponentName;
 import android.content.Context;
 
+import androidx.lifecycle.LifecycleOwner;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/FragmentTestUtils.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/FragmentTestUtils.java
index 8ba8606..d8e73b7 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/FragmentTestUtils.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/FragmentTestUtils.java
@@ -19,12 +19,12 @@
 import android.os.Bundle;
 import android.widget.LinearLayout;
 
-import org.robolectric.Robolectric;
-
 import androidx.fragment.app.Fragment;
 import androidx.fragment.app.FragmentActivity;
 import androidx.fragment.app.FragmentManager;
 
+import org.robolectric.Robolectric;
+
 /**
  * Utilities for creating Fragments for testing.
  * <p>
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/UserManagerHelperRoboTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/UserManagerHelperRoboTest.java
index 890abef..4705cd2 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/UserManagerHelperRoboTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/UserManagerHelperRoboTest.java
@@ -22,14 +22,13 @@
 import static org.mockito.Mockito.when;
 
 import android.app.ActivityManager;
-
 import android.content.Context;
 import android.content.pm.UserInfo;
 import android.os.UserHandle;
 import android.os.UserManager;
 
-import com.android.settingslib.testutils.shadow.ShadowActivityManager;
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
+import com.android.settingslib.testutils.shadow.ShadowActivityManager;
 
 import org.junit.After;
 import org.junit.Before;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/PowerUtilTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/PowerUtilTest.java
index f2ef99c..6a9579b 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/PowerUtilTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/PowerUtilTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.utils;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.spy;
 
 import android.content.Context;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/StringUtilTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/StringUtilTest.java
index 743951a..e4bbbcb 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/StringUtilTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/StringUtilTest.java
@@ -17,6 +17,7 @@
 package com.android.settingslib.utils;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Mockito.spy;
 
 import android.content.Context;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinCompatTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinCompatTest.java
index 1abbaba..f56c111 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinCompatTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinCompatTest.java
@@ -17,12 +17,18 @@
 package com.android.settingslib.widget;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Matchers.any;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
+import androidx.lifecycle.LifecycleOwner;
+import androidx.preference.PreferenceFragmentCompat;
+import androidx.preference.PreferenceManager;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
@@ -33,11 +39,6 @@
 import org.mockito.MockitoAnnotations;
 import org.robolectric.shadows.ShadowApplication;
 
-import androidx.lifecycle.LifecycleOwner;
-import androidx.preference.PreferenceFragmentCompat;
-import androidx.preference.PreferenceManager;
-import androidx.preference.PreferenceScreen;
-
 @RunWith(SettingsLibRobolectricTestRunner.class)
 public class FooterPreferenceMixinCompatTest {
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinTest.java
index 8604d18..366b720 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceMixinTest.java
@@ -17,12 +17,18 @@
 package com.android.settingslib.widget;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.Matchers.any;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
+import androidx.lifecycle.LifecycleOwner;
+import androidx.preference.PreferenceFragment;
+import androidx.preference.PreferenceManager;
+import androidx.preference.PreferenceScreen;
+
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 import com.android.settingslib.core.lifecycle.Lifecycle;
 
@@ -33,11 +39,6 @@
 import org.mockito.MockitoAnnotations;
 import org.robolectric.shadows.ShadowApplication;
 
-import androidx.lifecycle.LifecycleOwner;
-import androidx.preference.PreferenceFragment;
-import androidx.preference.PreferenceManager;
-import androidx.preference.PreferenceScreen;
-
 @RunWith(SettingsLibRobolectricTestRunner.class)
 public class FooterPreferenceMixinTest {
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceTest.java
index 3280089..84a043e1 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/FooterPreferenceTest.java
@@ -19,11 +19,12 @@
 import static com.google.common.truth.Truth.assertThat;
 
 import android.content.Context;
-import androidx.preference.PreferenceViewHolder;
 import android.text.method.LinkMovementMethod;
 import android.view.LayoutInflater;
 import android.widget.TextView;
 
+import androidx.preference.PreferenceViewHolder;
+
 import com.android.settingslib.R;
 import com.android.settingslib.SettingsLibRobolectricTestRunner;
 
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/AccessPointPreferenceTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/AccessPointPreferenceTest.java
index ee2c2ff..86443bd 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/AccessPointPreferenceTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/AccessPointPreferenceTest.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.wifi;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
diff --git a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/WifiUtilsTest.java b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/WifiUtilsTest.java
index d25adde..07c50fd 100644
--- a/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/WifiUtilsTest.java
+++ b/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/WifiUtilsTest.java
@@ -16,6 +16,7 @@
 package com.android.settingslib.wifi;
 
 import static com.google.common.truth.Truth.assertThat;
+
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.Mockito.any;
 import static org.mockito.Mockito.doReturn;
diff --git a/packages/SystemUI/res/layout/qs_customize_header.xml b/packages/SystemUI/res/layout/qs_customize_header.xml
index 093f971..d54dfee 100644
--- a/packages/SystemUI/res/layout/qs_customize_header.xml
+++ b/packages/SystemUI/res/layout/qs_customize_header.xml
@@ -20,8 +20,9 @@
     android:id="@android:id/title"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:layout_marginBottom="@dimen/qs_tile_margin_top_bottom_negative"
     android:gravity="center"
-    android:minHeight="28dp"
+    android:minHeight="@dimen/qs_customize_header_min_height"
     android:textAppearance="@style/TextAppearance.QSEdit.Headers"
     android:textColor="?android:attr/colorAccent"
     android:text="@string/drag_to_rearrange_tiles" />
\ No newline at end of file
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 7e35f5f..d051f07 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -352,6 +352,9 @@
     <dimen name="qs_tile_margin_horizontal">18dp</dimen>
     <dimen name="qs_tile_margin_vertical">24dp</dimen>
     <dimen name="qs_tile_margin_top_bottom">12dp</dimen>
+    <dimen name="qs_tile_margin_top_bottom_negative">-12dp</dimen>
+    <!-- The height of the qs customize header. Should be (28dp - qs_tile_margin_top_bottom). -->
+    <dimen name="qs_customize_header_min_height">40dp</dimen>
     <dimen name="qs_tile_margin_top">18dp</dimen>
     <dimen name="qs_quick_tile_size">48dp</dimen>
     <!-- Maximum width of quick quick settings panel. Defaults to MATCH_PARENT-->
diff --git a/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java b/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java
index a195fc9..06d4434 100644
--- a/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java
+++ b/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java
@@ -100,7 +100,7 @@
  * is provisioned.
  */
 class GlobalActionsDialog implements DialogInterface.OnDismissListener,
-        DialogInterface.OnClickListener {
+        DialogInterface.OnClickListener, DialogInterface.OnShowListener {
 
     static public final String SYSTEM_DIALOG_REASON_KEY = "reason";
     static public final String SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS = "globalactions";
@@ -397,6 +397,7 @@
         dialog.setKeyguardShowing(mKeyguardShowing);
 
         dialog.setOnDismissListener(this);
+        dialog.setOnShowListener(this);
 
         return dialog;
     }
@@ -458,6 +459,7 @@
 
         @Override
         public void onPress() {
+            MetricsLogger.action(mContext, MetricsEvent.ACTION_EMERGENCY_DIALER_FROM_POWER_MENU);
             Intent intent = new Intent(ACTION_EMERGENCY_DIALER_DIAL);
             intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
             mContext.startActivityAsUser(intent, UserHandle.CURRENT);
@@ -862,6 +864,11 @@
         item.onPress();
     }
 
+    /** {@inheritDoc} */
+    public void onShow(DialogInterface dialog) {
+        MetricsLogger.visible(mContext, MetricsEvent.POWER_MENU);
+    }
+
     /**
      * The adapter used for the list within the global actions dialog, taking
      * into account whether the keyguard is showing via
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/MobileSignalController.java b/packages/SystemUI/src/com/android/systemui/statusbar/policy/MobileSignalController.java
index a046675..8ca1415 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/MobileSignalController.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/MobileSignalController.java
@@ -36,6 +36,7 @@
 import com.android.internal.telephony.TelephonyIntents;
 import com.android.internal.telephony.cdma.EriInfo;
 import com.android.settingslib.graph.SignalDrawable;
+import com.android.settingslib.Utils;
 import com.android.systemui.R;
 import com.android.systemui.statusbar.policy.NetworkController.IconState;
 import com.android.systemui.statusbar.policy.NetworkController.SignalCallback;
@@ -319,28 +320,6 @@
         return new MobileState();
     }
 
-    private boolean hasService() {
-        if (mServiceState != null) {
-            // Consider the device to be in service if either voice or data
-            // service is available. Some SIM cards are marketed as data-only
-            // and do not support voice service, and on these SIM cards, we
-            // want to show signal bars for data service as well as the "no
-            // service" or "emergency calls only" text that indicates that voice
-            // is not available.
-            switch (mServiceState.getVoiceRegState()) {
-                case ServiceState.STATE_POWER_OFF:
-                    return false;
-                case ServiceState.STATE_OUT_OF_SERVICE:
-                case ServiceState.STATE_EMERGENCY_ONLY:
-                    return mServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE;
-                default:
-                    return true;
-            }
-        } else {
-            return false;
-        }
-    }
-
     private boolean isCdma() {
         return (mSignalStrength != null) && !mSignalStrength.isGsm();
     }
@@ -446,10 +425,11 @@
      */
     private final void updateTelephony() {
         if (DEBUG) {
-            Log.d(mTag, "updateTelephonySignalStrength: hasService=" + hasService()
-                    + " ss=" + mSignalStrength);
+            Log.d(mTag, "updateTelephonySignalStrength: hasService=" +
+                    Utils.isInService(mServiceState) + " ss=" + mSignalStrength);
         }
-        mCurrentState.connected = hasService() && mSignalStrength != null;
+        mCurrentState.connected = Utils.isInService(mServiceState)
+                && mSignalStrength != null;
         if (mCurrentState.connected) {
             if (!mSignalStrength.isGsm() && mConfig.alwaysShowCdmaRssi) {
                 mCurrentState.level = mSignalStrength.getCdmaLevel();
diff --git a/packages/SystemUI/tools/lint/README b/packages/SystemUI/tools/lint/README
new file mode 100644
index 0000000..0745196
--- /dev/null
+++ b/packages/SystemUI/tools/lint/README
@@ -0,0 +1,26 @@
+This directory contains configuration files for lint, which is run
+in as an upload hook for repo upload.
+
+lint.xml contains checks that are turned on or off, or whitelisted /
+blacklisted for particular directories, if they are different from
+the default.
+
+baseline.xml contains the list of existing "grandfathered" lint
+errors in the codebase. It is generated using ./tools/lint/update_baseline.sh
+
+When you hit a lint error that should not be triggered, there are 3
+possible resolutions:
+1. Use tools:ignore or @SuppressLint annotation. This is preferred
+   for cases where the lint violation is intended, so that reviewers
+   can review whether the suppression is appropriate.
+2. Use tools/lint.xml to ignore a lint check which we don't care
+   about for any file, or checks that are not actionable by the
+   CL author (e.g. translation issues)
+3. If there are lint errors that should be fixed, but cannot be done
+   immediately for some reason, the issue should be added to
+   baseline.xml.
+
+
+References
+- https://developer.android.com/studio/write/lint.html
+- http://tools.android.com/tips/lint-checks
diff --git a/packages/SystemUI/tools/lint/baseline.xml b/packages/SystemUI/tools/lint/baseline.xml
new file mode 100644
index 0000000..8c43222
--- /dev/null
+++ b/packages/SystemUI/tools/lint/baseline.xml
@@ -0,0 +1,89874 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="4">
+
+    <issue
+        id="LintError"
+        message="No `.class` files were found in project &quot;.&quot;, so none of the classfile based checks could be run. Does the project need to be built first?">
+        <location
+            file="."/>
+    </issue>
+
+    <issue
+        id="StopShip"
+        message="`STOPSHIP` comment found; points to code which must be fixed prior to release"
+        errorLine1="    &lt;!-- STOPSHIP Monitoring strings still need to be finalized and approved -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1152"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="DuplicateIds"
+        message="Duplicate id `@+id/wifi_combo`, already defined earlier in this layout"
+        errorLine1="            android:id=&quot;@+id/wifi_combo&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="22"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="CutPasteId"
+        message="The id `R.id.tuner_zen_switch` has already been looked up in this method; possible cut &amp; paste error?"
+        errorLine1="        ViewGroup detail_header = findViewById(R.id.tuner_zen_switch);"
+        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="src/com/android/systemui/tuner/TunerZenModePanel.java"
+            line="71"
+            column="35"/>
+        <location
+            file="src/com/android/systemui/tuner/TunerZenModePanel.java"
+            line="56"
+            column="25"/>
+    </issue>
+
+    <issue
+        id="DuplicateIncludedIds"
+        message="Duplicate id @+id/center_group, defined or included multiple times in layout/nav_bar_tuner_inflater.xml: [layout/nav_bar_tuner_inflater.xml => layout/navigation_layout.xml defines @+id/center_group, layout/nav_bar_tuner_inflater.xml => layout/navigation_layout_rot90.xml defines @+id/center_group]"
+        errorLine1="    &lt;include android:id=&quot;@+id/rot90&quot; layout=&quot;@layout/navigation_layout_rot90&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/nav_bar_tuner_inflater.xml"
+            line="25"
+            column="5"/>
+        <location
+            file="res/layout/navigation_layout.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/layout/navigation_layout_rot90.xml"
+            line="43"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="DuplicateIncludedIds"
+        message="Duplicate id @+id/ends_group, defined or included multiple times in layout/nav_bar_tuner_inflater.xml: [layout/nav_bar_tuner_inflater.xml => layout/navigation_layout.xml defines @+id/ends_group, layout/nav_bar_tuner_inflater.xml => layout/navigation_layout_rot90.xml defines @+id/ends_group]"
+        errorLine1="    &lt;include android:id=&quot;@+id/rot90&quot; layout=&quot;@layout/navigation_layout_rot90&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/nav_bar_tuner_inflater.xml"
+            line="25"
+            column="5"/>
+        <location
+            file="res/layout/navigation_layout.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/layout/navigation_layout_rot90.xml"
+            line="35"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="DuplicateIncludedIds"
+        message="Duplicate id @+id/nav_buttons, defined or included multiple times in layout/nav_bar_tuner_inflater.xml: [layout/nav_bar_tuner_inflater.xml => layout/navigation_layout.xml defines @+id/nav_buttons, layout/nav_bar_tuner_inflater.xml => layout/navigation_layout_rot90.xml defines @+id/nav_buttons]"
+        errorLine1="    &lt;include android:id=&quot;@+id/rot90&quot; layout=&quot;@layout/navigation_layout_rot90&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/nav_bar_tuner_inflater.xml"
+            line="25"
+            column="5"/>
+        <location
+            file="res/layout/navigation_layout.xml"
+            line="28"
+            column="9"/>
+        <location
+            file="res/layout/navigation_layout_rot90.xml"
+            line="28"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="DuplicateIncludedIds"
+        message="Duplicate id @+id/qs_detail_header_progress, defined or included multiple times in layout/qs_panel.xml: [layout/qs_panel.xml => layout/qs_detail.xml defines @+id/qs_detail_header_progress, layout/qs_panel.xml => layout/quick_status_bar_expanded_header.xml defines @+id/qs_detail_header_progress]"
+        errorLine1="    &lt;include android:id=&quot;@+id/qs_detail&quot; layout=&quot;@layout/qs_detail&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_panel.xml"
+            line="68"
+            column="5"/>
+        <location
+            file="res/layout/qs_detail.xml"
+            line="37"
+            column="9"/>
+        <location
+            file="res/layout/quick_status_bar_expanded_header.xml"
+            line="58"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="MissingPrefix"
+        message="Unexpected namespace prefix &quot;xmlns&quot; found for tag `LinearLayout`"
+        errorLine1="        xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_facet_button.xml"
+            line="22"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="MissingPrefix"
+        message="Unexpected namespace prefix &quot;xmlns&quot; found for tag `RelativeLayout`"
+        errorLine1="        xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_qs_panel.xml"
+            line="31"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="MissingPrefix"
+        message="Unexpected namespace prefix &quot;xmlns&quot; found for tag `RelativeLayout`"
+        errorLine1="        xmlns:app=&quot;http://schemas.android.com/apk/res-auto&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_qs_panel.xml"
+            line="32"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="SdCardPath"
+        message="Do not hardcode &quot;/sdcard/&quot;; use `Environment.getExternalStorageDirectory().getPath()` instead"
+        errorLine1="        ? new GestureRecorder(&quot;/sdcard/statusbar_gestures.dat&quot;)"
+        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="src/com/android/systemui/statusbar/phone/StatusBar.java"
+            line="407"
+            column="31"/>
+    </issue>
+
+    <issue
+        id="Suspicious0dp"
+        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
+        errorLine1="            android:layout_height=&quot;0dp&quot; />"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_tile_label.xml"
+            line="37"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="IncludeLayoutParam"
+        message="Layout parameter `layout_alignParentTop` ignored unless both `layout_width` and `layout_height` are also specified on `&lt;include>` tag"
+        errorLine1="            android:layout_alignParentTop=&quot;true&quot;/>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_fullscreen_user_switcher.xml"
+            line="34"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ExtraText"
+        message="Unexpected text found in layout file: &quot;&quot;>&quot;"
+        errorLine1="        android:alpha=&quot;0&quot;/>&quot;>"
+        errorLine2="                           ^">
+        <location
+            file="res/layout/docked_stack_divider.xml"
+            line="30"
+            column="28"/>
+    </issue>
+
+    <issue
+        id="ExtraText"
+        message="Unexpected text found in layout file: &quot;->&quot;"
+        errorLine1="&lt;merge xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>->"
+        errorLine2="                                                                  ^">
+        <location
+            file="res/layout/qs_customize_panel_content.xml"
+            line="18"
+            column="67"/>
+    </issue>
+
+    <issue
+        id="SpUsage"
+        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
+        errorLine1="                android:textSize=&quot;40dp&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/mland.xml"
+            line="60"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="SpUsage"
+        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
+        errorLine1="        android:textSize=&quot;11dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/quick_status_bar_expanded_header.xml"
+            line="74"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="SpUsage"
+        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
+        errorLine1="        android:textSize=&quot;20dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_no_recent_apps.xml"
+            line="29"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/app_ops_info.xml"
+            line="52"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/battery_percentage_view.xml"
+            line="24"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_fullscreen_user_pod.xml"
+            line="41"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_left_navigation_bar.xml"
+            line="86"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="84"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_right_navigation_bar.xml"
+            line="88"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_status_bar_header.xml"
+            line="38"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_top_navigation_bar.xml"
+            line="31"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/emergency_cryptkeeper_text.xml"
+            line="25"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="                android:singleLine=&quot;true&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/fingerprint_dialog.xml"
+            line="63"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="                android:singleLine=&quot;true&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/fingerprint_dialog.xml"
+            line="78"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/foreground_service_item.xml"
+            line="43"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/foreground_service_title.xml"
+            line="28"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/heads_up_status_bar_layout.xml"
+            line="39"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/hybrid_notification.xml"
+            line="28"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/hybrid_notification.xml"
+            line="35"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="    android:singleLine=&quot;true&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/hybrid_overflow_number.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: False is the default, so just remove the attribute"
+        errorLine1="            android:singleLine=&quot;false&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyboard_shortcut_app_item.xml"
+            line="45"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="          android:singleLine=&quot;true&quot;"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyboard_shortcuts_key_view.xml"
+            line="24"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyguard_status_bar.xml"
+            line="76"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/notification_info.xml"
+            line="51"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot; />"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/operator_name.xml"
+            line="30"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="                android:singleLine=&quot;true&quot; />"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_footer_impl.xml"
+            line="68"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_tile_label.xml"
+            line="78"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/quick_qs_status_icons.xml"
+            line="37"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/quick_status_bar_header_system_icons.xml"
+            line="38"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/recents_task_view_header.xml"
+            line="43"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/recents_task_view_header_overlay.xml"
+            line="40"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="            android:singleLine=&quot;true&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/remote_input.xml"
+            line="42"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/split_clock_view.xml"
+            line="28"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/split_clock_view.xml"
+            line="37"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/split_clock_view.xml"
+            line="50"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="                    android:singleLine=&quot;true&quot;"
+        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar.xml"
+            line="78"
+            column="21"/>
+    </issue>
+
+    <issue
+        id="Deprecated"
+        message="`android:singleLine` is deprecated: Use `maxLines=&quot;1&quot;` instead"
+        errorLine1="        android:singleLine=&quot;true&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_alarm_group.xml"
+            line="32"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Orientation"
+        message="No orientation specified, and the default is horizontal. This is a common source of bugs when children are added dynamically."
+        errorLine1="    &lt;LinearLayout"
+        errorLine2="    ^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="112"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_70`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_70&quot; msgid=&quot;3612060638991687254&quot;>&quot;Gawing 70% ang nasa kaliwa&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="754"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_70`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_70&quot; msgid=&quot;3612060638991687254&quot;>&quot;70% no ecrã esquerdo&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="754"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_50`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_50&quot; msgid=&quot;1248083470322193075&quot;>&quot;Gawing 50% ang nasa kaliwa&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="755"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_50`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_50&quot; msgid=&quot;1248083470322193075&quot;>&quot;50% no ecrã esquerdo&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="755"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_30`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_30&quot; msgid=&quot;543324403127069386&quot;>&quot;Gawing 30% ang nasa kaliwa&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="756"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_left_30`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_left_30&quot; msgid=&quot;543324403127069386&quot;>&quot;30% no ecrã esquerdo&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="756"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_70`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;Gawing 70% ang nasa itaas&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="759"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_70`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;70% no ecrã superior&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="759"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_50`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;Gawing 50% ang nasa itaas&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="760"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_50`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;50% no ecrã superior&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="760"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_30`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;Gawing 30% ang nasa itaas&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-tl/strings.xml"
+            line="761"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_30`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;30% no ecrã superior&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="761"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_70`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;70 % arriba&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-gl/strings.xml"
+            line="761"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_50`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;50 % arriba&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-gl/strings.xml"
+            line="762"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_30`; missing conversion character in &apos;`% a`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;30 % arriba&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-gl/strings.xml"
+            line="763"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_70`; missing conversion character in &apos;`% g`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;70% górnej części ekranu&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pl/strings.xml"
+            line="769"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_50`; missing conversion character in &apos;`% g`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;50% górnej części ekranu&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pl/strings.xml"
+            line="770"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_30`; missing conversion character in &apos;`% g`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;30% górnej części ekranu&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-pl/strings.xml"
+            line="771"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_70`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;70 % nahoÅ™e&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-cs/strings.xml"
+            line="771"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_50`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;50 % nahoÅ™e&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-cs/strings.xml"
+            line="772"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatInvalid"
+        message="Incorrect formatting string `accessibility_action_divider_top_30`; missing conversion character in &apos;`% n`&apos; ?"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;30 % nahoÅ™e&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-cs/strings.xml"
+            line="773"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatMatches"
+        message="Inconsistent formatting types for argument #1 in format string `accessibility_action_divider_top_70` (&apos;% 70e&apos;): Found both &apos;`o`&apos; and &apos;`e`&apos; (in values-de/strings.xml)"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_70&quot; msgid=&quot;5090779195650364522&quot;>&quot;Ezarri goialdea % 70en&quot;&lt;/string>"
+        errorLine2="                                                                                                    ~~~~~">
+        <location
+            file="res/values-eu/strings.xml"
+            line="761"
+            column="101"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="763"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatMatches"
+        message="Inconsistent formatting types for argument #1 in format string `accessibility_action_divider_top_50` (&apos;% 50e&apos;): Found both &apos;`o`&apos; and &apos;`e`&apos; (in values-de/strings.xml)"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_50&quot; msgid=&quot;6385859741925078668&quot;>&quot;Ezarri goialdea % 50en&quot;&lt;/string>"
+        errorLine2="                                                                                                    ~~~~~">
+        <location
+            file="res/values-eu/strings.xml"
+            line="762"
+            column="101"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="764"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="StringFormatMatches"
+        message="Inconsistent formatting types for argument #1 in format string `accessibility_action_divider_top_30` (&apos;% 30e&apos;): Found both &apos;`o`&apos; and &apos;`e`&apos; (in values-de/strings.xml)"
+        errorLine1="    &lt;string name=&quot;accessibility_action_divider_top_30&quot; msgid=&quot;6201455163864841205&quot;>&quot;Ezarri goialdea % 30en&quot;&lt;/string>"
+        errorLine2="                                                                                                    ~~~~~">
+        <location
+            file="res/values-eu/strings.xml"
+            line="763"
+            column="101"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="765"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;7451474187113371965&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="174"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;7451474187113371965&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="174"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;7451474187113371965&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="174"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;7451474187113371965&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="174"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;1147587904439319646&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="175"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;1147587904439319646&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="175"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;1147587904439319646&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="175"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;1147587904439319646&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="175"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;Devices&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot; msgid=&quot;3912245565613684735&quot;>&quot;Bluetooth (&lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> Devices)&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="282"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;Devices&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot; msgid=&quot;3912245565613684735&quot;>&quot;Bluetooth (&lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> Devices)&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="282"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;Devices&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot; msgid=&quot;3912245565613684735&quot;>&quot;Bluetooth (&lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> Devices)&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="282"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;Devices&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot; msgid=&quot;3912245565613684735&quot;>&quot;Bluetooth (&lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> Devices)&quot;&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="282"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot;>Battery &lt;xliff:g id=&quot;number&quot;>%d&lt;/xliff:g> percent.&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="436"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot;>Battery charging, &lt;xliff:g id=&quot;battery_percentage&quot;>%d&lt;/xliff:g> percent.&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="439"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="PluralsCandidate"
+        message="Formatting %d followed by words (&quot;Devices&quot;): This should probably be a plural rather than a string"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot;>Bluetooth (&lt;xliff:g id=&quot;number&quot;>%d&lt;/xliff:g> Devices)&lt;/string>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="683"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ExportedContentProvider"
+        message="Exported content providers can provide access to potentially sensitive data"
+        errorLine1="        &lt;provider android:name=&quot;.keyguard.KeyguardSliceProvider&quot;"
+        errorLine2="        ^">
+        <location
+            file="AndroidManifest.xml"
+            line="605"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ExportedReceiver"
+        message="Exported receiver does not require permission"
+        errorLine1="        &lt;receiver"
+        errorLine2="        ^">
+        <location
+            file="AndroidManifest.xml"
+            line="611"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ExportedService"
+        message="Exported service does not require permission"
+        errorLine1="        &lt;service android:name=&quot;SystemUIService&quot;"
+        errorLine2="        ^">
+        <location
+            file="AndroidManifest.xml"
+            line="242"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ExportedService"
+        message="Exported service does not require permission"
+        errorLine1="        &lt;service"
+        errorLine2="        ^">
+        <location
+            file="AndroidManifest.xml"
+            line="516"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="DrawAllocation"
+        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
+        errorLine1="            mWindowManagerProxy.setTouchRegion(new Rect(mHandle.getLeft(), mHandle.getTop(),"
+        errorLine2="                                               ^">
+        <location
+            file="src/com/android/systemui/stackdivider/DividerView.java"
+            line="362"
+            column="48"/>
+    </issue>
+
+    <issue
+        id="DrawAllocation"
+        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
+        errorLine1="        mLayoutAlgorithm.getTaskStackBounds(mDisplayRect, new Rect(0, 0, width, height),"
+        errorLine2="                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="src/com/android/systemui/recents/views/TaskStackView.java"
+            line="1193"
+            column="59"/>
+    </issue>
+
+    <issue
+        id="ObsoleteLayoutParam"
+        message="Invalid layout param in a `LinearLayout`: `layout_alignParentTop`"
+        errorLine1="            android:layout_alignParentTop=&quot;true&quot;/>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_fullscreen_user_switcher.xml"
+            line="34"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ObsoleteLayoutParam"
+        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
+        errorLine1="        android:layout_weight=&quot;0&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/contextual.xml"
+            line="31"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ObsoleteLayoutParam"
+        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
+        errorLine1="        android:layout_weight=&quot;0&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/contextual.xml"
+            line="44"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ObsoleteLayoutParam"
+        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
+        errorLine1="        android:layout_weight=&quot;0&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/contextual.xml"
+            line="55"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ObsoleteLayoutParam"
+        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
+        errorLine1="        android:layout_weight=&quot;0&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/contextual.xml"
+            line="66"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="UseCompoundDrawables"
+        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
+        errorLine1="&lt;LinearLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/car_fullscreen_user_pod.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UseCompoundDrawables"
+        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
+        errorLine1="    &lt;LinearLayout"
+        errorLine2="    ^">
+        <location
+            file="res/layout/qs_detail_items.xml"
+            line="34"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/forced_resizable_activity.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/mland.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/navigation_layout.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout-sw600dp/navigation_layout_rot90.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/pip_menu_activity.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/quick_settings_header_info.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/recents.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="MergeRootFrame"
+        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/volume_dnd_icon.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="InefficientWeight"
+        message="Use a `layout_height` of `0dp` instead of `wrap_content` for better performance"
+        errorLine1="                android:layout_height=&quot;wrap_content&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/notification_info.xml"
+            line="109"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="InefficientWeight"
+        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
+        errorLine1="        android:layout_width=&quot;wrap_content&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/quick_settings_footer.xml"
+            line="30"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="NestedWeights"
+        message="Nested weights are bad for performance"
+        errorLine1="                android:layout_weight=&quot;1&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_footer_impl.xml"
+            line="62"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/notification_guts_bg_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="        android:background=&quot;@color/notification_guts_bg_color&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/app_ops_info.xml"
+            line="29"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/car_user_switcher_background_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="        android:background=&quot;@color/car_user_switcher_background_color&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_fullscreen_user_switcher.xml"
+            line="22"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_left_navigation_bar.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_left_navigation_bar_unprovisioned.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar_unprovisioned.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/car_qs_background_primary` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@color/car_qs_background_primary&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_qs_panel.xml"
+            line="22"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_right_navigation_bar.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_right_navigation_bar_unprovisioned.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_top_navigation_bar.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/car_card_rounded_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/car_card_rounded_background&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_volume_dialog.xml"
+            line="19"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorForeground` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorForeground&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/divider.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/fingerprint_dialog_dim_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@color/fingerprint_dialog_dim_color&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/fingerprint_dialog.xml"
+            line="22"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `#4dffffff` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;#4dffffff&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/horizontal_divider.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/dividerHorizontal` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/dividerHorizontal&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyboard_shortcuts_category_separator.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@android:color/black` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@android:color/black&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/nav_bar_tuner_inflater.xml"
+            line="19"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/navigation_bar.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/notification_divider_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@color/notification_divider_color&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/notification_children_divider.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/notification_guts_bg_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@color/notification_guts_bg_color&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/notification_info.xml"
+            line="27"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@color/notification_guts_bg_color` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@color/notification_guts_bg_color&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/notification_snooze.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:selectableItemBackgroundBorderless` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:selectableItemBackgroundBorderless&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/pip_menu_action.xml"
+            line="21"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/listDivider` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/listDivider&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_customize_tile_divider.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorForeground` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorForeground&quot; />"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_divider.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorPrimary` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorPrimary&quot; >"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/quick_settings_footer.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `#88000000` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;#88000000&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/recents_incompatible_app_overlay.xml"
+            line="21"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/search_bg_transparent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/search_bg_transparent&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/recents_search_bar.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="31"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="28"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="28"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_text_area.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar.xml"
+            line="27"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;?android:attr/selectableItemBackground&quot;>"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_alarm_group.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="Overdraw"
+        message="Possible overdraw: Root element paints background `#CC000000` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
+        errorLine1="    android:background=&quot;#CC000000&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/tv_pip_menu.xml"
+            line="25"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.array.car_facet_icons` appears to be unused"
+        errorLine1="    &lt;array name=&quot;car_facet_icons&quot; />"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/arrays_car.xml"
+            line="25"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.array.car_facet_intent_uris` appears to be unused"
+        errorLine1="    &lt;array name=&quot;car_facet_intent_uris&quot; />"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/arrays_car.xml"
+            line="26"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.array.car_facet_longpress_intent_uris` appears to be unused"
+        errorLine1="    &lt;array name=&quot;car_facet_longpress_intent_uris&quot; />"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/arrays_car.xml"
+            line="27"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.array.car_facet_package_filters` appears to be unused"
+        errorLine1="    &lt;array name=&quot;car_facet_package_filters&quot;/>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/arrays_car.xml"
+            line="28"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.array.car_facet_category_filters` appears to be unused"
+        errorLine1="    &lt;array name=&quot;car_facet_category_filters&quot;/>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/arrays_car.xml"
+            line="29"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.assist_disclosure_trace` appears to be unused"
+        errorLine1="&lt;pathInterpolator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/interpolator/assist_disclosure_trace.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.background_protect_secondary` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/background_protect_secondary.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.background_protected` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/background_protected.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.car_navigation_button` appears to be unused"
+        errorLine1="&lt;merge xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/layout/car_navigation_button.xml"
+            line="20"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.car_rounded_bg_bottom` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/car_rounded_bg_bottom.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.car_top_navigation_bar` appears to be unused"
+        errorLine1="&lt;com.android.systemui.statusbar.car.CarNavigationBarView"
+        errorLine2="^">
+        <location
+            file="res/layout/car_top_navigation_bar.xml"
+            line="20"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.car_user_switcher_close_pages_animation` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/anim/car_user_switcher_close_pages_animation.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.car_user_switcher_close_pod_animation` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/car_user_switcher_close_pod_animation.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.car_user_switcher_open_pages_animation` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/anim/car_user_switcher_open_pages_animation.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.car_user_switcher_open_pod_animation` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/car_user_switcher_open_pod_animation.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ticker_background_color` appears to be unused"
+        errorLine1="    &lt;drawable name=&quot;ticker_background_color&quot;>#ff1d1d1d&lt;/drawable>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="21"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.notification_panel_solid_background` appears to be unused"
+        errorLine1="    &lt;color name=&quot;notification_panel_solid_background&quot;>#ff000000&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="25"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.status_bar_notification_row_background_color` appears to be unused"
+        errorLine1="    &lt;drawable name=&quot;status_bar_notification_row_background_color&quot;>#ff090909&lt;/drawable>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="26"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.notification_list_shadow_top` appears to be unused"
+        errorLine1="    &lt;color name=&quot;notification_list_shadow_top&quot;>#80000000&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="27"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.heads_up_notification_bg_pressed` appears to be unused"
+        errorLine1="    &lt;drawable name=&quot;heads_up_notification_bg_pressed&quot;>#ff33B5E5&lt;/drawable>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="28"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_batterymeter_frame_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;qs_batterymeter_frame_color&quot;>#FF404040&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="29"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_tile_divider` appears to be unused"
+        errorLine1="    &lt;color name=&quot;qs_tile_divider&quot;>#29ffffff&lt;/color>&lt;!-- 16% white -->"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="30"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_detail_button` appears to be unused"
+        errorLine1="    &lt;color name=&quot;qs_detail_button&quot;>@*android:color/quaternary_device_default_settings&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="32"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_detail_button_white` appears to be unused"
+        errorLine1="    &lt;color name=&quot;qs_detail_button_white&quot;>#B3FFFFFF&lt;/color>&lt;!-- 70% white -->"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="33"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_user_detail_icon_muted` appears to be unused"
+        errorLine1="    &lt;color name=&quot;qs_user_detail_icon_muted&quot;>#FFFFFFFF&lt;/color> &lt;!-- not so muted after all -->"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="36"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.keyguard_overflow_content_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;keyguard_overflow_content_color&quot;>#ff686868&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="40"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_task_view_lock_to_app_button_background_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_task_view_lock_to_app_button_background_color&quot;>#ffe6e6e6&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="57"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_task_view_lock_to_app_button_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_task_view_lock_to_app_button_color&quot;>#ff666666&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="59"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_freeform_workspace_bg_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_freeform_workspace_bg_color&quot;>#33FFFFFF&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="61"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.keyguard_affordance` appears to be unused"
+        errorLine1="    &lt;color name=&quot;keyguard_affordance&quot;>#ffffffff&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="68"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.segmented_buttons_background` appears to be unused"
+        errorLine1="    &lt;color name=&quot;segmented_buttons_background&quot;>#14FFFFFF&lt;/color>&lt;!-- 8% white -->"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="121"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.logout_button_bg_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;logout_button_bg_color&quot;>#ccffffff&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="172"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_tv_card_background_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_tv_card_background_color&quot;>#FF263238&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors_tv.xml"
+            line="20"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_tv_card_title_text_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_tv_card_title_text_color&quot;>#CCEEEEEE&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors_tv.xml"
+            line="21"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_tv_dismiss_text_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_tv_dismiss_text_color&quot;>#7FEEEEEE&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors_tv.xml"
+            line="22"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.recents_tv_text_shadow_color` appears to be unused"
+        errorLine1="    &lt;color name=&quot;recents_tv_text_shadow_color&quot;>#7F000000&lt;/color>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors_tv.xml"
+            line="23"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.status_bar_config_maxNotificationIcons` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;status_bar_config_maxNotificationIcons&quot;>5&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-sw720dp/config.xml"
+            line="23"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.quick_settings_max_rows` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;quick_settings_max_rows&quot;>2&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-land/config.xml"
+            line="24"
+            column="14"/>
+        <location
+            file="res/values-sw600dp/config.xml"
+            line="24"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.config_recents_use_hardware_layers` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;config_recents_use_hardware_layers&quot;>false&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="25"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.config_notifications_round_rect_clipping` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;config_notifications_round_rect_clipping&quot;>true&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="38"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.config_maxNotificationIcons` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;config_maxNotificationIcons&quot;>5&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="59"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.config_showPhoneRSSIForData` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;config_showPhoneRSSIForData&quot;>false&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="62"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.config_showRotationLock` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;config_showRotationLock&quot;>true&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="68"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.config_vibration_duration` appears to be unused"
+        errorLine1="    &lt;integer translatable=&quot;false&quot; name=&quot;config_vibration_duration&quot;>0&lt;/integer>"
+        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="71"
+            column="35"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.config_search_panel_view_vibration_duration` appears to be unused"
+        errorLine1="    &lt;integer translatable=&quot;false&quot; name=&quot;config_search_panel_view_vibration_duration&quot;>20&lt;/integer>"
+        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="74"
+            column="35"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.one_finger_pop_duration_ms` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;one_finger_pop_duration_ms&quot;>10&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="90"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.quick_settings_wide` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;quick_settings_wide&quot;>false&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="111"
+            column="11"/>
+        <location
+            file="res/values-land/dimens.xml"
+            line="34"
+            column="11"/>
+        <location
+            file="res/values-sw600dp-land/config.xml"
+            line="19"
+            column="11"/>
+        <location
+            file="res/values-w550dp-land/config.xml"
+            line="25"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.quick_settings_user_time_settings_tile_span` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;quick_settings_user_time_settings_tile_span&quot;>1&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="120"
+            column="14"/>
+        <location
+            file="res/values-land/config.xml"
+            line="27"
+            column="14"/>
+        <location
+            file="res/values-sw600dp/config.xml"
+            line="27"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.quick_settings_rssi_tile_capitalization` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;quick_settings_rssi_tile_capitalization&quot;>true&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="141"
+            column="11"/>
+        <location
+            file="res/values-mcc262-mnc07/config.xml"
+            line="24"
+            column="11"/>
+        <location
+            file="res/values-mcc262-mnc08/config.xml"
+            line="24"
+            column="11"/>
+        <location
+            file="res/values-mcc262-mnc11/config.xml"
+            line="24"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.quick_settings_brightness_dialog_short_timeout` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;quick_settings_brightness_dialog_short_timeout&quot;>2000&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="144"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.quick_settings_brightness_dialog_long_timeout` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;quick_settings_brightness_dialog_long_timeout&quot;>4000&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="145"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.doze_pulse_on_notifications` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;doze_pulse_on_notifications&quot;>true&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="237"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.days_to_show_hotspot_tile` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;days_to_show_hotspot_tile&quot;>30&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="304"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.days_to_show_color_inversion_tile` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;days_to_show_color_inversion_tile&quot;>7&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="307"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.zen_mode_max_conditions` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;zen_mode_max_conditions&quot;>5&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="313"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.carrier_network_change_anim_time` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;carrier_network_change_anim_time&quot;>3000&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="325"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.volume_expand_animation_duration` appears to be unused"
+        errorLine1="    &lt;item name=&quot;volume_expand_animation_duration&quot; type=&quot;integer&quot;>300&lt;/item>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="328"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.quick_settings_show_full_alarm` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;quick_settings_show_full_alarm&quot;>false&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config.xml"
+            line="375"
+            column="11"/>
+        <location
+            file="res/values-sw410dp/config.xml"
+            line="23"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.bool.config_enablePersistentDockedActivity` appears to be unused"
+        errorLine1="    &lt;bool name=&quot;config_enablePersistentDockedActivity&quot;>false&lt;/bool>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config_car.xml"
+            line="23"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.config_persistentDockedActivityIntentUri` appears to be unused"
+        errorLine1="    &lt;string name=&quot;config_persistentDockedActivityIntentUri&quot; translatable=&quot;false&quot;>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/config_car.xml"
+            line="24"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.peek_window_y_offset` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;peek_window_y_offset&quot;>-12dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="20"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.fraction.battery_button_height_fraction` appears to be unused"
+        errorLine1="    &lt;fraction name=&quot;battery_button_height_fraction&quot;>10.5%&lt;/fraction>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-hdpi/dimens.xml"
+            line="20"
+            column="15"/>
+        <location
+            file="res/values-mdpi/dimens.xml"
+            line="19"
+            column="15"/>
+        <location
+            file="res/values-tvdpi/dimens.xml"
+            line="19"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.fraction.battery_subpixel_smoothing_left` appears to be unused"
+        errorLine1="    &lt;fraction name=&quot;battery_subpixel_smoothing_left&quot;>20%&lt;/fraction>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-hdpi/dimens.xml"
+            line="24"
+            column="15"/>
+        <location
+            file="res/values-mdpi/dimens.xml"
+            line="23"
+            column="15"/>
+        <location
+            file="res/values-tvdpi/dimens.xml"
+            line="23"
+            column="15"/>
+        <location
+            file="res/values-xhdpi/dimens.xml"
+            line="23"
+            column="15"/>
+        <location
+            file="res/values-xxhdpi/dimens.xml"
+            line="23"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.fraction.battery_subpixel_smoothing_right` appears to be unused"
+        errorLine1="    &lt;fraction name=&quot;battery_subpixel_smoothing_right&quot;>12%&lt;/fraction>"
+        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-hdpi/dimens.xml"
+            line="25"
+            column="15"/>
+        <location
+            file="res/values-mdpi/dimens.xml"
+            line="24"
+            column="15"/>
+        <location
+            file="res/values-tvdpi/dimens.xml"
+            line="24"
+            column="15"/>
+        <location
+            file="res/values-xhdpi/dimens.xml"
+            line="24"
+            column="15"/>
+        <location
+            file="res/values-xxhdpi/dimens.xml"
+            line="24"
+            column="15"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.notification_panel_min_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;notification_panel_min_height&quot;>770dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-sw720dp/dimens.xml"
+            line="28"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.panel_float` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;panel_float&quot;>56dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-sw720dp/dimens.xml"
+            line="30"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.peek_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;peek_height&quot;>@dimen/close_handle_height&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="39"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_brightness_padding_top` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_brightness_padding_top&quot;>6dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values-sw600dp-land/dimens.xml"
+            line="41"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.snooze_option_text_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;snooze_option_text_size&quot;>14sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="183"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.snooze_option_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;snooze_option_padding&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="186"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navigation_extra_key_width` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navigation_extra_key_width&quot;>36dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="221"
+            column="12"/>
+        <location
+            file="res/values-sw360dp/dimens.xml"
+            line="23"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="32"
+            column="12"/>
+        <location
+            file="res/values-sw900dp/dimens.xml"
+            line="23"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navbar_search_snap_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navbar_search_snap_margin&quot;>40dip&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="228"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navbar_search_outerring_diameter` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navbar_search_outerring_diameter&quot;>340dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="231"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="23"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navbar_search_outerring_radius` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navbar_search_outerring_radius&quot;>170dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="234"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="26"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navbar_search_panel_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navbar_search_panel_height&quot;>230dip&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="237"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="29"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.close_handle_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;close_handle_height&quot;>36dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="243"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.car_status_bar_header_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;car_status_bar_header_height&quot;>128dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="249"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.status_bar_header_padding_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;status_bar_header_padding_bottom&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="252"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_header_system_icons_area_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_header_system_icons_area_height&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="256"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.status_bar_header_height_expanded` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;status_bar_header_height_expanded&quot;>124dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="273"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_base_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_base_margin&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="308"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_row_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_row_height&quot;>252dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="314"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_settings_icon_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_settings_icon_size&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="328"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.carrier_label_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;carrier_label_height&quot;>24dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="336"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.one_finger_pop_limit` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;one_finger_pop_limit&quot;>0dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="339"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.notification_panel_min_height_frac` appears to be unused"
+        errorLine1="    &lt;item type=&quot;dimen&quot; name=&quot;notification_panel_min_height_frac&quot;>0%&lt;/item>"
+        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="343"
+            column="24"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="35"
+            column="24"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.blinds_pop_threshold` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;blinds_pop_threshold&quot;>0dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="345"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_header_gear_translation` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_header_gear_translation&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="360"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_dual_tile_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_dual_tile_height&quot;>112dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="368"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_dual_tile_padding_vertical` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_dual_tile_padding_vertical&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="369"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_tile_padding_top_large_text` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_tile_padding_top_large_text&quot;>4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="372"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_tile_padding_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_tile_padding_bottom&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="374"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_tile_spacing` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_tile_spacing&quot;>4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="375"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_detail_header_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_detail_header_height&quot;>56dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="378"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_detail_back_margin_end` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_detail_back_margin_end&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="390"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_battery_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_battery_padding&quot;>2dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="394"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_notif_collapsed_space` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_notif_collapsed_space&quot;>64dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="409"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_footer_dialog_icon_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_footer_dialog_icon_size&quot;>24sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="423"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_footer_dialog_icon_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_footer_dialog_icon_margin&quot;>8sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="425"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.zen_mode_condition_detail_button_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;zen_mode_condition_detail_button_padding&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="433"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.zen_mode_condition_detail_item_spacing` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;zen_mode_condition_detail_item_spacing&quot;>12dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="436"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.glowpadview_glow_radius` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;glowpadview_glow_radius&quot;>75dip&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="448"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.glowpadview_inner_radius` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;glowpadview_inner_radius&quot;>15dip&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="451"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.notification_header_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;notification_header_height&quot;>53dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="473"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.speed_bump_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;speed_bump_height&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="482"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.edge_tap_area_width` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;edge_tap_area_width&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="527"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="66"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.multi_user_switch_expanded_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;multi_user_switch_expanded_margin&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="536"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.multi_user_switch_collapsed_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;multi_user_switch_collapsed_margin&quot;>13dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="539"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.clock_expanded_bottom_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;clock_expanded_bottom_margin&quot;>20dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="553"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.clock_collapsed_bottom_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;clock_collapsed_bottom_margin&quot;>10dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="556"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.clock_collapsed_bottom_margin_large_text` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;clock_collapsed_bottom_margin_large_text&quot;>6dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="559"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.multi_user_switch_width_collapsed` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;multi_user_switch_width_collapsed&quot;>34dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="562"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.multi_user_switch_width_expanded` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;multi_user_switch_width_expanded&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="565"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.multi_user_avatar_collapsed_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;multi_user_avatar_collapsed_size&quot;>22dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="571"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_time_collapsed_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_time_collapsed_size&quot;>14sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="580"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_date_collapsed_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_date_collapsed_size&quot;>14sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="589"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.qs_date_time_translation` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;qs_date_time_translation&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="591"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.header_battery_margin_expanded` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;header_battery_margin_expanded&quot;>6dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="610"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.header_battery_margin_keyguard` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;header_battery_margin_keyguard&quot;>6dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="613"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.battery_level_text_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;battery_level_text_size&quot;>12sp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="653"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.wide_type_icon_start_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;wide_type_icon_start_padding&quot;>2dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="680"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.signal_cluster_margin_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;signal_cluster_margin_start&quot;>2.5dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="705"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_slider_interspacing` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_slider_interspacing&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="749"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_offset_top` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_offset_top&quot;>0dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="752"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_button_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_button_size&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="755"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_margin_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_margin_bottom&quot;>4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="758"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_padding_top` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_padding_top&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="759"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_dialog_padding_end` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_dialog_padding_end&quot;>40dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="760"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_padding_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_padding_bottom&quot;>9.4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="762"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_padding_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_padding_start&quot;>4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="763"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_header_padding_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_header_padding_start&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="764"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_height&quot;>64dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="765"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_slider_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_slider_height&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="766"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_row_slider_padding_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_row_slider_padding_start&quot;>12dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="767"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_expander_margin_end` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_expander_margin_end&quot;>2dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="769"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.volume_expander_margin_top` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;volume_expander_margin_top&quot;>6dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="770"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.fab_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;fab_size&quot;>56dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="778"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.fab_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;fab_margin&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="779"
+            column="12"/>
+        <location
+            file="res/values-sw600dp/dimens.xml"
+            line="84"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.fab_elevation` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;fab_elevation&quot;>12dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="780"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.fab_press_translation_z` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;fab_press_translation_z&quot;>9dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="781"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.battery_detail_graph_space_top` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;battery_detail_graph_space_top&quot;>27dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="789"
+            column="12"/>
+        <location
+            file="res/values-land/dimens.xml"
+            line="30"
+            column="12"/>
+        <location
+            file="res/values-sw600dp-land/dimens.xml"
+            line="37"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.battery_detail_graph_space_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;battery_detail_graph_space_bottom&quot;>27dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="790"
+            column="12"/>
+        <location
+            file="res/values-land/dimens.xml"
+            line="31"
+            column="12"/>
+        <location
+            file="res/values-sw600dp-land/dimens.xml"
+            line="38"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_layout_side_margin_tablet_docked` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;recents_layout_side_margin_tablet_docked&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="810"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_layout_side_margin_tablet_xlarge_docked` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;recents_layout_side_margin_tablet_xlarge_docked&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="812"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_freeform_layout_bottom_margin` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;recents_freeform_layout_bottom_margin&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="836"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_freeform_layout_task_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;recents_freeform_layout_task_padding&quot;>8dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="839"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_task_affiliation_color_min_alpha_percentage` appears to be unused"
+        errorLine1="    &lt;item name=&quot;recents_task_affiliation_color_min_alpha_percentage&quot; format=&quot;float&quot; type=&quot;dimen&quot;>0.6&lt;/item>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="876"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_task_view_remove_anim_translation_x` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;recents_task_view_remove_anim_translation_x&quot;>100dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="885"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_recents_row_dim_alpha` appears to be unused"
+        errorLine1="    &lt;item name=&quot;recents_recents_row_dim_alpha&quot; format=&quot;float&quot; type=&quot;dimen&quot;>0.5&lt;/item>"
+        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="888"
+            column="11"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.cell_overlay_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;cell_overlay_padding&quot;>18dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="921"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.top_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;top_padding&quot;>0dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="944"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.bottom_padding` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;bottom_padding&quot;>48dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="945"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.wireless_charging_dots_radius_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;wireless_charging_dots_radius_start&quot;>0dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="988"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.wireless_charging_dots_radius_end` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;wireless_charging_dots_radius_end&quot;>4dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="989"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.wireless_charging_circle_radius_start` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;wireless_charging_circle_radius_start&quot;>28dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="990"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.wireless_charging_circle_radius_end` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;wireless_charging_circle_radius_end&quot;>84dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="991"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.wireless_charging_angle_offset` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;wireless_charging_angle_offset&quot;>20&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="992"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.wireless_charging_scale_dots_duration` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;wireless_charging_scale_dots_duration&quot;>83&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="993"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.wireless_charging_num_dots` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;wireless_charging_num_dots&quot;>16&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="994"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.logout_button_layout_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;logout_button_layout_height&quot;>32dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="1018"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.logout_button_padding_horizontal` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;logout_button_padding_horizontal&quot;>16dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="1019"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.logout_button_margin_bottom` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;logout_button_margin_bottom&quot;>12dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="1020"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.logout_button_corner_radius` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;logout_button_corner_radius&quot;>2dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens.xml"
+            line="1021"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.car_navigation_button_width` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;car_navigation_button_width&quot;>64dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens_car.xml"
+            line="26"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.car_navigation_bar_width` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;car_navigation_bar_width&quot;>760dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens_car.xml"
+            line="27"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.car_user_switcher_container_anim_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;car_user_switcher_container_anim_height&quot;>-420dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens_car.xml"
+            line="44"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_grid_padding_left_right` appears to be unused"
+        errorLine1="  &lt;dimen name=&quot;recents_grid_padding_left_right&quot;>32dp&lt;/dimen>"
+        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens_grid.xml"
+            line="19"
+            column="10"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.recents_grid_padding_top_bottom` appears to be unused"
+        errorLine1="  &lt;dimen name=&quot;recents_grid_padding_top_bottom&quot;>150dp&lt;/dimen>"
+        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/dimens_grid.xml"
+            line="20"
+            column="10"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.dismiss_all_shape` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/dismiss_all_shape.xml"
+            line="1"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.dismiss_all_shape_animation` appears to be unused"
+        errorLine1="&lt;animated-vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/dismiss_all_shape_animation.xml"
+            line="1"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_1` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_1.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_2` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_2.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_3` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_3.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_rectangle_path_1` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_rectangle_path_1.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_rectangle_path_1_1` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_rectangle_path_1_1.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.dismiss_all_shape_animation_rectangle_path_1_2` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/dismiss_all_shape_animation_rectangle_path_1_2.xml"
+            line="15"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.divider` appears to be unused"
+        errorLine1="&lt;View xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/divider.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.fab_elevation` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/anim/fab_elevation.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.fingerprint_icon` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/fingerprint_icon.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.header_dot` appears to be unused"
+        errorLine1="&lt;shape"
+        errorLine2="^">
+        <location
+            file="res/drawable/header_dot.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.horizontal_divider` appears to be unused"
+        errorLine1="&lt;View"
+        errorLine2="^">
+        <location
+            file="res/layout/horizontal_divider.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_access_alarms_small` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_access_alarms_small.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_android` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_android.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_aod_charging_24dp` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_aod_charging_24dp.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_cancel_white_24dp` appears to be unused">
+        <location
+            file="res/drawable-hdpi/ic_cancel_white_24dp.png"/>
+        <location
+            file="res/drawable-mdpi/ic_cancel_white_24dp.png"/>
+        <location
+            file="res/drawable-xhdpi/ic_cancel_white_24dp.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_cast` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_cast.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_chevron_left` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_chevron_left.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_chevron_up` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_chevron_up.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_close` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_close.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_data_off` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_data_off.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_data_on` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_data_on.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_data_unavailable` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_data_unavailable.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.mipmap.ic_daydreams` appears to be unused">
+        <location
+            file="res/mipmap-hdpi/ic_daydreams.png"/>
+        <location
+            file="res/mipmap-mdpi/ic_daydreams.png"/>
+        <location
+            file="res/mipmap-xhdpi/ic_daydreams.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_delete` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_delete.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_dismiss_outline` appears to be unused">
+        <location
+            file="res/drawable-hdpi/ic_dismiss_outline.png"/>
+        <location
+            file="res/drawable-mdpi/ic_dismiss_outline.png"/>
+        <location
+            file="res/drawable-xhdpi/ic_dismiss_outline.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_drag_handle` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_drag_handle.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_expand_less` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_expand_less.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_expand_more` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_expand_more.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_history` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_history.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_hotspot_unavailable` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_hotspot_unavailable.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_invert_colors` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_invert_colors.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_landscape_to_rotate_animation_interpolator_0` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_landscape_to_rotate_animation_interpolator_0.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_landscape_to_rotate_arrows_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_landscape_to_rotate_arrows_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_landscape_to_rotate_bottom_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_landscape_to_rotate_bottom_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_landscape_to_rotate_landscape_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_landscape_to_rotate_landscape_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_lock_to_app_24dp` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_lock_to_app_24dp.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_notify_button_bg` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_notify_button_bg.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_person` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_person.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_portrait_to_rotate_arrows_0_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_portrait_to_rotate_arrows_0_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_portrait_to_rotate_arrows_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_portrait_to_rotate_arrows_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_portrait_to_rotate_bottom_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_portrait_to_rotate_bottom_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_portrait_to_rotate_device_0_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_portrait_to_rotate_device_0_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_portrait_to_rotate_device_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_portrait_to_rotate_device_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_back` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_back.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_battery_saver` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_battery_saver.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_lock` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_lock.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_lock_open` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_lock_open.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_network_logging` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_network_logging.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_ringer_audible` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_ringer_audible.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_ringer_silent` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_ringer_silent.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_qs_ringer_vibrate` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_qs_ringer_vibrate.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_rotate_to_landscape_animation_interpolator_0` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_rotate_to_landscape_animation_interpolator_0.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_landscape_arrows_0_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_landscape_arrows_0_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_landscape_arrows_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_landscape_arrows_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_landscape_bottom_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_landscape_bottom_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_landscape_landscape_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_landscape_landscape_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_rotate_to_portrait_animation_interpolator_0` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_rotate_to_portrait_animation_interpolator_0.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_portrait_arrows_0_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_portrait_arrows_0_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_portrait_arrows_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_portrait_arrows_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_portrait_bottom_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_portrait_bottom_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_portrait_device_0_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_portrait_device_0_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_rotate_to_portrait_device_merged_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_rotate_to_portrait_device_merged_animation.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_blink_1` appears to be unused"
+        errorLine1="&lt;objectAnimator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_blink_1.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_blink_2` appears to be unused"
+        errorLine1="&lt;objectAnimator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_blink_2.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_blink_3` appears to be unused"
+        errorLine1="&lt;objectAnimator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_blink_3.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_signal_workmode_disable_animation` appears to be unused"
+        errorLine1="&lt;animated-vector"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_signal_workmode_disable_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_0` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_0.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_1` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_1.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_2` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_2.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_3` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_3.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_4` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_4.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_animation_interpolator_5` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_animation_interpolator_5.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_disable_cross_1_pathdata_interpolator` appears to be unused"
+        errorLine1="&lt;pathInterpolator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_disable_cross_1_pathdata_interpolator.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_left_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_left_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_mask_1_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_mask_1_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_rectangle_path_3_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_rectangle_path_3_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_rectangle_path_3_position_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_rectangle_path_3_position_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_rectangle_path_4_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_rectangle_path_4_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_rectangle_path_4_position_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_rectangle_path_4_position_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_right_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_right_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_stick_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_stick_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_stickito_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_stickito_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_disable_whole_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_disable_whole_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_signal_workmode_enable` appears to be unused"
+        errorLine1="&lt;vector"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_signal_workmode_enable.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_signal_workmode_enable_animation` appears to be unused"
+        errorLine1="&lt;animated-vector"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_signal_workmode_enable_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_animation_cross_1` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_animation_cross_1.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_animation_ic_signal_briefcase` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_animation_ic_signal_briefcase.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_0` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_0.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_1` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_1.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_2` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_2.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_3` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_3.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_4` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_4.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_animation_interpolator_5` appears to be unused"
+        errorLine1="&lt;pathInterpolator"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_animation_interpolator_5.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_animation_mask` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_animation_mask.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_cross_1_pathdata_interpolator` appears to be unused"
+        errorLine1="&lt;pathInterpolator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_cross_1_pathdata_interpolator.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_left_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_left_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_mask_1_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_mask_1_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.interpolator.ic_signal_workmode_enable_mask_pathdata_interpolator` appears to be unused"
+        errorLine1="&lt;pathInterpolator xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/interpolator/ic_signal_workmode_enable_mask_pathdata_interpolator.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_rectangle_path_3_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_rectangle_path_3_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_rectangle_path_3_position_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_rectangle_path_3_position_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_rectangle_path_4_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_rectangle_path_4_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_rectangle_path_4_position_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_rectangle_path_4_position_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_right_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_right_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_stick_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_stick_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_stickito_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_stickito_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.ic_signal_workmode_enable_whole_animation` appears to be unused"
+        errorLine1="&lt;set"
+        errorLine2="^">
+        <location
+            file="res/anim/ic_signal_workmode_enable_whole_animation.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_sim` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_sim.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_speaker` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_speaker.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_speaker_group` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_speaker_group.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_swap` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_swap.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_sysbar_back_light_old` appears to be unused">
+        <location
+            file="res/drawable-sw900dp-xxhdpi/ic_sysbar_back_light_old.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_sysbar_lights_out_dot_large` appears to be unused">
+        <location
+            file="res/drawable-hdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-mdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-xxhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-xhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-xxhdpi/ic_sysbar_lights_out_dot_large.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_tv` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_tv.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_width` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_width.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_zen_all` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_zen_all.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_zen_important` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_zen_important.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.ic_zen_none` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/ic_zen_none.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.integer.car_user_switcher_anim_cascade_delay_ms` appears to be unused"
+        errorLine1="    &lt;integer name=&quot;car_user_switcher_anim_cascade_delay_ms&quot;>27&lt;/integer>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/integers_car.xml"
+            line="19"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navigation_bar_height` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navigation_bar_height&quot;>@*android:dimen/navigation_bar_height&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/internal.xml"
+            line="19"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.navigation_bar_height_car_mode` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;navigation_bar_height_car_mode&quot;>@*android:dimen/navigation_bar_height_car_mode&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/internal.xml"
+            line="20"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.keyguard_overflow_number_background` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/keyguard_overflow_number_background.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.logout_button_background` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/logout_button_background.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.dimen.moon_size` appears to be unused"
+        errorLine1="    &lt;dimen name=&quot;moon_size&quot;>30dp&lt;/dimen>"
+        errorLine2="           ~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/mland_config.xml"
+            line="33"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.nav_bar_tuner_inflater` appears to be unused"
+        errorLine1="&lt;com.android.systemui.tuner.PreviewNavInflater"
+        errorLine2="^">
+        <location
+            file="res/layout/nav_bar_tuner_inflater.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.nav_control_widget` appears to be unused"
+        errorLine1="&lt;LinearLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/nav_control_widget.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.nav_width_view` appears to be unused"
+        errorLine1="&lt;SeekBar"
+        errorLine2="^">
+        <location
+            file="res/layout/nav_width_view.xml"
+            line="20"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.navigation_bar_app_item` appears to be unused"
+        errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/navigation_bar_app_item.xml"
+            line="21"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.notification_expand_more` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/notification_expand_more.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.notification_guts_buttons` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/notification_guts_buttons.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.pin_delete_color` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/pin_delete_color.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.pin_divider_color` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/pin_divider_color.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pip_dismiss` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pip_dismiss.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pip_notification_icon` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pip_notification_icon.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_ball` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_ball.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_belt` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_belt.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_droid` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_droid.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_pizza` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_pizza.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_stripes` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_stripes.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_swirl` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_swirl.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_vortex` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_vortex.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.pop_vortex2` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/pop_vortex2.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.preference_widget_settings` appears to be unused"
+        errorLine1="&lt;LinearLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/preference_widget_settings.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.qs_add_tiles_list` appears to be unused"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/qs_add_tiles_list.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.qs_subhead_caret` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/qs_subhead_caret.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.qs_tile_background` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/drawable/qs_tile_background.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.qs_tile_layout` appears to be unused"
+        errorLine1="&lt;com.android.systemui.qs.TileLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/qs_tile_layout.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.color.qs_user_detail_name` appears to be unused"
+        errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/color/qs_user_detail_name.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.quick_header_bg` appears to be unused"
+        errorLine1="&lt;ripple xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/quick_header_bg.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.recents_freeform_workspace_bg` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/recents_freeform_workspace_bg.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.recents_move_task_freeform_dark` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/recents_move_task_freeform_dark.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.recents_move_task_freeform_light` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/recents_move_task_freeform_light.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.recents_search_bar` appears to be unused"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/recents_search_bar.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.recents_status_gradient` appears to be unused">
+        <location
+            file="res/drawable-hdpi/recents_status_gradient.9.png"/>
+        <location
+            file="res/drawable-mdpi/recents_status_gradient.9.png"/>
+        <location
+            file="res/drawable-xhdpi/recents_status_gradient.9.png"/>
+        <location
+            file="res/drawable-xxhdpi/recents_status_gradient.9.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.recents_task_shadow` appears to be unused">
+        <location
+            file="res/drawable-xxhdpi/recents_task_shadow.9.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.recents_task_view_header_progress_bar` appears to be unused"
+        errorLine1="&lt;ProgressBar"
+        errorLine2="^">
+        <location
+            file="res/layout/recents_task_view_header_progress_bar.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.remote` appears to be unused">
+        <location
+            file="res/drawable-xhdpi/remote.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.scorecard_gameover` appears to be unused"
+        errorLine1="&lt;shape"
+        errorLine2="^">
+        <location
+            file="res/drawable/scorecard_gameover.xml"
+            line="2"
+            column="1"/>
+        <location
+            file="res/drawable-nodpi/scorecard_gameover.xml"
+            line="2"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.search_bg_transparent` appears to be unused">
+        <location
+            file="res/drawable-hdpi/search_bg_transparent.9.png"/>
+        <location
+            file="res/drawable-mdpi/search_bg_transparent.9.png"/>
+        <location
+            file="res/drawable-xhdpi/search_bg_transparent.9.png"/>
+        <location
+            file="res/drawable-xxhdpi/search_bg_transparent.9.png"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.search_panel_scrim` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+        errorLine2="^">
+        <location
+            file="res/drawable-land/search_panel_scrim.xml"
+            line="19"
+            column="1"/>
+        <location
+            file="res/drawable-sw600dp/search_panel_scrim.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.shelf_menu_anchor` appears to be unused"
+        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/shelf_menu_anchor.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.signal_cluster_view` appears to be unused"
+        errorLine1="&lt;com.android.systemui.statusbar.SignalClusterView"
+        errorLine2="^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="20"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.split_clock_view` appears to be unused"
+        errorLine1="&lt;com.android.systemui.statusbar.policy.SplitClockView"
+        errorLine2="^">
+        <location
+            file="res/layout/split_clock_view.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_notify_more` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_notify_more.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_auto_rotate_landscape` appears to be unused"
+        errorLine1="&lt;inset xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_auto_rotate_landscape.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_auto_rotate_portrait` appears to be unused"
+        errorLine1="&lt;inset xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_auto_rotate_portrait.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_managed_profile_status_off` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_managed_profile_status_off.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_no_sims` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_no_sims.xml"
+            line="19"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_signal_in` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_signal_in.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_signal_inout` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_signal_inout.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_signal_out` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_signal_out.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_wifi_in` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_wifi_in.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_wifi_inout` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_wifi_inout.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.stat_sys_wifi_out` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/stat_sys_wifi_out.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.status_bar_alarm_group` appears to be unused"
+        errorLine1="&lt;LinearLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/status_bar_alarm_group.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.status_bar_no_recent_apps` appears to be unused"
+        errorLine1="&lt;FrameLayout"
+        errorLine2="^">
+        <location
+            file="res/layout/status_bar_no_recent_apps.xml"
+            line="20"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_clear_all_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot;>Clear&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-af-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-am-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ar-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-be-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-bg-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ca-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-cs-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-da-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-de-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-el-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-en-rGB-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-es-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-es-rUS-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-et-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-fa-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-fi-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-fr-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-hi-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-hr-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-hu-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-in-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-it-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-iw-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ja-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ko-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-lt-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-lv-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ms-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-nb-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-nl-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pl-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pt-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ro-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-ru-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sk-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sl-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sr-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sv-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-sw-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-th-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-tl-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-tr-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-uk-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-vi-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW-large/strings.xml"
+            line="22"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="23"
+            column="13"/>
+        <location
+            file="res/values-zu-large/strings.xml"
+            line="22"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_recent_remove_item_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_recent_remove_item_title&quot;>Remove from list&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="28"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="24"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="24"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_recent_inspect_item_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_recent_inspect_item_title&quot;>App info&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="31"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="25"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="25"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_no_recent_apps` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_no_recent_apps&quot;>Your recent screens appear here&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="26"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="26"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_accessibility_dismiss_recents` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_accessibility_dismiss_recents&quot;>Dismiss recent apps&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="27"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="27"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.plurals.status_bar_accessibility_recent_apps` appears to be unused"
+        errorLine1="    &lt;plurals name=&quot;status_bar_accessibility_recent_apps&quot;>"
+        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="42"
+            column="14"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="28"
+            column="14"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="28"
+            column="14"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_no_notifications_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_no_notifications_title&quot;>No notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="30"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="32"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_ongoing_events_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_ongoing_events_title&quot;>Ongoing&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="31"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="33"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="33"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_latest_events_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_latest_events_title&quot;>Notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="59"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="32"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="34"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="34"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_low_percent_format_hybrid` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_low_percent_format_hybrid&quot;>&lt;xliff:g id=&quot;percentage&quot;>%1$s&lt;/xliff:g> remaining, about &lt;xliff:g id=&quot;time&quot;>%2$s&lt;/xliff:g> left based on your usage&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="35"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="37"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_low_percent_format_hybrid_short` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_low_percent_format_hybrid_short&quot;>&lt;xliff:g id=&quot;percentage&quot;>%1$s&lt;/xliff:g> remaining, about &lt;xliff:g id=&quot;time&quot;>%2$s&lt;/xliff:g> left&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="78"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="36"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="38"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_low_percent_format_saver_started` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_low_percent_format_saver_started&quot;>&lt;xliff:g id=&quot;percentage&quot;>%s&lt;/xliff:g> remaining. Battery Saver is on.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="37"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="39"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="39"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.invalid_charger` appears to be unused"
+        errorLine1="    &lt;string name=&quot;invalid_charger&quot;>Can\&apos;t charge via USB. Use the charger that came with your device.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="87"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="38"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="42"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="40"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="40"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_low_why` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_low_why&quot;>Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="97"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="41"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="44"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="43"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="43"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_settings_settings_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_settings_settings_button&quot;>Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="45"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="47"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="47"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_settings_wifi_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_settings_wifi_button&quot;>Wi-Fi&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="46"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="49"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="48"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_settings_mute_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_settings_mute_label&quot;>MUTE&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="48"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="50"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_settings_notifications` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_settings_notifications&quot;>Notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="124"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="50"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="52"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.bluetooth_tethered` appears to be unused"
+        errorLine1="    &lt;string name=&quot;bluetooth_tethered&quot;>Bluetooth tethered&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="51"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="53"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_input_method_settings_configure_input_methods` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_input_method_settings_configure_input_methods&quot;>Set up input methods&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="58"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="52"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="54"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="54"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_use_physical_keyboard` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_use_physical_keyboard&quot;>Physical keyboard&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="59"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="53"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="56"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="57"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="55"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="55"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.compat_mode_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;compat_mode_on&quot;>Zoom to fill screen&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="68"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="70"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="70"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.compat_mode_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;compat_mode_off&quot;>Stretch to fill screen&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="69"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="72"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="71"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.screenshot_saving_ticker` appears to be unused"
+        errorLine1="    &lt;string name=&quot;screenshot_saving_ticker&quot;>Saving screenshot\u2026&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="191"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="77"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="71"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="74"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="75"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="73"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="73"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.usb_preference_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;usb_preference_title&quot;>USB file transfer options&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="79"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="81"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.use_mtp_button_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;use_mtp_button_title&quot;>Mount as a media player (MTP)&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="80"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="82"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.use_ptp_button_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;use_ptp_button_title&quot;>Mount as a camera (PTP)&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="213"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="87"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="81"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="83"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="83"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.installer_cd_button_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;installer_cd_button_title&quot;>Install Android File Transfer app for Mac&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="215"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="88"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="82"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="85"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="86"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="84"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="84"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_search_light` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_search_light&quot;>Search&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="95"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="89"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="92"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="93"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="91"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="91"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.recents_caption_resize` appears to be unused"
+        errorLine1="    &lt;string name=&quot;recents_caption_resize&quot;>Select new task layout&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="102"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="105"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="104"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="104"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_fingerprint_dialog_app_icon` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_fingerprint_dialog_app_icon&quot;>Application icon&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="106"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="108"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_compatibility_zoom_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_compatibility_zoom_button&quot;>Compatibility zoom button.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="108"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="110"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="110"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_compatibility_zoom_example` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_compatibility_zoom_example&quot;>Zoom smaller to larger screen.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="109"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="111"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_bluetooth_disconnected` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_bluetooth_disconnected&quot;>Bluetooth disconnected.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="111"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="113"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_no_battery` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_no_battery&quot;>No battery.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="112"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="114"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_battery_one_bar` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_one_bar&quot;>Battery one bar.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="113"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="115"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_battery_two_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_two_bars&quot;>Battery two bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="114"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="116"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_battery_three_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_three_bars&quot;>Battery three bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="121"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="115"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="117"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="117"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_battery_full` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_full&quot;>Battery full.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="122"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="116"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="119"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="120"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="118"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="118"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_wifi_name` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_wifi_name&quot;>Connected to &lt;xliff:g id=&quot;wifi&quot; example=&quot;Home Network&quot;>%s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="127"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="129"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="129"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_no_wimax` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_no_wimax&quot;>No WiMAX.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="130"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="132"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_wimax_one_bar` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_wimax_one_bar&quot;>WiMAX one bar.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="326"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="131"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="133"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_wimax_two_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_wimax_two_bars&quot;>WiMAX two bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="328"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="132"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="134"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_wimax_three_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_wimax_three_bars&quot;>WiMAX three bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="330"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="133"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="135"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="135"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_wimax_signal_full` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_wimax_signal_full&quot;>WiMAX signal full.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="332"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="134"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="138"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="136"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="136"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_no_signal` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_no_signal&quot;>No signal.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="137"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="139"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_zero_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_zero_bars&quot;>Zero bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="344"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="139"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="141"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_one_bar` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_one_bar&quot;>One bar.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="346"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="140"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="142"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_two_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_two_bars&quot;>Two bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="348"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="141"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="143"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_three_bars` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_three_bars&quot;>Three bars.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="350"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="142"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="144"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_signal_full` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_signal_full&quot;>Signal full.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="352"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="143"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="145"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_desc_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_desc_on&quot;>On.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="355"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="144"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="146"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_desc_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_desc_off&quot;>Off.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="357"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="145"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="147"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_desc_connected` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_desc_connected&quot;>Connected.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="146"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="148"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="148"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_desc_connecting` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_desc_connecting&quot;>Connecting.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="147"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="150"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="149"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.data_connection_hspa` appears to be unused"
+        errorLine1="    &lt;string name=&quot;data_connection_hspa&quot;>HSPA&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="155"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="149"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="152"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="153"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="151"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="151"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_data_connection_wifi` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_data_connection_wifi&quot;>Wi-Fi&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="400"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="160"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="162"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_no_sim` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_no_sim&quot;>No SIM.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="403"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="161"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="163"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_cell_data` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_cell_data&quot;>Mobile Data&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="162"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="164"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="164"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_cell_data_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_cell_data_on&quot;>Mobile Data On&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="163"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="167"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="165"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="165"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_bluetooth_tether` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_bluetooth_tether&quot;>Bluetooth tethering.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="418"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="166"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="168"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_vpn_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_vpn_on&quot;>VPN on.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="168"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="170"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="170"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_no_sims` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_no_sims&quot;>No SIM card.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="169"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="172"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="171"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_battery_details` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_battery_details&quot;>Open battery details&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="171"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="173"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="173"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_settings_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_settings_button&quot;>System settings.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="442"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="174"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="176"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="176"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_notifications_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_notifications_button&quot;>Notifications.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="175"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="177"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_remove_notification` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_remove_notification&quot;>Clear notification.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="177"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="179"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_gps_enabled` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_gps_enabled&quot;>GPS enabled.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="178"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="180"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="180"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_gps_acquiring` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_gps_acquiring&quot;>GPS acquiring.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="457"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="179"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="184"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="182"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="185"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="183"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="181"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="181"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_work_mode` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_work_mode&quot;>@string/quick_settings_work_mode_label&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="472"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_recents_item_launched` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_recents_item_launched&quot;>Starting &lt;xliff:g id=&quot;app&quot; example=&quot;Calendar&quot;>%s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="191"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="193"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="193"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_notification_dismissed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_notification_dismissed&quot;>Notification dismissed.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="192"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="197"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="195"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="194"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="194"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_desc_settings` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_desc_settings&quot;>Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="199"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="199"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="199"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="199"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="196"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="201"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="199"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="198"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="198"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_wifi` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_wifi&quot;>&lt;xliff:g id=&quot;signal&quot; example=&quot;Three bars&quot;>%1$s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="200"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="202"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="202"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_mobile` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_mobile&quot;>Mobile &lt;xliff:g id=&quot;signal&quot; example=&quot;Three bars&quot;>%1$s&lt;/xliff:g>. &lt;xliff:g id=&quot;type&quot; example=&quot;4G&quot;>%2$s&lt;/xliff:g>. &lt;xliff:g id=&quot;network&quot; example=&quot;T-Mobile&quot;>%3$s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="203"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="205"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_battery` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_battery&quot;>Battery &lt;xliff:g id=&quot;state&quot; example=&quot;50% charging&quot;>%s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="204"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="206"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_airplane_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_airplane_off&quot;>Airplane mode off.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="205"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="207"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="207"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_airplane_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_airplane_on&quot;>Airplane mode on.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="206"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="211"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="209"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="212"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="210"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="208"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="208"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_bluetooth_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_bluetooth_off&quot;>Bluetooth off.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="215"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="217"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_bluetooth_connecting` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_bluetooth_connecting&quot;>Bluetooth connecting.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="217"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="219"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="219"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_bluetooth_connected` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_bluetooth_connected&quot;>Bluetooth connected.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="218"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="223"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="221"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="224"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="222"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="220"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="220"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_close` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_close&quot;>Close panel.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="226"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="230"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="228"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="228"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_flashlight_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_flashlight_off&quot;>Flashlight off.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="229"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="232"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="231"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_flashlight_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_flashlight_on&quot;>Flashlight on.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="231"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="236"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="234"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="237"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="235"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="233"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="233"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_ambient_display_charging` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_ambient_display_charging&quot;>Charging&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="246"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="248"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.data_usage_disabled_dialog_3g_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;data_usage_disabled_dialog_3g_title&quot;>2G-3G data is paused&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="247"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="249"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="249"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.data_usage_disabled_dialog_4g_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;data_usage_disabled_dialog_4g_title&quot;>4G data is paused&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="248"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="251"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="252"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="250"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="250"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.gps_notification_searching_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;gps_notification_searching_text&quot;>Searching for GPS&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="613"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="253"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="255"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="255"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.gps_notification_found_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;gps_notification_found_text&quot;>Location set by GPS&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="616"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="254"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="259"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="257"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="260"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="258"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="256"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="256"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_notification_inspect_item_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_notification_inspect_item_title&quot;>Notification settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="637"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="263"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="265"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.status_bar_notification_app_settings_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;status_bar_notification_app_settings_title&quot;>&lt;xliff:g id=&quot;app_name&quot; example=&quot;Calendar&quot;>%s&lt;/xliff:g> settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="641"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="264"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="266"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="266"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_rotation_lock_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_rotation_lock_off&quot;>Screen will rotate automatically.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="644"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="265"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="267"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="267"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_rotation_lock_off_changed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_rotation_lock_off_changed&quot;>Screen will now rotate automatically.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="653"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="268"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="270"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_rotation_lock_on_landscape_changed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_rotation_lock_on_landscape_changed&quot;>Screen is now locked in landscape orientation.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="269"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="271"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="271"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_rotation_lock_on_portrait_changed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_rotation_lock_on_portrait_changed&quot;>Screen is now locked in portrait orientation.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="270"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="274"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="272"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="272"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.ethernet_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;ethernet_label&quot;>Ethernet&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="668"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="273"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="275"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="275"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_dnd_priority_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_dnd_priority_label&quot;>Priority only&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="675"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="276"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="278"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_dnd_alarms_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_dnd_alarms_label&quot;>Alarms only&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="677"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="277"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="279"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="279"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_dnd_none_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_dnd_none_label&quot;>Total silence&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="679"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="278"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="280"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_bluetooth_multiple_devices_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_multiple_devices_label&quot;>Bluetooth (&lt;xliff:g id=&quot;number&quot;>%d&lt;/xliff:g> Devices)&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="683"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="280"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="286"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="284"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="282"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="282"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_bluetooth_off_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_off_label&quot;>Bluetooth Off&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="685"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="291"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="281"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="287"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="289"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="285"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="283"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="283"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_brightness_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_brightness_label&quot;>Brightness&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="288"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="290"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="290"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_rotation_value` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_rotation_value&quot;>&lt;xliff:g name=&quot;rotation&quot; example=&quot;Portrait&quot;>%s&lt;/xliff:g> mode&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="705"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="291"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="293"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_rotation_locked_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_rotation_locked_label&quot;>Rotation locked&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="292"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="294"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_rotation_locked_portrait_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_rotation_locked_portrait_label&quot;>Portrait&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="293"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="295"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_rotation_locked_landscape_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_rotation_locked_landscape_label&quot;>Landscape&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="294"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="296"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="296"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_ime_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_ime_label&quot;>Input Method&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="295"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="297"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_location_off_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_location_off_label&quot;>Location Off&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="717"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="297"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="299"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_media_device_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_media_device_label&quot;>Media device&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="719"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="298"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="300"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_rssi_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_rssi_label&quot;>RSSI&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="721"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="299"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="301"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_rssi_emergency_only` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_rssi_emergency_only&quot;>Emergency Calls Only&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="300"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="302"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_settings_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_settings_label&quot;>Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="301"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="303"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_time_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_time_label&quot;>Time&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="302"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="306"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="304"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="304"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_user_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_user_label&quot;>Me&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="303"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="305"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_user_new_user` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_user_new_user&quot;>New user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="733"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="305"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="307"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_wifi_not_connected` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_wifi_not_connected&quot;>Not Connected&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="307"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="309"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_wifi_no_network` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_wifi_no_network&quot;>No Network&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="308"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="310"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_wifi_off_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_wifi_off_label&quot;>Wi-Fi Off&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="741"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="319"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="309"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="315"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="317"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="313"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="311"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="311"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_wifi_on_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_wifi_on_label&quot;>Wi-Fi On&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="743"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="310"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="314"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="312"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="312"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_cast_device_default_description` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_cast_device_default_description&quot;>Ready to cast&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="755"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="326"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="322"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="322"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="322"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="316"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="322"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="322"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="324"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="320"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="318"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="318"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_brightness_dialog_auto_brightness_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_brightness_dialog_auto_brightness_label&quot;>AUTO&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="761"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="319"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="321"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_color_space_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_color_space_label&quot;>Color correction mode&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="765"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="321"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="325"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="323"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="323"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_tethering_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_tethering_label&quot;>Tethering&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="777"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="333"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="333"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="333"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="327"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="333"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="333"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="331"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="329"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="329"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_notifications_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_notifications_label&quot;>Notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="791"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="349"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="341"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="343"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="343"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="335"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="343"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="342"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="340"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="345"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="339"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="337"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="337"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.recents_search_bar_label` appears to be unused"
+        errorLine1="    &lt;string name=&quot;recents_search_bar_label&quot;>search&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="362"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="362"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="363"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="362"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="365"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="365"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="362"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="357"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="365"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="364"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="362"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="361"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="359"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="359"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.recents_multistack_add_stack_dialog_split_horizontal` appears to be unused"
+        errorLine1="    &lt;string name=&quot;recents_multistack_add_stack_dialog_split_horizontal&quot;>Split Horizontal&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="855"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="364"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="366"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.recents_multistack_add_stack_dialog_split_vertical` appears to be unused"
+        errorLine1="    &lt;string name=&quot;recents_multistack_add_stack_dialog_split_vertical&quot;>Split Vertical&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="857"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="365"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="369"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="367"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="367"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.recents_multistack_add_stack_dialog_split_custom` appears to be unused"
+        errorLine1="    &lt;string name=&quot;recents_multistack_add_stack_dialog_split_custom&quot;>Split Custom&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="859"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="366"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="370"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="368"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="368"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.expanded_header_battery_charged` appears to be unused"
+        errorLine1="    &lt;string name=&quot;expanded_header_battery_charged&quot;>Charged&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="871"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="371"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="373"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.expanded_header_battery_charging` appears to be unused"
+        errorLine1="    &lt;string name=&quot;expanded_header_battery_charging&quot;>Charging&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="874"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="372"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="374"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.expanded_header_battery_charging_with_time` appears to be unused"
+        errorLine1="    &lt;string name=&quot;expanded_header_battery_charging_with_time&quot;>&lt;xliff:g id=&quot;charging_time&quot; example=&quot;2 hrs 25 min&quot;>%s&lt;/xliff:g> until full&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="877"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="373"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="375"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.expanded_header_battery_not_charging` appears to be unused"
+        errorLine1="    &lt;string name=&quot;expanded_header_battery_not_charging&quot;>Not charging&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="880"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="374"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="376"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.ssl_ca_cert_warning` appears to be unused"
+        errorLine1="    &lt;string name=&quot;ssl_ca_cert_warning&quot;>Network may\nbe monitored&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="886"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="375"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="377"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.description_target_search` appears to be unused"
+        errorLine1="    &lt;string name=&quot;description_target_search&quot;>Search&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="889"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="376"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="378"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.description_direction_up` appears to be unused"
+        errorLine1="    &lt;string name=&quot;description_direction_up&quot;>Slide up for &lt;xliff:g id=&quot;target_description&quot; example=&quot;Unlock&quot;>%s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="891"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="391"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="377"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="381"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="379"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="379"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.description_direction_left` appears to be unused"
+        errorLine1="    &lt;string name=&quot;description_direction_left&quot;>&quot;Slide left for &lt;xliff:g id=&quot;target_description&quot; example=&quot;Unlock&quot;>%s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="893"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="392"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="378"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="383"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="382"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="380"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="380"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.keyguard_more_overflow_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;keyguard_more_overflow_text&quot;>+&lt;xliff:g id=&quot;number_of_notifications&quot; example=&quot;5&quot;>%d&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="911"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="398"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="392"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="392"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="384"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="392"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="391"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="394"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="388"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="386"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="386"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.speed_bump_explanation` appears to be unused"
+        errorLine1="    &lt;string name=&quot;speed_bump_explanation&quot;>Less urgent notifications below&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="914"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="399"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="391"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="393"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="393"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="385"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="393"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="392"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="390"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="395"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="389"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="387"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="387"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_multi_user_switch_switcher` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_multi_user_switch_switcher&quot;>Switch user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="970"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="417"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="403"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="405"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_multi_user_switch_switcher_with_current` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_multi_user_switch_switcher_with_current&quot;>Switch user, current user &lt;xliff:g id=&quot;current_user_name&quot; example=&quot;John Doe&quot;>%s&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="973"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="418"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="412"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="412"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="404"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="412"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="406"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_multi_user_switch_inactive` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_multi_user_switch_inactive&quot;>Current user &lt;xliff:g id=&quot;current_user_name&quot; example=&quot;John Doe&quot;>%s&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="976"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="419"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="405"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="412"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="415"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="409"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="407"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="407"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_multi_user_switch_quick_contact` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_multi_user_switch_quick_contact&quot;>Show profile&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="979"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="420"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="412"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="406"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="414"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="413"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="411"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="416"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="410"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="408"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="408"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.guest_notification_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;guest_notification_title&quot;>Guest user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1018"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="419"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="421"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.guest_notification_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;guest_notification_text&quot;>To delete apps and data, remove guest user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1021"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="420"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="422"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.guest_notification_remove_action` appears to be unused"
+        errorLine1="    &lt;string name=&quot;guest_notification_remove_action&quot;>REMOVE GUEST&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1024"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="421"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="423"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.user_logout_notification_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;user_logout_notification_title&quot;>Logout user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1027"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="422"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="424"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.user_logout_notification_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;user_logout_notification_text&quot;>Logout current user&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1030"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="423"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="427"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="425"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="425"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.user_logout_notification_action` appears to be unused"
+        errorLine1="    &lt;string name=&quot;user_logout_notification_action&quot;>LOGOUT USER&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1033"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="430"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="424"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="432"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="431"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="429"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="428"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="426"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="426"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_saver_notification_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_saver_notification_title&quot;>Battery Saver is on&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1060"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="441"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="441"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="433"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="441"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="435"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_saver_notification_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_saver_notification_text&quot;>Reduces performance and background data&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1063"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="442"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="442"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="434"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="442"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="441"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="438"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="436"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="436"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_saver_notification_action_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_saver_notification_action_text&quot;>Turn off Battery Saver&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1066"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="441"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="435"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="442"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="440"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="439"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="437"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="437"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.profile_owned_footer` appears to be unused"
+        errorLine1="    &lt;string name=&quot;profile_owned_footer&quot;>Profile may be monitored&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1090"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="457"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="443"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="445"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.vpn_footer` appears to be unused"
+        errorLine1="    &lt;string name=&quot;vpn_footer&quot;>Network may be monitored&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1093"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="458"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="452"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="452"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="444"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="452"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="454"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="448"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="446"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="446"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.branded_vpn_footer` appears to be unused"
+        errorLine1="    &lt;string name=&quot;branded_vpn_footer&quot;>Network may be monitored&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1096"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="459"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="451"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="445"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="453"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="452"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="450"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="455"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="449"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="447"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="447"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_title_profile_owned` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_title_profile_owned&quot;>Profile monitoring&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1147"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="476"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="468"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="462"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="466"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="464"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="464"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.disable_vpn` appears to be unused"
+        errorLine1="    &lt;string name=&quot;disable_vpn&quot;>Disable VPN&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1163"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="481"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="475"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="475"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="467"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="475"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="474"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="477"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="471"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="469"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="469"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.disconnect_vpn` appears to be unused"
+        errorLine1="    &lt;string name=&quot;disconnect_vpn&quot;>Disconnect VPN&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1166"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="474"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="476"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="476"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="468"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="476"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="475"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="473"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="478"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="472"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="470"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="470"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_header_generic` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_header_generic&quot;>Your device is managed by &lt;xliff:g id=&quot;device_owner_app&quot; example=&quot;Google Mobile Management&quot;>%1$s&lt;/xliff:g>.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1202"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="480"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="482"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_header_with_name` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_header_with_name&quot;>&lt;xliff:g id=&quot;organization_name&quot; example=&quot;Foo, Inc.&quot;>%1$s&lt;/xliff:g> uses &lt;xliff:g id=&quot;device_owner_app&quot; example=&quot;Google Mobile Management&quot;>%2$s&lt;/xliff:g> to manage your device.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1205"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="481"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="483"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_body` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_body&quot;>Your admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\&apos;s location information.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1208"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="482"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="484"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_learn_more_separator` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_learn_more_separator&quot;>&quot; &quot;&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1211"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="483"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="485"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_learn_more` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_learn_more&quot;>Learn more&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1214"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="484"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="486"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="486"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_do_body_vpn` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_do_body_vpn&quot;>You\&apos;re connected to &lt;xliff:g id=&quot;vpn_app&quot;>%1$s&lt;/xliff:g>, which can monitor your network activity, including emails, apps, and websites.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1217"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="485"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="487"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="487"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_ca_cert_settings_separator` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_ca_cert_settings_separator&quot;>&quot; &quot;&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1226"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="488"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="490"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_ca_cert_settings` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_ca_cert_settings&quot;>Open trusted credentials&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1229"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="489"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="491"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_network_logging` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_network_logging&quot;>Your admin has turned on network logging, which monitors traffic on your device.\n\nFor more information, contact your admin.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1232"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="490"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="492"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_vpn` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_vpn&quot;>You gave an app permission to set up a VPN connection.\n\nThis app can monitor your device and network activity, including emails, apps, and websites.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1235"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="491"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="493"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="493"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_vpn_profile_owned` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_vpn_profile_owned&quot;>Your work profile is managed by &lt;xliff:g id=&quot;organization&quot;>%1$s&lt;/xliff:g>.\n\nYour admin is capable of monitoring your network activity including emails, apps, and websites.\n\nFor more information, contact your admin.\n\nYou\&apos;re also connected to a VPN, which can monitor your network activity.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1238"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="492"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="494"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_app` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_app&quot;>You\&apos;re connected to"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1244"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="494"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="496"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_app_personal` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_app_personal&quot;>You\&apos;re connected to &lt;xliff:g id=&quot;application&quot;>%1$s&lt;/xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1249"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="495"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="497"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.branded_monitoring_description_app_personal` appears to be unused"
+        errorLine1="    &lt;string name=&quot;branded_monitoring_description_app_personal&quot;>You\&apos;re connected to &lt;xliff:g id=&quot;application&quot;>%1$s&lt;/xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1252"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="496"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="498"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_app_work` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_app_work&quot;>Your work profile is managed by"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1255"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="497"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="499"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.monitoring_description_app_personal_work` appears to be unused"
+        errorLine1="    &lt;string name=&quot;monitoring_description_app_personal_work&quot;>Your work profile is managed by"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1261"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="498"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="500"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.keyguard_indication_trust_granted` appears to be unused"
+        errorLine1="    &lt;string name=&quot;keyguard_indication_trust_granted&quot;>Unlocked for &lt;xliff:g id=&quot;user_name&quot; example=&quot;John Doe&quot;>%1$s&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1269"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="499"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="501"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="501"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.keyguard_indication_trust_managed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;keyguard_indication_trust_managed&quot;>&lt;xliff:g id=&quot;trust_agent&quot; example=&quot;Smart Lock&quot;>%1$s&lt;/xliff:g> is running&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1272"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="500"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="502"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.hidden_notifications_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;hidden_notifications_title&quot;>Get notifications faster&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1278"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="502"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="504"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.hidden_notifications_text` appears to be unused"
+        errorLine1="    &lt;string name=&quot;hidden_notifications_text&quot;>See them before you unlock&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1281"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="503"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="505"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.hidden_notifications_cancel` appears to be unused"
+        errorLine1="    &lt;string name=&quot;hidden_notifications_cancel&quot;>No thanks&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1284"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="518"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="504"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="508"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="506"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="506"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.hidden_notifications_setup` appears to be unused"
+        errorLine1="    &lt;string name=&quot;hidden_notifications_setup&quot;>Set up&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1287"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="505"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="507"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_zen_end_now` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_zen_end_now&quot;>Turn off now&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1293"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="507"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="509"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_volume_expand` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_volume_expand&quot;>Expand&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1299"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="523"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="509"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="511"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_volume_collapse` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_volume_collapse&quot;>Collapse&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1302"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="524"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="518"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="518"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="510"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="518"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="520"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="514"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="512"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="512"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_output_chooser` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_output_chooser&quot;>Switch output device&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1305"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="517"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="511"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="519"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="518"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="516"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="521"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="515"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="513"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="513"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_reset_confirmation_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_reset_confirmation_title&quot;>Hide &lt;xliff:g id=&quot;tile_label&quot; example=&quot;Hotspot&quot;>%1$s&lt;/xliff:g>?&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1330"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="531"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="531"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="523"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="531"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="525"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_reset_confirmation_message` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_reset_confirmation_message&quot;>It will reappear the next time you turn it on in settings.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1333"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="538"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="532"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="532"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="524"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="532"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="531"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="534"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="528"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="526"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="526"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings_reset_confirmation_button` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings_reset_confirmation_button&quot;>Hide&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1336"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="531"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="525"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="533"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="532"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="530"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="529"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="527"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="527"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.ring_toggle_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;ring_toggle_title&quot;>Calls&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1351"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="549"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="540"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="540"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="541"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="540"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="543"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="543"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="540"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="535"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="543"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="542"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="540"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="545"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="539"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="537"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="537"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_muted` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_muted&quot; translatable=&quot;false&quot;>%s silent&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1361"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_vibrate` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_vibrate&quot; translatable=&quot;false&quot;>%s vibrate&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1362"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_suppressed` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_suppressed&quot; translatable=&quot;false&quot;>%1$s silent — %2$s&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1363"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_muted_dnd` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_muted_dnd&quot; translatable=&quot;false&quot;>%s silent — Total silence&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1364"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_limited_dnd` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_limited_dnd&quot; translatable=&quot;false&quot;>%s — Priority only&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1365"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_stream_vibrate_dnd` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_stream_vibrate_dnd&quot; translatable=&quot;false&quot;>%s vibrate — Priority only&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1366"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_title&quot;>Media output&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1385"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="551"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="553"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_calls_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_calls_title&quot;>Phone call output&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1386"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="552"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="554"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_none_found` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_none_found&quot;>No devices found&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1387"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="553"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="555"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_none_found_service_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_none_found_service_off&quot;>No devices found. Try turning on &lt;xliff:g id=&quot;service&quot; example=&quot;Bluetooth&quot;>%1$s&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1388"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="554"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="556"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_service_bt` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_service_bt&quot;>Bluetooth&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1389"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="555"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="557"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_service_wifi` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_service_wifi&quot;>Wi-Fi&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1390"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="556"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="558"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="558"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.output_service_bt_wifi` appears to be unused"
+        errorLine1="    &lt;string name=&quot;output_service_bt_wifi&quot;>Bluetooth and Wi-Fi&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1391"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="557"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="559"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.show_battery_percentage` appears to be unused"
+        errorLine1="    &lt;string name=&quot;show_battery_percentage&quot;>Show embedded battery percentage&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1397"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="559"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="561"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.show_battery_percentage_summary` appears to be unused"
+        errorLine1="    &lt;string name=&quot;show_battery_percentage_summary&quot;>Show battery level percentage inside the status bar icon when not charging&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1400"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="560"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="564"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="562"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="562"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.quick_settings` appears to be unused"
+        errorLine1="    &lt;string name=&quot;quick_settings&quot;>Quick Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1403"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="561"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="566"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="563"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.overview` appears to be unused"
+        errorLine1="    &lt;string name=&quot;overview&quot;>Overview&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1409"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="569"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="563"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="570"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="568"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="567"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="565"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="565"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.add_tile` appears to be unused"
+        errorLine1="    &lt;string name=&quot;add_tile&quot;>Add tile&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1433"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="585"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="578"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="579"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="579"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="571"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="579"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="578"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="581"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="575"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="573"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="573"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.broadcast_tile` appears to be unused"
+        errorLine1="    &lt;string name=&quot;broadcast_tile&quot;>Broadcast Tile&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1436"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="586"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="579"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="578"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="580"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="580"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="572"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="580"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="579"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="577"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="582"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="576"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="574"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="574"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.regrettable_lack_of_easter_egg` appears to be unused"
+        errorLine1="    &lt;string name=&quot;regrettable_lack_of_easter_egg&quot;>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1439"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.activity_not_found` appears to be unused"
+        errorLine1="    &lt;string name=&quot;activity_not_found&quot;>Application is not installed on your device&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1486"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="587"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="589"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.clock_seconds` appears to be unused"
+        errorLine1="    &lt;string name=&quot;clock_seconds&quot;>Show clock seconds&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1489"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="588"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="590"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.clock_seconds_desc` appears to be unused"
+        errorLine1="    &lt;string name=&quot;clock_seconds_desc&quot;>Show clock seconds in the status bar. May impact battery life.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1491"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="589"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="591"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_rearrange` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_rearrange&quot;>Rearrange Quick Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1494"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="590"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="592"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.show_brightness` appears to be unused"
+        errorLine1="    &lt;string name=&quot;show_brightness&quot;>Show brightness in Quick Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1496"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="591"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="595"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="593"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="593"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_paging` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_paging&quot; translatable=&quot;false&quot;>Use the new Quick Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1498"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.experimental` appears to be unused"
+        errorLine1="    &lt;string name=&quot;experimental&quot;>Experimental&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1502"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="592"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="594"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="594"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_customize` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_customize&quot; translatable=&quot;false&quot;>Allow long-press customize in Quick Settings&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1504"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_customize_info` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_customize_info&quot; translatable=&quot;false&quot;>Info&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1505"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_customize_remove` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_customize_remove&quot; translatable=&quot;false&quot;>Remove&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1506"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.no_tiles_add` appears to be unused"
+        errorLine1="    &lt;string name=&quot;no_tiles_add&quot; translatable=&quot;false&quot;>No tiles to add&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1507"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.show_silently` appears to be unused"
+        errorLine1="    &lt;string name=&quot;show_silently&quot;>Show notifications silently&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1520"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="610"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="596"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="598"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.block` appears to be unused"
+        errorLine1="    &lt;string name=&quot;block&quot;>Block all notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1522"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="597"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="599"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.do_not_silence` appears to be unused"
+        errorLine1="    &lt;string name=&quot;do_not_silence&quot;>Don\&apos;t silence&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1524"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="598"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="600"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="600"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.do_not_silence_block` appears to be unused"
+        errorLine1="    &lt;string name=&quot;do_not_silence_block&quot;>Don\&apos;t silence or block&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1526"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="613"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="599"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="601"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.tuner_full_importance_settings_on` appears to be unused"
+        errorLine1="    &lt;string name=&quot;tuner_full_importance_settings_on&quot;>On&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1530"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="615"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="601"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="605"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="603"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="603"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.tuner_full_importance_settings_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;tuner_full_importance_settings_off&quot;>Off&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1531"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="616"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="610"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="610"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="602"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="610"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="607"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="604"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.notification_header_default_channel` appears to be unused"
+        errorLine1="    &lt;string name=&quot;notification_header_default_channel&quot;>Notifications&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1558"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="618"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="610"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="604"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="612"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="611"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="609"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="614"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="608"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="606"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="606"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.notification_channel_switch_accessibility` appears to be unused"
+        errorLine1="    &lt;string name=&quot;notification_channel_switch_accessibility&quot;>Allow notifications from this channel&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1614"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="639"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="631"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="625"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="629"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="627"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="627"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.notification_done` appears to be unused"
+        errorLine1="    &lt;string name=&quot;notification_done&quot;>Done&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1622"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="642"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="634"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="636"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="636"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="628"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="636"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="635"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="633"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="638"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="632"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="630"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="630"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_panel_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_panel_title&quot;>Battery usage&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1660"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="666"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="653"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="650"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="644"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="653"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="658"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="648"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="646"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="646"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_detail_charging_summary` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_detail_charging_summary&quot;>Battery Saver not available during charging&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1663"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="667"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="652"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="652"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="657"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="657"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="652"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="645"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="657"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="652"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="647"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.battery_detail_switch_summary` appears to be unused"
+        errorLine1="    &lt;string name=&quot;battery_detail_switch_summary&quot;>Reduces performance and background data&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1669"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="669"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="653"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="647"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="659"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="656"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="654"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="661"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="651"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="649"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="649"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.keyboard_shortcut_group_applications_youtube` appears to be unused"
+        errorLine1="    &lt;string name=&quot;keyboard_shortcut_group_applications_youtube&quot;>YouTube&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1754"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="710"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="688"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="690"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.tuner_full_zen_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;tuner_full_zen_title&quot;>Show with volume controls&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1759"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="712"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="696"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="690"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="694"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="692"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="692"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.volume_up_silent` appears to be unused"
+        errorLine1="    &lt;string name=&quot;volume_up_silent&quot;>Exit do not disturb on volume up&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1769"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="715"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="705"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="705"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="693"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="705"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="700"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="695"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.clock` appears to be unused"
+        errorLine1="    &lt;string name=&quot;clock&quot;>Clock&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1775"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="717"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="701"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="695"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="707"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="699"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="697"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="697"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_data_saver_off` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_data_saver_off&quot;>Data Saver is off&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1797"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="708"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="714"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="714"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="702"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="714"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="706"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="704"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="704"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.nav_bar_default` appears to be unused"
+        errorLine1="    &lt;string name=&quot;nav_bar_default&quot;> (default)&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1819"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="731"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="718"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="715"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="721"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="721"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="709"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="721"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="718"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="716"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="713"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="711"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="711"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.menu_ime` appears to be unused"
+        errorLine1="    &lt;string name=&quot;menu_ime&quot;>Keyboard switcher&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1851"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="744"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="731"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="728"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="734"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="734"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="722"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="734"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="731"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="736"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="726"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="724"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="724"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.save` appears to be unused"
+        errorLine1="    &lt;string name=&quot;save&quot;>Save&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1853"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="745"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="730"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="730"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="735"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="735"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="730"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="723"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="735"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="730"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="725"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.adjust_button_width` appears to be unused"
+        errorLine1="    &lt;string name=&quot;adjust_button_width&quot;>Adjust button width&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1858"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="747"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="734"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="731"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="725"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="737"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="734"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="732"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="739"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="729"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="727"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="727"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.accessibility_quick_settings_alarm_set` appears to be unused"
+        errorLine1="    &lt;string name=&quot;accessibility_quick_settings_alarm_set&quot;>Alarm set.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="1985"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="798"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="783"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="785"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="782"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="779"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="779"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="779"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="779"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="779"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="783"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="783"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="776"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="785"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="783"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="780"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="778"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="778"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.pip_phone_minimize` appears to be unused"
+        errorLine1="    &lt;string name=&quot;pip_phone_minimize&quot;>Minimize&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2024"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="807"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="791"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="788"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="785"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="789"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="787"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="787"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.pip_notification_title` appears to be unused"
+        errorLine1="    &lt;string name=&quot;pip_notification_title&quot;>&lt;xliff:g id=&quot;name&quot; example=&quot;Google Maps&quot;>%s&lt;/xliff:g> is in picture-in-picture&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2039"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="812"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="796"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="802"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="802"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="790"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="802"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="799"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="804"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="792"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="792"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.pip_notification_message` appears to be unused"
+        errorLine1="    &lt;string name=&quot;pip_notification_message&quot;>If you don\&apos;t want &lt;xliff:g id=&quot;name&quot; example=&quot;Google Maps&quot;>%s&lt;/xliff:g> to use this feature, tap to open settings and turn it off.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2042"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="813"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="798"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="800"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="797"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="794"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="798"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="803"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="803"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="798"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="791"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="803"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="800"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="798"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="805"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="795"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="793"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="793"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.change_theme_reboot` appears to be unused"
+        errorLine1="    &lt;string name=&quot;change_theme_reboot&quot; translatable=&quot;false&quot;>Changing the theme requires a restart.&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2057"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.theme` appears to be unused"
+        errorLine1="    &lt;string name=&quot;theme&quot; translatable=&quot;false&quot;>Theme&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2059"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.default_theme` appears to be unused"
+        errorLine1="    &lt;string name=&quot;default_theme&quot; translatable=&quot;false&quot;>Default&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2061"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_dnd_until` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_dnd_until&quot;>Until &lt;xliff:g name=&quot;time&quot;>%s&lt;/xliff:g>&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2169"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="856"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="841"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="841"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="846"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="846"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="841"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="834"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="846"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="841"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="836"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_dnd_keep` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_dnd_keep&quot;>Keep&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2172"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="857"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="842"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="844"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="841"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="842"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="847"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="847"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="842"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="835"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="847"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="844"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="842"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="849"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="837"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="837"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.string.qs_dnd_replace` appears to be unused"
+        errorLine1="    &lt;string name=&quot;qs_dnd_replace&quot;>Replace&lt;/string>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/strings.xml"
+            line="2175"
+            column="13"/>
+        <location
+            file="res/values-af/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-am/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ar/strings.xml"
+            line="858"
+            column="13"/>
+        <location
+            file="res/values-as/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-az/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-b+sr+Latn/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-be/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-bg/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-bn/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-bs/strings.xml"
+            line="845"
+            column="13"/>
+        <location
+            file="res/values-ca/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-cs/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-da/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-de/strings.xml"
+            line="842"
+            column="13"/>
+        <location
+            file="res/values-el/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-en-rAU/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-en-rCA/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-en-rGB/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-en-rIN/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-en-rXC/strings.xml"
+            line="839"
+            column="13"/>
+        <location
+            file="res/values-es/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-es-rUS/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-et/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-eu/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-fa/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-fi/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-fr/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-fr-rCA/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-gl/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-gu/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-hi/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-hr/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-hu/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-hy/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-in/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-is/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-it/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-iw/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-ja/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-ka/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-kk/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-km/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-kn/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ko/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-ky/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-lo/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-lt/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-lv/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-mk/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ml/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-mn/strings.xml"
+            line="836"
+            column="13"/>
+        <location
+            file="res/values-mr/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ms/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-my/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-nb/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ne/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-nl/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-or/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-pa/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-pl/strings.xml"
+            line="848"
+            column="13"/>
+        <location
+            file="res/values-pt/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-pt-rBR/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-pt-rPT/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ro/strings.xml"
+            line="845"
+            column="13"/>
+        <location
+            file="res/values-ru/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-si/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-sk/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-sl/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-sq/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-sr/strings.xml"
+            line="843"
+            column="13"/>
+        <location
+            file="res/values-sv/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-sw/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-ta/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-te/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-th/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-tl/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-tr/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-uk/strings.xml"
+            line="850"
+            column="13"/>
+        <location
+            file="res/values-ur/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-uz/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-vi/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-zh-rCN/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-zh-rHK/strings.xml"
+            line="840"
+            column="13"/>
+        <location
+            file="res/values-zh-rTW/strings.xml"
+            line="838"
+            column="13"/>
+        <location
+            file="res/values-zu/strings.xml"
+            line="838"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.style.SearchPanelCircle` appears to be unused"
+        errorLine1="    &lt;style name=&quot;SearchPanelCircle&quot;>"
+        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/styles.xml"
+            line="369"
+            column="12"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.sun2` appears to be unused"
+        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/sun2.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.system_in` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/system_in.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.anim.system_out` appears to be unused"
+        errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/anim/system_out.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.layout.tuner_zen_mode_panel` appears to be unused"
+        errorLine1="&lt;com.android.systemui.tuner.TunerZenModePanel"
+        errorLine2="^">
+        <location
+            file="res/layout/tuner_zen_mode_panel.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.tv_pip_outline` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/drawable/tv_pip_outline.xml"
+            line="17"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UnusedResources"
+        message="The resource `R.drawable.volume_dialog_background` appears to be unused"
+        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
+        errorLine2="^">
+        <location
+            file="res/drawable/volume_dialog_background.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="UselessParent"
+        message="This `FrameLayout` layout or its `FrameLayout` parent is useless; transfer the `background` attribute to the other view"
+        errorLine1="    &lt;FrameLayout"
+        errorLine2="    ^">
+        <location
+            file="res/layout/brightness_mirror.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="UselessParent"
+        message="This `FrameLayout` layout or its `FrameLayout` parent is possibly useless"
+        errorLine1="    &lt;FrameLayout"
+        errorLine2="    ^">
+        <location
+            file="res/layout-sw600dp/navigation_layout_rot90.xml"
+            line="22"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="UnusedNamespace"
+        message="Unused namespace `systemui`"
+        errorLine1="    xmlns:systemui=&quot;http://schemas.android.com/apk/res/com.android.systemui&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyguard_bottom_area.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="UnusedNamespace"
+        message="Unused namespace `systemui`"
+        errorLine1="    xmlns:systemui=&quot;http://schemas.android.com/apk/res/com.android.systemui&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="TypographyEllipsis"
+        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
+        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot;>Connecting...&lt;/string>"
+        errorLine2="                                             ^">
+        <location
+            file="res/values/strings.xml"
+            line="775"
+            column="46"/>
+    </issue>
+
+    <issue
+        id="TypographyQuotes"
+        message="Replace straight quotes (&quot;) with directional quotes (“”, &amp;#8220; and &amp;#8221;) ?"
+        errorLine1="    &lt;string name=&quot;pip_close&quot; msgid=&quot;3480680679023423574&quot;>&quot;\&quot;Кадр в кадре\&quot; – выйти&quot;&lt;/string>"
+        errorLine2="                                                         ^">
+        <location
+            file="res/values-ru/strings_tv.xml"
+            line="24"
+            column="58"/>
+    </issue>
+
+    <issue
+        id="IconDipSize"
+        message="The image `ic_sysbar_lights_out_dot_large.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-mdpi/ic_sysbar_lights_out_dot_large.png: 10x9 dp (10x9 px), drawable-xhdpi/ic_sysbar_lights_out_dot_large.png: 8x6 dp (15x11 px), drawable-hdpi/ic_sysbar_lights_out_dot_large.png: 6x8 dp (9x12 px), drawable-xxhdpi/ic_sysbar_lights_out_dot_large.png: 5x5 dp (15x16 px)">
+        <location
+            file="res/drawable-xxhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-hdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-xhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-mdpi/ic_sysbar_lights_out_dot_large.png"/>
+    </issue>
+
+    <issue
+        id="IconDipSize"
+        message="The image `ic_sysbar_lights_out_dot_large.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_large.png: 11x8 dp (11x8 px), drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_large.png: 9x8 dp (18x15 px), drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_large.png: 7x8 dp (11x12 px), drawable-sw600dp-xxhdpi/ic_sysbar_lights_out_dot_large.png: 6x7 dp (19x21 px)">
+        <location
+            file="res/drawable-sw600dp-xxhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_large.png"/>
+        <location
+            file="res/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_large.png"/>
+    </issue>
+
+    <issue
+        id="IconDipSize"
+        message="The image `ic_sysbar_lights_out_dot_small.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-mdpi/ic_sysbar_lights_out_dot_small.png: 8x9 dp (8x9 px), drawable-xhdpi/ic_sysbar_lights_out_dot_small.png: 6x7 dp (11x13 px), drawable-hdpi/ic_sysbar_lights_out_dot_small.png: 5x4 dp (7x6 px), drawable-xxhdpi/ic_sysbar_lights_out_dot_small.png: 4x4 dp (13x12 px)">
+        <location
+            file="res/drawable-xxhdpi/ic_sysbar_lights_out_dot_small.png"/>
+        <location
+            file="res/drawable-hdpi/ic_sysbar_lights_out_dot_small.png"/>
+        <location
+            file="res/drawable-xhdpi/ic_sysbar_lights_out_dot_small.png"/>
+        <location
+            file="res/drawable-mdpi/ic_sysbar_lights_out_dot_small.png"/>
+    </issue>
+
+    <issue
+        id="IconDensities"
+        message="Missing the following drawables in `drawable-hdpi`: recents_task_shadow.9.png, remote.png">
+        <location
+            file="res/drawable-hdpi"/>
+    </issue>
+
+    <issue
+        id="IconDensities"
+        message="Missing the following drawables in `drawable-mdpi`: recents_task_shadow.9.png, remote.png">
+        <location
+            file="res/drawable-mdpi"/>
+    </issue>
+
+    <issue
+        id="IconDensities"
+        message="Missing the following drawables in `drawable-xhdpi`: recents_task_shadow.9.png (found in drawable-xxhdpi)">
+        <location
+            file="res/drawable-xhdpi"/>
+    </issue>
+
+    <issue
+        id="IconDensities"
+        message="Missing the following drawables in `drawable-xxhdpi`: ic_cancel_white_24dp.png, ic_dismiss_outline.png, remote.png">
+        <location
+            file="res/drawable-xxhdpi"/>
+    </issue>
+
+    <issue
+        id="IconDensities"
+        message="Missing the following drawables in `drawable-xxxhdpi`: ic_cancel_white_24dp.png, ic_dismiss_outline.png, ic_notification_overlay.9.png, ic_qs_brightness_auto_off_alpha.png, ic_qs_brightness_auto_on_alpha.png... (10 more)">
+        <location
+            file="res/drawable-xxxhdpi"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/app_ops_info.xml"
+            line="39"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/assist_orb.xml"
+            line="38"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/user_avatar&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/car_fullscreen_user_pod.xml"
+            line="28"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/car_qs_footer.xml"
+            line="41"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/car_qs_footer.xml"
+            line="49"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/connected_device_signal.xml"
+            line="33"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/global_actions_item.xml"
+            line="31"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/global_screenshot_background&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/global_screenshot.xml"
+            line="19"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/global_screenshot&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/global_screenshot.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/global_screenshot_flash&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/global_screenshot.xml"
+            line="31"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/keyboard_shortcut_app_item.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/keyboard_shortcuts_key_icon_view.xml"
+            line="18"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView android:id=&quot;@+id/multi_user_avatar&quot;"
+        errorLine2="            ^">
+        <location
+            file="res/layout/keyguard_status_bar.xml"
+            line="50"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView"
+        errorLine2="            ^">
+        <location
+            file="res/layout/mland.xml"
+            line="45"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageButton"
+        errorLine2="        ^">
+        <location
+            file="res/layout/mland.xml"
+            line="73"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageButton"
+        errorLine2="        ^">
+        <location
+            file="res/layout/mland.xml"
+            line="92"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/mobile_signal_group.xml"
+            line="31"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/mobile_signal_group.xml"
+            line="39"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/mobile_signal_group.xml"
+            line="48"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/nav_control_widget.xml"
+            line="28"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/nav_control_widget.xml"
+            line="41"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/nav_control_widget.xml"
+            line="54"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+        errorLine2="^">
+        <location
+            file="res/layout/navigation_bar_app_item.xml"
+            line="21"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/notification_info.xml"
+            line="38"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/notification_snooze.xml"
+            line="42"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="&lt;ImageView"
+        errorLine2="^">
+        <location
+            file="res/layout/pip_menu_action.xml"
+            line="16"
+            column="1"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/preference_widget_settings.xml"
+            line="36"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/qs_detail_header.xml"
+            line="47"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/qs_detail_item.xml"
+            line="27"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/qs_detail_items.xml"
+            line="42"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="                &lt;ImageView"
+        errorLine2="                ^">
+        <location
+            file="res/layout/qs_footer_impl.xml"
+            line="93"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView android:id=&quot;@+id/restricted_padlock&quot;"
+        errorLine2="        ^">
+        <location
+            file="res/layout/qs_tile_label.xml"
+            line="50"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/qs_tile_label.xml"
+            line="59"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/qs_user_detail_item.xml"
+            line="58"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/quick_settings_header_info.xml"
+            line="43"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/quick_settings_header_info.xml"
+            line="69"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/recents.xml"
+            line="37"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/recents_task_view_lock_to_app.xml"
+            line="29"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/rounded_corners.xml"
+            line="21"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/rounded_corners.xml"
+            line="28"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="48"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="55"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="65"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="91"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="98"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="108"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="134"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="141"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons.xml"
+            line="151"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="44"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="51"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="61"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="84"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="91"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="101"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="125"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="132"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="142"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="44"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="52"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="63"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="87"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="95"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="106"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="130"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="138"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="149"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/shelf_menu_anchor_anchor&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/shelf_menu_anchor.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="60"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="68"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="95"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="124"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/status_bar.xml"
+            line="34"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView"
+        errorLine2="            ^">
+        <location
+            file="res/layout/status_bar_mobile_signal_group.xml"
+            line="39"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView"
+        errorLine2="            ^">
+        <location
+            file="res/layout/status_bar_mobile_signal_group.xml"
+            line="47"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/status_bar_mobile_signal_group.xml"
+            line="56"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView"
+        errorLine2="            ^">
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="39"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="            &lt;ImageView"
+        errorLine2="            ^">
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="47"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView android:id=&quot;@+id/backdrop_back&quot;"
+        errorLine2="        ^">
+        <location
+            file="res/layout/super_status_bar.xml"
+            line="35"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView android:id=&quot;@+id/backdrop_front&quot;"
+        errorLine2="        ^">
+        <location
+            file="res/layout/super_status_bar.xml"
+            line="39"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/tuner_shortcut_item.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/tuner_widget_settings_switch.xml"
+            line="24"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView android:id=&quot;@+id/button&quot;"
+        errorLine2="    ^">
+        <location
+            file="res/layout/tv_pip_control_button.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/volume_dnd_icon.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="    &lt;ImageView"
+        errorLine2="    ^">
+        <location
+            file="res/layout/wireless_charging_layout.xml"
+            line="26"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="ContentDescription"
+        message="[Accessibility] Missing `contentDescription` attribute on image"
+        errorLine1="        &lt;ImageView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/zen_mode_panel.xml"
+            line="136"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RelativeOverlap"
+        message="`@id/group_name` can overlap `@id/info` if @id/group_name grows due to localized text expansion"
+        errorLine1="        &lt;TextView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/notification_info.xml"
+            line="64"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RelativeOverlap"
+        message="`@id/undo` can overlap `@id/expand_button` if @string/snooze_undo grows due to localized text expansion"
+        errorLine1="        &lt;TextView"
+        errorLine2="        ^">
+        <location
+            file="res/layout/notification_snooze.xml"
+            line="51"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlCompat"
+        message="Inconsistent alignment specification between `textAlignment` and `gravity` attributes: was `fill_horizontal|center_vertical`, expected `start`"
+        errorLine1="        android:textAlignment=&quot;viewStart&quot; />"
+        errorLine2="                               ~~~~~~~~~">
+        <location
+            file="res/layout/foreground_service_item.xml"
+            line="46"
+            column="32"/>
+        <location
+            file="res/layout/foreground_service_item.xml"
+            line="42"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlCompat"
+        message="Inconsistent alignment specification between `textAlignment` and `gravity` attributes: was `center_vertical`, expected `start`"
+        errorLine1="        android:textAlignment=&quot;viewStart&quot;"
+        errorLine2="                               ~~~~~~~~~">
+        <location
+            file="res/layout/heads_up_status_bar_layout.xml"
+            line="42"
+            column="32"/>
+        <location
+            file="res/layout/heads_up_status_bar_layout.xml"
+            line="45"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlCompat"
+        message="Inconsistent alignment specification between `textAlignment` and `gravity` attributes: was `center_vertical`, expected `start`"
+        errorLine1="        android:textAlignment=&quot;viewStart&quot;"
+        errorLine2="                               ~~~~~~~~~">
+        <location
+            file="res/layout/switch_bar.xml"
+            line="38"
+            column="32"/>
+        <location
+            file="res/layout/switch_bar.xml"
+            line="32"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;@dimen/battery_level_padding_start&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/battery_percentage_view.xml"
+            line="28"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="        android:paddingLeft=&quot;30dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="        android:paddingLeft=&quot;30dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar_unprovisioned.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;6dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/emergency_cryptkeeper_text.xml"
+            line="24"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;6dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/heads_up_status_bar_layout.xml"
+            line="43"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="    android:paddingEnd=&quot;@dimen/group_overflow_number_padding&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/hybrid_overflow_number.xml"
+            line="23"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;12dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyboard_shortcut_app_item.xml"
+            line="40"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;@dimen/system_icons_keyguard_padding_end&quot; >"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/keyguard_status_bar.xml"
+            line="41"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/mobile_signal_group.xml"
+            line="37"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/mobile_signal_group.xml"
+            line="44"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="    android:paddingEnd=&quot;8dp&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_detail_buttons.xml"
+            line="20"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="            android:paddingStart=&quot;@dimen/qs_detail_header_text_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_detail_header.xml"
+            line="40"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="            android:paddingStart=&quot;16dp&quot;>"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_footer_impl.xml"
+            line="49"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="56"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="65"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="96"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="106"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="137"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="147"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="58"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="68"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="101"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="111"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="144"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingRight` you should probably also define `paddingLeft` for right-to-left symmetry"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="153"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="    android:paddingEnd=&quot;@dimen/signal_cluster_battery_padding&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="27"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="        android:paddingEnd=&quot;6dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="66"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="            android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/signal_cluster_view.xml"
+            line="73"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;8dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/slice_permission_request.xml"
+            line="31"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;8dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/slice_permission_request.xml"
+            line="39"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;@dimen/status_bar_padding_start&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar.xml"
+            line="38"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="                android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_mobile_signal_group.xml"
+            line="45"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="                android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_mobile_signal_group.xml"
+            line="52"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="                android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="45"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="                android:paddingEnd=&quot;2dp&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/status_bar_wifi_group.xml"
+            line="52"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+        errorLine1="        android:paddingStart=&quot;48dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/switch_bar.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlSymmetry"
+        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+        errorLine1="        android:paddingEnd=&quot;@dimen/signal_cluster_battery_padding&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/system_icons.xml"
+            line="27"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:gravity=&quot;left&quot;"
+        errorLine2="                         ~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="32"
+            column="26"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;30dp&quot;` to better support right-to-left layouts"
+        errorLine1="        android:paddingLeft=&quot;30dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:gravity=&quot;right&quot;"
+        errorLine2="                         ~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="65"
+            column="26"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Redundant attribute `paddingRight`; already defining `paddingEnd` with `targetSdkVersion` 28"
+        errorLine1="            android:paddingRight=&quot;20dp&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar.xml"
+            line="88"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:gravity=&quot;left&quot;"
+        errorLine2="                         ~~~~">
+        <location
+            file="res/layout/car_navigation_bar_unprovisioned.xml"
+            line="32"
+            column="26"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;30dp&quot;` to better support right-to-left layouts"
+        errorLine1="        android:paddingLeft=&quot;30dp&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/car_navigation_bar_unprovisioned.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="    android:layout_gravity=&quot;top|right&quot;"
+        errorLine2="                            ~~~~~~~~~">
+        <location
+            file="res/layout/global_actions_wrapped.xml"
+            line="6"
+            column="29"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;top|right&quot;"
+        errorLine2="                                ~~~~~~~~~">
+        <location
+            file="res/layout/global_actions_wrapped.xml"
+            line="19"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;top|right&quot;"
+        errorLine2="                                ~~~~~~~~~">
+        <location
+            file="res/layout/global_actions_wrapped.xml"
+            line="30"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/qs_detail_header_padding&quot;` to better support right-to-left layouts"
+        errorLine1="    android:paddingLeft=&quot;@dimen/qs_detail_header_padding&quot;"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_detail_header.xml"
+            line="21"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/restricted_padlock_pading&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/restricted_padlock_pading&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_tile_label.xml"
+            line="55"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/restricted_padlock_pading&quot;` to better support right-to-left layouts"
+        errorLine1="                android:layout_marginLeft=&quot;@dimen/restricted_padlock_pading&quot;"
+        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/qs_user_detail_item.xml"
+            line="64"
+            column="17"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;left|top&quot;"
+        errorLine2="                                ~~~~~~~~">
+        <location
+            file="res/layout/rounded_corners.xml"
+            line="25"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;right|bottom&quot;"
+        errorLine2="                                ~~~~~~~~~~~~">
+        <location
+            file="res/layout/rounded_corners.xml"
+            line="33"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="56"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="65"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="96"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="106"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="137"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingLeft=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_land.xml"
+            line="147"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="49"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="57"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="58"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="68"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="92"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="100"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="101"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="111"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_padding_negative&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="135"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;` to better support right-to-left layouts"
+        errorLine1="            android:layout_marginLeft=&quot;@dimen/screen_pinning_request_seascape_button_offset&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="143"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_inner_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_inner_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="144"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;` to better support right-to-left layouts"
+        errorLine1="            android:paddingRight=&quot;@dimen/screen_pinning_request_nav_icon_padding&quot;"
+        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_buttons_sea.xml"
+            line="153"
+            column="13"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="    android:gravity=&quot;right|center_vertical&quot;"
+        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_land_phone.xml"
+            line="22"
+            column="22"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="    android:gravity=&quot;left|center_vertical&quot;"
+        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/screen_pinning_request_sea_phone.xml"
+            line="22"
+            column="22"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;center_vertical|right&quot;"
+        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/volume_dialog.xml"
+            line="28"
+            column="33"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingRight` with `android:paddingEnd=&quot;@dimen/volume_dialog_panel_transparent_padding_right&quot;` to better support right-to-left layouts"
+        errorLine1="        android:paddingRight=&quot;@dimen/volume_dialog_panel_transparent_padding_right&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/volume_dialog.xml"
+            line="30"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;@dimen/volume_dialog_panel_transparent_padding&quot;` to better support right-to-left layouts"
+        errorLine1="        android:paddingLeft=&quot;@dimen/volume_dialog_panel_transparent_padding&quot;"
+        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/volume_dialog.xml"
+            line="33"
+            column="9"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="            android:layout_gravity=&quot;right&quot;"
+        errorLine2="                                    ~~~~~">
+        <location
+            file="res/layout/volume_dialog.xml"
+            line="43"
+            column="37"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Consider replacing `android:layout_marginRight` with `android:layout_marginEnd=&quot;@dimen/volume_dialog_stream_padding&quot;` to better support right-to-left layouts"
+        errorLine1="                     android:layout_marginRight=&quot;@dimen/volume_dialog_stream_padding&quot;"
+        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/layout/volume_dialog.xml"
+            line="59"
+            column="22"/>
+    </issue>
+
+    <issue
+        id="RtlHardcoded"
+        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
+        errorLine1="        android:layout_gravity=&quot;right|top&quot;"
+        errorLine2="                                ~~~~~~~~~">
+        <location
+            file="res/layout/volume_dnd_icon.xml"
+            line="26"
+            column="33"/>
+    </issue>
+
+</issues>
diff --git a/packages/SystemUI/tools/lint/lint.xml b/packages/SystemUI/tools/lint/lint.xml
new file mode 100644
index 0000000..76773e8
--- /dev/null
+++ b/packages/SystemUI/tools/lint/lint.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<lint>
+
+    <!-- Translations are done in separate CLs from source changes, so typically it's not actionable
+         by CL authors -->
+    <issue id="MissingTranslation" severity="ignore" />
+    <issue id="ExtraTranslation" severity="ignore" />
+
+    <!-- SystemUI is a priviledged app -->
+    <issue id="ProtectedPermissions" severity="ignore" />
+
+    <!-- SystemUI doesn't have launcher presence -->
+    <issue id="MissingApplicationIcon" severity="ignore" />
+
+    <!-- Make system inserts these attributes -->
+    <issue id="UsesMinSdkAttributes" severity="ignore" />
+    <issue id="MissingVersion" severity="ignore" />
+
+    <!-- Translation import automatically generates all of them -->
+    <issue id="UnusedQuantity" severity="ignore" />
+    <!-- This lint check misses the format used in TextUtils.expandTemplate (^1),
+         so it's not very useful (b/37128132) -->
+    <issue id="ImpliedQuantity" severity="ignore" />
+    <!-- SystemUI's SDK version is always latest so these are not relevant -->
+    <issue id="UnusedAttribute" severity="ignore" />
+    <issue id="NewApi" severity="ignore" />
+
+    <!-- We don't care about WebP for now (having a lint for optiPNG will be great though) -->
+    <issue id="ConvertToWebp" severity="ignore" />
+
+    <!-- b/37129369: MissingRegistered doesn't take libraries into account -->
+    <issue id="MissingRegistered" severity="ignore" />
+
+
+    <!-- We don't care about app indexing -->
+    <issue id="GoogleAppIndexingWarning" severity="ignore" />
+    <issue id="GoogleAppIndexingUrlError" severity="ignore" />
+
+    <!-- Issues under out/ typically comes from libraries -->
+    <issue id="ClickableViewAccessibility" severity="error">
+        <ignore regexp=".*/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/combined/.*" />
+    </issue>
+
+    <!-- Turn on stop ship check -->
+    <issue id="StopShip" severity="warning" />
+
+
+    <issue id="UnusedResources" severity="error">
+        <!-- Nested script references are not picked up by lint -->
+        <ignore regexp="res/xml/wizard_script.*\.xml" />
+        <!-- Ignore translation files -->
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/strings.xml" />
+        <!-- Ignore translations arrays that are no longer used-->
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/arrays.xml" />
+    </issue>
+
+    <!-- Ignore translations when linting strings -->
+    <issue id="TypographyQuotes" severity="error">
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/strings.xml" />
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/arrays.xml" />
+    </issue>
+    <issue id="TypographyEllipsis" severity="error">
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/strings.xml" />
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/arrays.xml" />
+    </issue>
+    <issue id="TypographyDashes" severity="error">
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/strings.xml" />
+        <ignore regexp="res/values(-[a-zA-Z0-9]+)*-(\w\w|b+[a-zA-Z0-9+]+)(-[a-zA-Z0-9]+)*/arrays.xml" />
+    </issue>
+
+    <issue id="Wakelock" severity="error">
+        <ignore regexp=".*/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/classes/android/support" />
+    </issue>
+
+    <issue id="InconsistentArrays" severity="ignore" />
+    <issue id="StringFormatCount" severity="ignore" />
+</lint>
diff --git a/packages/SystemUI/tools/lint/run_lint.sh b/packages/SystemUI/tools/lint/run_lint.sh
new file mode 100755
index 0000000..10d9e83
--- /dev/null
+++ b/packages/SystemUI/tools/lint/run_lint.sh
@@ -0,0 +1,59 @@
+#! /bin/bash
+
+if [[ $# -ne 2 ]]; then
+    echo "Error: Incorrect number of arguments" >&2
+    echo "Usage: ./run_lint.sh <repo_root> <CL_SHA>" >&2
+    exit 100
+fi
+
+git show --name-only --pretty=format: $2 | grep packages/SystemUI/ > /dev/null
+exitcode=$?
+if [[ exitcode -eq 1 ]];  then
+    exit 0
+fi
+
+if [[ -z $ANDROID_BUILD_TOP ]]; then
+    echo "Error: ANDROID_BUILD_TOP must be set" >&2
+    echo "Try setting up your environment first:" >&2
+    echo "    source build/envsetup.sh && lunch <target>" >&2
+    exit 101
+fi
+
+# TODO: Run lint as part of the build so we can specify the dependency properly
+systemuijarpath="out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/combined/SystemUI-core.jar"
+if [[ ! -f $ANDROID_BUILD_TOP/$systemuijarpath ]]; then
+    echo "Error: Classes.jar file not found" >&2
+    echo "Try building that jar file manually:" >&2
+    echo "    m -j16 out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/combined/SystemUI-core.jar" >&2
+    exit 102
+fi
+
+REPO_ROOT=$1
+${REPO_ROOT}/prebuilts/devtools/tools/lint \
+       . \
+       --exitcode \
+       -Werror \
+       --config ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/lint.xml \
+       --html ${REPO_ROOT}/out/lint_output.html \
+       --baseline ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/baseline.xml \
+       --remove-fixed
+exitcode=$?
+if [[ exitcode -eq 1 ]];  then
+    cat >&2 <<EOF
+
+Please check the HTML results file and fix the errors.
+If the error cannot be fixed immediately, there are 3 possible resolutions:
+1. Use tools:ignore or @SuppressLint annotation. This is preferred
+   for cases where the lint violation is intended, so that reviewers
+   can review whether the suppression is appropriate.
+2. Use tools/lint.xml to ignore a lint check which we don't care
+   about for any file, or checks that are not actionable by the
+   CL author (e.g. translation issues)
+3. If there are lint errors that should be fixed, but cannot be done
+   immediately for some reason, run ./tools/lint/update_baseline.sh to
+   add them to baseline.xml.
+
+EOF
+fi
+
+exit $exitcode
diff --git a/packages/SystemUI/tools/lint/update_baseline.sh b/packages/SystemUI/tools/lint/update_baseline.sh
new file mode 100755
index 0000000..aa0cd808
--- /dev/null
+++ b/packages/SystemUI/tools/lint/update_baseline.sh
@@ -0,0 +1,18 @@
+#! /bin/bash
+
+if [[ $PWD != *"/frameworks/base/packages/SystemUI" ]]; then
+    echo "Please run this in frameworks/base/packages/SystemUI" >&2
+    exit 1
+fi
+
+# Empty the baseline file so the baseline-generation run below do not ignore any existing errors.
+echo '' > tools/lint/baseline.xml
+
+lint . -Werror --exitcode --config tools/lint/lint.xml --html /tmp/lint_output.html \
+  --baseline tools/lint/baseline.xml --remove-fixed &
+
+# b/37579990 - The file needs to be removed *while* lint is running
+sleep 0.5
+rm tools/lint/baseline.xml
+
+wait
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 2e53a5f..b668623 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -6498,6 +6498,16 @@
     // OS: Q
     FIELD_EMERGENCY_DIALER_SHORTCUT_TAPS_INTERVAL = 1567;
 
+    // OPEN: Power menu is opened
+    // CATEGORY: GLOBAL_SYSTEM_UI
+    // OS: Q
+    POWER_MENU = 1568;
+
+    // ACTION: User tapped emergency dialer icon in the power menu.
+    // CATEGORY: GLOBAL_SYSTEM_UI
+    // OS: Q
+    ACTION_EMERGENCY_DIALER_FROM_POWER_MENU = 1569;
+
     // ---- End Q Constants, all Q constants go above this line ----
 
     // Add new aosp constants above this line.
diff --git a/services/autofill/java/com/android/server/autofill/AutofillManagerService.java b/services/autofill/java/com/android/server/autofill/AutofillManagerService.java
index 5771748..af33bd0 100644
--- a/services/autofill/java/com/android/server/autofill/AutofillManagerService.java
+++ b/services/autofill/java/com/android/server/autofill/AutofillManagerService.java
@@ -978,12 +978,12 @@
                 throw new IllegalArgumentException(packageName + " is not a valid package", e);
             }
 
-            // TODO(b/112051762): rather than always call AM here, call it on demand on
+            // TODO(b/113281366): rather than always call AM here, call it on demand on
             // getPreviousSessionsLocked()? That way we save space / time here, and don't set
             // a callback on AM unnecessarily (see TODO below :-)
             final ActivityManagerInternal am = LocalServices
                     .getService(ActivityManagerInternal.class);
-            // TODO(b/112051762): add a callback method on AM to be notified when a task is finished
+            // TODO(b/113281366): add a callback method on AM to be notified when a task is finished
             // so we can clean up sessions kept alive
             final int taskId = am.getTaskIdForActivity(activityToken, false);
             final int sessionId;
diff --git a/services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java b/services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java
index 48b3798..8c8352f 100644
--- a/services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java
+++ b/services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java
@@ -617,7 +617,7 @@
         ArrayList<Session> previousSessions = null;
         for (int i = 0; i < size; i++) {
             final Session previousSession = mSessions.valueAt(i);
-            // TODO(b/112051762): only return sessions asked to be kept alive / add CTS test
+            // TODO(b/113281366): only return sessions asked to be kept alive / add CTS test
             if (previousSession.taskId == session.taskId && previousSession.id != session.id) {
                 if (previousSessions == null) {
                     previousSessions = new ArrayList<>(size);
@@ -625,7 +625,7 @@
                 previousSessions.add(previousSession);
             }
         }
-        // TODO(b/112051762): remove returned sessions / add CTS test
+        // TODO(b/113281366): remove returned sessions / add CTS test
         return previousSessions;
     }
 
diff --git a/services/autofill/java/com/android/server/autofill/Session.java b/services/autofill/java/com/android/server/autofill/Session.java
index 5a10c1e..5b7332d 100644
--- a/services/autofill/java/com/android/server/autofill/Session.java
+++ b/services/autofill/java/com/android/server/autofill/Session.java
@@ -75,6 +75,7 @@
 import android.util.ArrayMap;
 import android.util.ArraySet;
 import android.util.LocalLog;
+import android.util.Pair;
 import android.util.Slog;
 import android.util.SparseArray;
 import android.util.TimeUtils;
@@ -329,12 +330,9 @@
                     fillContextWithAllowedValuesLocked(mContexts.get(i), flags);
                 }
 
-                // Dispatch a snapshot of the current contexts list since it may change
-                // until the dispatch happens. The items in the list don't need to be cloned
-                // since we don't hold on them anywhere else. The client state is not touched
-                // by us, so no need to copy.
-                request = new FillRequest(requestId, new ArrayList<>(mContexts), mClientState,
-                        flags);
+                final ArrayList<FillContext> contexts =
+                        mergePreviousSessionLocked(/* forSave= */ false);
+                request = new FillRequest(requestId, contexts, mClientState, flags);
             }
 
             mRemoteFillService.onFillRequest(request);
@@ -1465,7 +1463,7 @@
         }
 
         if ((saveInfo.getFlags() & SaveInfo.FLAG_DELAY_SAVE) != 0) {
-            // TODO(b/112051762): log metrics
+            // TODO(b/113281366): log metrics
             if (sDebug) Slog.v(TAG, "showSaveLocked(): service asked to delay save");
             return false;
         }
@@ -1890,13 +1888,38 @@
         // Remove pending fill requests as the session is finished.
         cancelCurrentRequestLocked();
 
-        // Merge the previous sessions that the service asked to be kept alive
+        final ArrayList<FillContext> contexts = mergePreviousSessionLocked( /* forSave= */ true);
+
+        final SaveRequest saveRequest =
+                new SaveRequest(contexts, mClientState, mSelectedDatasetIds);
+        mRemoteFillService.onSaveRequest(saveRequest);
+    }
+
+    // TODO(b/113281366): rather than merge it here, it might be better to simply reuse the old
+    // session instead of creating a new one. But we need to consider what would happen on corner
+    // cases such as "Main Activity M -> activity A with username -> activity B with password"
+    // If user follows the normal workflow, than session A would be merged with session B as
+    // expected. But if when on Activity A the user taps back or somehow launches another activity,
+    // session A could be merged with the wrong session.
+    /**
+     * Gets a list of contexts that includes not only this session's contexts but also the contexts
+     * from previous sessions that were asked by the service to be delayed (if any).
+     *
+     * <p>As a side-effect:
+     * <ul>
+     *   <li>If the current {@link #mClientState} is {@code null}, sets it with the last non-
+     *   {@code null} client state from previous sessions.
+     *   <li>When {@code forSave} is {@code true}, calls {@link #updateValuesForSaveLocked()} in the
+     *   previous sessions.
+     * </ul>
+     */
+    @NonNull
+    private ArrayList<FillContext> mergePreviousSessionLocked(boolean forSave) {
         final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this);
         final ArrayList<FillContext> contexts;
-        final Bundle clientState;
         if (previousSessions != null) {
             if (sDebug) {
-                Slog.d(TAG, "callSaveLocked(): Merging the content of " + previousSessions.size()
+                Slog.d(TAG, "mergeSessions(): Merging the content of " + previousSessions.size()
                         + " sessions for task " + taskId);
             }
             contexts = new ArrayList<>();
@@ -1904,31 +1927,35 @@
                 final Session previousSession = previousSessions.get(i);
                 final ArrayList<FillContext> previousContexts = previousSession.mContexts;
                 if (previousContexts == null) {
-                    Slog.w(TAG, "callSaveLocked(): Not merging null contexts from "
+                    Slog.w(TAG, "mergeSessions(): Not merging null contexts from "
                             + previousSession.id);
                     continue;
                 }
-                previousSession.updateValuesForSaveLocked();
-                if (sVerbose) {
-                    Slog.v(TAG, "callSaveLocked(): adding " + previousContexts.size()
+                if (forSave) {
+                    previousSession.updateValuesForSaveLocked();
+                }
+                if (sDebug) {
+                    Slog.d(TAG, "mergeSessions(): adding " + previousContexts.size()
                             + " context from previous session #" + previousSession.id);
                 }
                 contexts.addAll(previousContexts);
+                if (mClientState == null && previousSession.mClientState != null) {
+                    if (sDebug) {
+                        Slog.d(TAG, "mergeSessions(): setting client state from previous session"
+                                + previousSession.id);
+                    }
+                    mClientState = previousSession.mClientState;
+                }
             }
             contexts.addAll(mContexts);
-            // TODO(b/112051762): decided what to do with client state / add CTS test
-            clientState = mClientState;
         } else {
             // Dispatch a snapshot of the current contexts list since it may change
             // until the dispatch happens. The items in the list don't need to be cloned
             // since we don't hold on them anywhere else. The client state is not touched
             // by us, so no need to copy.
             contexts = new ArrayList<>(mContexts);
-            clientState = mClientState;
         }
-
-        final SaveRequest saveRequest = new SaveRequest(contexts, clientState, mSelectedDatasetIds);
-        mRemoteFillService.onSaveRequest(saveRequest);
+        return contexts;
     }
 
     /**
diff --git a/services/core/java/com/android/server/StorageManagerService.java b/services/core/java/com/android/server/StorageManagerService.java
index 1746b85..d505a77 100644
--- a/services/core/java/com/android/server/StorageManagerService.java
+++ b/services/core/java/com/android/server/StorageManagerService.java
@@ -44,11 +44,9 @@
 import android.app.admin.SecurityLog;
 import android.app.usage.StorageStatsManager;
 import android.content.BroadcastReceiver;
-import android.content.ComponentName;
 import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
-import android.content.ServiceConnection;
 import android.content.pm.ApplicationInfo;
 import android.content.pm.IPackageMoveObserver;
 import android.content.pm.PackageManager;
@@ -115,7 +113,6 @@
 
 import com.android.internal.annotations.GuardedBy;
 import com.android.internal.annotations.VisibleForTesting;
-import com.android.internal.app.IMediaContainerService;
 import com.android.internal.os.AppFuseMount;
 import com.android.internal.os.BackgroundThread;
 import com.android.internal.os.FuseUnavailableMountException;
@@ -544,37 +541,7 @@
 
     // OBB action handler messages
     private static final int OBB_RUN_ACTION = 1;
-    private static final int OBB_MCS_BOUND = 2;
-    private static final int OBB_MCS_UNBIND = 3;
-    private static final int OBB_MCS_RECONNECT = 4;
-    private static final int OBB_FLUSH_MOUNT_STATE = 5;
-
-    /*
-     * Default Container Service information
-     */
-    static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName(
-            "com.android.defcontainer", "com.android.defcontainer.DefaultContainerService");
-
-    final private DefaultContainerConnection mDefContainerConn = new DefaultContainerConnection();
-
-    class DefaultContainerConnection implements ServiceConnection {
-        @Override
-        public void onServiceConnected(ComponentName name, IBinder service) {
-            if (DEBUG_OBB)
-                Slog.i(TAG, "onServiceConnected");
-            IMediaContainerService imcs = IMediaContainerService.Stub.asInterface(service);
-            mObbActionHandler.sendMessage(mObbActionHandler.obtainMessage(OBB_MCS_BOUND, imcs));
-        }
-
-        @Override
-        public void onServiceDisconnected(ComponentName name) {
-            if (DEBUG_OBB)
-                Slog.i(TAG, "onServiceDisconnected");
-        }
-    }
-
-    // Used in the ObbActionHandler
-    private IMediaContainerService mContainerService = null;
+    private static final int OBB_FLUSH_MOUNT_STATE = 2;
 
     // Last fstrim operation tracking
     private static final String LAST_FSTRIM_FILE = "last-fstrim";
@@ -2305,16 +2272,17 @@
     }
 
     @Override
-    public void mountObb(
-            String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) {
+    public void mountObb(String rawPath, String canonicalPath, String key,
+            IObbActionListener token, int nonce, ObbInfo obbInfo) {
         Preconditions.checkNotNull(rawPath, "rawPath cannot be null");
         Preconditions.checkNotNull(canonicalPath, "canonicalPath cannot be null");
         Preconditions.checkNotNull(token, "token cannot be null");
+        Preconditions.checkNotNull(obbInfo, "obbIfno cannot be null");
 
         final int callingUid = Binder.getCallingUid();
         final ObbState obbState = new ObbState(rawPath, canonicalPath,
                 callingUid, token, nonce, null);
-        final ObbAction action = new MountObbAction(obbState, key, callingUid);
+        final ObbAction action = new MountObbAction(obbState, key, callingUid, obbInfo);
         mObbActionHandler.sendMessage(mObbActionHandler.obtainMessage(OBB_RUN_ACTION, action));
 
         if (DEBUG_OBB)
@@ -3217,8 +3185,6 @@
     }
 
     private class ObbActionHandler extends Handler {
-        private boolean mBound = false;
-        private final List<ObbAction> mActions = new LinkedList<ObbAction>();
 
         ObbActionHandler(Looper l) {
             super(l);
@@ -3233,83 +3199,7 @@
                     if (DEBUG_OBB)
                         Slog.i(TAG, "OBB_RUN_ACTION: " + action.toString());
 
-                    // If a bind was already initiated we don't really
-                    // need to do anything. The pending install
-                    // will be processed later on.
-                    if (!mBound) {
-                        // If this is the only one pending we might
-                        // have to bind to the service again.
-                        if (!connectToService()) {
-                            action.notifyObbStateChange(new ObbException(ERROR_INTERNAL,
-                                    "Failed to bind to media container service"));
-                            return;
-                        }
-                    }
-
-                    mActions.add(action);
-                    break;
-                }
-                case OBB_MCS_BOUND: {
-                    if (DEBUG_OBB)
-                        Slog.i(TAG, "OBB_MCS_BOUND");
-                    if (msg.obj != null) {
-                        mContainerService = (IMediaContainerService) msg.obj;
-                    }
-                    if (mContainerService == null) {
-                        // Something seriously wrong. Bail out
-                        for (ObbAction action : mActions) {
-                            // Indicate service bind error
-                            action.notifyObbStateChange(new ObbException(ERROR_INTERNAL,
-                                    "Failed to bind to media container service"));
-                        }
-                        mActions.clear();
-                    } else if (mActions.size() > 0) {
-                        final ObbAction action = mActions.get(0);
-                        if (action != null) {
-                            action.execute(this);
-                        }
-                    } else {
-                        // Should never happen ideally.
-                        Slog.w(TAG, "Empty queue");
-                    }
-                    break;
-                }
-                case OBB_MCS_RECONNECT: {
-                    if (DEBUG_OBB)
-                        Slog.i(TAG, "OBB_MCS_RECONNECT");
-                    if (mActions.size() > 0) {
-                        if (mBound) {
-                            disconnectService();
-                        }
-                        if (!connectToService()) {
-                            for (ObbAction action : mActions) {
-                                // Indicate service bind error
-                                action.notifyObbStateChange(new ObbException(ERROR_INTERNAL,
-                                        "Failed to bind to media container service"));
-                            }
-                            mActions.clear();
-                        }
-                    }
-                    break;
-                }
-                case OBB_MCS_UNBIND: {
-                    if (DEBUG_OBB)
-                        Slog.i(TAG, "OBB_MCS_UNBIND");
-
-                    // Delete pending install
-                    if (mActions.size() > 0) {
-                        mActions.remove(0);
-                    }
-                    if (mActions.size() == 0) {
-                        if (mBound) {
-                            disconnectService();
-                        }
-                    } else {
-                        // There are more pending requests in queue.
-                        // Just post MCS_BOUND message to trigger processing
-                        // of next pending install.
-                        mObbActionHandler.sendEmptyMessage(OBB_MCS_BOUND);
-                    }
+                    action.execute(this);
                     break;
                 }
                 case OBB_FLUSH_MOUNT_STATE: {
@@ -3354,25 +3244,6 @@
                 }
             }
         }
-
-        private boolean connectToService() {
-            if (DEBUG_OBB)
-                Slog.i(TAG, "Trying to bind to DefaultContainerService");
-
-            Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT);
-            if (mContext.bindServiceAsUser(service, mDefContainerConn, Context.BIND_AUTO_CREATE,
-                    UserHandle.SYSTEM)) {
-                mBound = true;
-                return true;
-            }
-            return false;
-        }
-
-        private void disconnectService() {
-            mContainerService = null;
-            mBound = false;
-            mContext.unbindService(mDefContainerConn);
-        }
     }
 
     private static class ObbException extends Exception {
@@ -3390,8 +3261,6 @@
     }
 
     abstract class ObbAction {
-        private static final int MAX_RETRIES = 3;
-        private int mRetries;
 
         ObbState mObbState;
 
@@ -3403,40 +3272,14 @@
             try {
                 if (DEBUG_OBB)
                     Slog.i(TAG, "Starting to execute action: " + toString());
-                mRetries++;
-                if (mRetries > MAX_RETRIES) {
-                    mObbActionHandler.sendEmptyMessage(OBB_MCS_UNBIND);
-                    notifyObbStateChange(new ObbException(ERROR_INTERNAL,
-                            "Failed to bind to media container service"));
-                } else {
-                    handleExecute();
-                    if (DEBUG_OBB)
-                        Slog.i(TAG, "Posting install MCS_UNBIND");
-                    mObbActionHandler.sendEmptyMessage(OBB_MCS_UNBIND);
-                }
+                handleExecute();
             } catch (ObbException e) {
                 notifyObbStateChange(e);
-                mObbActionHandler.sendEmptyMessage(OBB_MCS_UNBIND);
             }
         }
 
         abstract void handleExecute() throws ObbException;
 
-        protected ObbInfo getObbInfo() throws ObbException {
-            final ObbInfo obbInfo;
-            try {
-                obbInfo = mContainerService.getObbInfo(mObbState.canonicalPath);
-            } catch (Exception e) {
-                throw new ObbException(ERROR_PERMISSION_DENIED, e);
-            }
-            if (obbInfo != null) {
-                return obbInfo;
-            } else {
-                throw new ObbException(ERROR_INTERNAL,
-                        "Missing OBB info for: " + mObbState.canonicalPath);
-            }
-        }
-
         protected void notifyObbStateChange(ObbException e) {
             Slog.w(TAG, e);
             notifyObbStateChange(e.status);
@@ -3458,22 +3301,22 @@
     class MountObbAction extends ObbAction {
         private final String mKey;
         private final int mCallingUid;
+        private ObbInfo mObbInfo;
 
-        MountObbAction(ObbState obbState, String key, int callingUid) {
+        MountObbAction(ObbState obbState, String key, int callingUid, ObbInfo obbInfo) {
             super(obbState);
             mKey = key;
             mCallingUid = callingUid;
+            mObbInfo = obbInfo;
         }
 
         @Override
         public void handleExecute() throws ObbException {
             warnOnNotMounted();
 
-            final ObbInfo obbInfo = getObbInfo();
-
-            if (!isUidOwnerOfPackageOrSystem(obbInfo.packageName, mCallingUid)) {
+            if (!isUidOwnerOfPackageOrSystem(mObbInfo.packageName, mCallingUid)) {
                 throw new ObbException(ERROR_PERMISSION_DENIED, "Denied attempt to mount OBB "
-                        + obbInfo.filename + " which is owned by " + obbInfo.packageName);
+                        + mObbInfo.filename + " which is owned by " + mObbInfo.packageName);
             }
 
             final boolean isMounted;
@@ -3482,7 +3325,7 @@
             }
             if (isMounted) {
                 throw new ObbException(ERROR_ALREADY_MOUNTED,
-                        "Attempt to mount OBB which is already mounted: " + obbInfo.filename);
+                        "Attempt to mount OBB which is already mounted: " + mObbInfo.filename);
             }
 
             final String hashedKey;
@@ -3494,7 +3337,7 @@
                 try {
                     SecretKeyFactory factory = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1");
 
-                    KeySpec ks = new PBEKeySpec(mKey.toCharArray(), obbInfo.salt,
+                    KeySpec ks = new PBEKeySpec(mKey.toCharArray(), mObbInfo.salt,
                             PBKDF2_HASH_ROUNDS, CRYPTO_ALGORITHM_KEY_SIZE);
                     SecretKey key = factory.generateSecret(ks);
                     BigInteger bi = new BigInteger(key.getEncoded());
diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java
index 713da30..aaca85b 100644
--- a/services/core/java/com/android/server/Watchdog.java
+++ b/services/core/java/com/android/server/Watchdog.java
@@ -17,34 +17,33 @@
 package com.android.server;
 
 import android.app.IActivityController;
-import android.os.Binder;
-import android.os.Build;
-import android.os.RemoteException;
-import android.system.ErrnoException;
-import android.system.Os;
-import android.system.OsConstants;
-import android.system.StructRlimit;
-import com.android.internal.os.ZygoteConnectionConstants;
-import com.android.server.am.ActivityManagerService;
-
 import android.content.BroadcastReceiver;
 import android.content.ContentResolver;
 import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
 import android.hidl.manager.V1_0.IServiceManager;
+import android.os.Binder;
+import android.os.Build;
 import android.os.Debug;
 import android.os.Handler;
 import android.os.IPowerManager;
 import android.os.Looper;
 import android.os.Process;
+import android.os.RemoteException;
 import android.os.ServiceManager;
 import android.os.SystemClock;
-import android.os.SystemProperties;
+import android.system.ErrnoException;
+import android.system.Os;
+import android.system.OsConstants;
+import android.system.StructRlimit;
 import android.util.EventLog;
 import android.util.Log;
 import android.util.Slog;
 
+import com.android.internal.os.ZygoteConnectionConstants;
+import com.android.server.am.ActivityManagerService;
+
 import java.io.File;
 import java.io.FileWriter;
 import java.io.IOException;
@@ -62,6 +61,8 @@
 public class Watchdog extends Thread {
     static final String TAG = "Watchdog";
 
+    private static final boolean DEBUG = true; // STOPSHIP disable it (b/113252928)
+
     // Set this to true to use debug default values.
     static final boolean DB = false;
 
@@ -478,6 +479,7 @@
                         continue;
                     } else if (waitState == WAITED_HALF) {
                         if (!waitedHalf) {
+                            if (DEBUG) Slog.d(TAG, "WAITED_HALF");
                             // We've waited half the deadlock-detection interval.  Pull a stack
                             // trace and wait another half.
                             ArrayList<Integer> pids = new ArrayList<Integer>();
diff --git a/services/core/java/com/android/server/am/ActivityManagerDebugConfig.java b/services/core/java/com/android/server/am/ActivityManagerDebugConfig.java
index 0a7d3fd..0e63d0c 100644
--- a/services/core/java/com/android/server/am/ActivityManagerDebugConfig.java
+++ b/services/core/java/com/android/server/am/ActivityManagerDebugConfig.java
@@ -46,7 +46,7 @@
 
     // Available log categories in the activity manager package.
     static final boolean DEBUG_ADD_REMOVE = DEBUG_ALL_ACTIVITIES || false;
-    static final boolean DEBUG_ANR = false;
+    static final boolean DEBUG_ANR = true;  // STOPSHIP disable it (b/113252928)
     static final boolean DEBUG_APP = DEBUG_ALL_ACTIVITIES || false;
     static final boolean DEBUG_BACKGROUND_CHECK = DEBUG_ALL || false;
     static final boolean DEBUG_BACKUP = DEBUG_ALL || false;
diff --git a/services/core/java/com/android/server/am/ActivityManagerService.java b/services/core/java/com/android/server/am/ActivityManagerService.java
index 82805ed..1bc0524 100644
--- a/services/core/java/com/android/server/am/ActivityManagerService.java
+++ b/services/core/java/com/android/server/am/ActivityManagerService.java
@@ -1618,6 +1618,9 @@
                 break;
             }
             case DISPATCH_UIDS_CHANGED_UI_MSG: {
+                if (false) { // DO NOT SUBMIT WITH TRUE
+                    maybeTriggerWatchdog();
+                }
                 dispatchUidsChanged();
             } break;
             case DISPATCH_OOM_ADJ_OBSERVER_MSG: {
@@ -21551,4 +21554,20 @@
             return superImpl.apply(permName, uid);
         }
     }
+
+    /**
+     * If debug.trigger.watchdog is set to 1, sleep 10 minutes with the AM lock held, which would
+     * cause a watchdog kill.
+     */
+    void maybeTriggerWatchdog() {
+        if (SystemProperties.getInt("debug.trigger.watchdog", 0) == 1) {
+            Slog.w(TAG, "TRIGGERING WATCHDOG");
+            synchronized (ActivityManagerService.this) {
+                try {
+                    Thread.sleep(600 * 1000);
+                } catch (InterruptedException e) {
+                }
+            }
+        }
+    }
 }
diff --git a/services/core/java/com/android/server/am/BroadcastQueue.java b/services/core/java/com/android/server/am/BroadcastQueue.java
index b36b5d3..bc23316 100644
--- a/services/core/java/com/android/server/am/BroadcastQueue.java
+++ b/services/core/java/com/android/server/am/BroadcastQueue.java
@@ -16,15 +16,7 @@
 
 package com.android.server.am;
 
-import android.content.pm.IPackageManager;
-import android.content.pm.PermissionInfo;
-import android.os.Trace;
-import java.io.FileDescriptor;
-import java.io.PrintWriter;
-import java.text.SimpleDateFormat;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.Set;
+import static com.android.server.am.ActivityManagerDebugConfig.*;
 
 import android.app.ActivityManager;
 import android.app.AppGlobals;
@@ -37,7 +29,9 @@
 import android.content.Intent;
 import android.content.IntentSender;
 import android.content.pm.ActivityInfo;
+import android.content.pm.IPackageManager;
 import android.content.pm.PackageManager;
+import android.content.pm.PermissionInfo;
 import android.content.pm.ResolveInfo;
 import android.os.Bundle;
 import android.os.Handler;
@@ -47,13 +41,19 @@
 import android.os.Process;
 import android.os.RemoteException;
 import android.os.SystemClock;
+import android.os.Trace;
 import android.os.UserHandle;
 import android.util.EventLog;
 import android.util.Slog;
 import android.util.TimeUtils;
 import android.util.proto.ProtoOutputStream;
 
-import static com.android.server.am.ActivityManagerDebugConfig.*;
+import java.io.FileDescriptor;
+import java.io.PrintWriter;
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.Set;
 
 /**
  * BROADCASTS
@@ -409,10 +409,12 @@
             String resultData, Bundle resultExtras, boolean resultAbort, boolean waitForServices) {
         final int state = r.state;
         final ActivityInfo receiver = r.curReceiver;
+        final long finishTime = SystemClock.uptimeMillis();
         r.state = BroadcastRecord.IDLE;
         if (state == BroadcastRecord.IDLE) {
             Slog.w(TAG, "finishReceiver [" + mQueueName + "] called but state is IDLE");
         }
+        r.duration[r.nextReceiver - 1] = finishTime - r.receiverTime;
         r.receiver = null;
         r.intent.setComponent(null);
         if (r.curApp != null && r.curApp.curReceivers.contains(r)) {
diff --git a/services/core/java/com/android/server/am/BroadcastRecord.java b/services/core/java/com/android/server/am/BroadcastRecord.java
index 7e15947..9b7dc44 100644
--- a/services/core/java/com/android/server/am/BroadcastRecord.java
+++ b/services/core/java/com/android/server/am/BroadcastRecord.java
@@ -18,8 +18,8 @@
 
 import android.app.AppOpsManager;
 import android.app.BroadcastOptions;
-import android.content.IIntentReceiver;
 import android.content.ComponentName;
+import android.content.IIntentReceiver;
 import android.content.Intent;
 import android.content.pm.ActivityInfo;
 import android.content.pm.ResolveInfo;
@@ -62,6 +62,7 @@
     final BroadcastOptions options; // BroadcastOptions supplied by caller
     final List receivers;   // contains BroadcastFilter and ResolveInfo
     final int[] delivery;   // delivery state of each receiver
+    final long[] duration;   // duration a receiver took to process broadcast
     IIntentReceiver resultTo; // who receives final result if non-null
     long enqueueClockTime;  // the clock time the broadcast was enqueued
     long dispatchTime;      // when dispatch started on this set of receivers
@@ -203,6 +204,7 @@
                 case DELIVERY_TIMEOUT:   pw.print("Timeout"); break;
                 default:                 pw.print("???????"); break;
             }
+            pw.print(" "); TimeUtils.formatDuration(duration[i], pw);
             pw.print(" #"); pw.print(i); pw.print(": ");
             if (o instanceof BroadcastFilter) {
                 pw.println(o);
@@ -239,6 +241,7 @@
         options = _options;
         receivers = _receivers;
         delivery = new int[_receivers != null ? _receivers.size() : 0];
+        duration = new long[delivery.length];
         resultTo = _resultTo;
         resultCode = _resultCode;
         resultData = _resultData;
@@ -274,6 +277,7 @@
         options = from.options;
         receivers = from.receivers;
         delivery = from.delivery;
+        duration = from.duration;
         resultTo = from.resultTo;
         enqueueClockTime = from.enqueueClockTime;
         dispatchTime = from.dispatchTime;
diff --git a/services/core/java/com/android/server/pm/Installer.java b/services/core/java/com/android/server/pm/Installer.java
index 72f11f7..a5c083e 100644
--- a/services/core/java/com/android/server/pm/Installer.java
+++ b/services/core/java/com/android/server/pm/Installer.java
@@ -71,14 +71,18 @@
     /** Indicates that dexopt should generate an app image */
     public static final int DEXOPT_GENERATE_APP_IMAGE = 1 << 12;
 
-    // NOTE: keep in sync with installd
-    public static final int FLAG_CLEAR_CACHE_ONLY = 1 << 8;
-    public static final int FLAG_CLEAR_CODE_CACHE_ONLY = 1 << 9;
-    public static final int FLAG_USE_QUOTA = 1 << 12;
-    public static final int FLAG_FREE_CACHE_V2 = 1 << 13;
-    public static final int FLAG_FREE_CACHE_V2_DEFY_QUOTA = 1 << 14;
-    public static final int FLAG_FREE_CACHE_NOOP = 1 << 15;
-    public static final int FLAG_FORCE = 1 << 16;
+    public static final int FLAG_STORAGE_DE = IInstalld.FLAG_STORAGE_DE;
+    public static final int FLAG_STORAGE_CE = IInstalld.FLAG_STORAGE_CE;
+
+    public static final int FLAG_CLEAR_CACHE_ONLY = IInstalld.FLAG_CLEAR_CACHE_ONLY;
+    public static final int FLAG_CLEAR_CODE_CACHE_ONLY = IInstalld.FLAG_CLEAR_CODE_CACHE_ONLY;
+
+    public static final int FLAG_FREE_CACHE_V2 = IInstalld.FLAG_FREE_CACHE_V2;
+    public static final int FLAG_FREE_CACHE_V2_DEFY_QUOTA = IInstalld.FLAG_FREE_CACHE_V2_DEFY_QUOTA;
+    public static final int FLAG_FREE_CACHE_NOOP = IInstalld.FLAG_FREE_CACHE_NOOP;
+
+    public static final int FLAG_USE_QUOTA = IInstalld.FLAG_USE_QUOTA;
+    public static final int FLAG_FORCE = IInstalld.FLAG_FORCE;
 
     private final boolean mIsolated;
 
diff --git a/services/core/java/com/android/server/pm/PackageManagerService.java b/services/core/java/com/android/server/pm/PackageManagerService.java
index 2925523..52a8510 100644
--- a/services/core/java/com/android/server/pm/PackageManagerService.java
+++ b/services/core/java/com/android/server/pm/PackageManagerService.java
@@ -162,7 +162,6 @@
 import android.content.pm.InstrumentationInfo;
 import android.content.pm.IntentFilterVerificationInfo;
 import android.content.pm.KeySet;
-import android.content.pm.PackageCleanItem;
 import android.content.pm.PackageInfo;
 import android.content.pm.PackageInfoLite;
 import android.content.pm.PackageInstaller;
@@ -619,12 +618,6 @@
 
     private final ProcessLoggingHandler mProcessLoggingHandler;
 
-    /**
-     * Messages for {@link #mHandler} that need to wait for system ready before
-     * being dispatched.
-     */
-    private ArrayList<Message> mPostSystemReadyMessages;
-
     final int mSdkVersion = Build.VERSION.SDK_INT;
 
     final Context mContext;
@@ -637,10 +630,6 @@
     final boolean mIsPreNUpgrade;
     final boolean mIsPreNMR1Upgrade;
 
-    // Have we told the Activity Manager to whitelist the default container service by uid yet?
-    @GuardedBy("mPackages")
-    boolean mDefaultContainerWhitelisted = false;
-
     @GuardedBy("mPackages")
     private boolean mDexOptDialogShown;
 
@@ -1258,7 +1247,6 @@
     static final int MCS_BOUND = 3;
     static final int INIT_COPY = 5;
     static final int MCS_UNBIND = 6;
-    static final int START_CLEANING_PACKAGE = 7;
     static final int POST_INSTALL = 9;
     static final int MCS_RECONNECT = 10;
     static final int MCS_GIVE_UP = 11;
@@ -1602,26 +1590,6 @@
                     Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
                     break;
                 }
-                case START_CLEANING_PACKAGE: {
-                    Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
-                    final String packageName = (String)msg.obj;
-                    final int userId = msg.arg1;
-                    final boolean andCode = msg.arg2 != 0;
-                    synchronized (mPackages) {
-                        if (userId == UserHandle.USER_ALL) {
-                            int[] users = sUserManager.getUserIds();
-                            for (int user : users) {
-                                mSettings.addPackageToCleanLPw(
-                                        new PackageCleanItem(user, packageName, andCode));
-                            }
-                        } else {
-                            mSettings.addPackageToCleanLPw(
-                                    new PackageCleanItem(userId, packageName, andCode));
-                        }
-                    }
-                    Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
-                    startCleaningPackages();
-                } break;
                 case POST_INSTALL: {
                     if (DEBUG_INSTALL) Log.v(TAG, "Handling post-install for " + msg.arg1);
 
@@ -11535,14 +11503,6 @@
             mSettings.insertPackageSettingLPw(pkgSetting, pkg);
             // Add the new setting to mPackages
             mPackages.put(pkg.applicationInfo.packageName, pkg);
-            // Make sure we don't accidentally delete its data.
-            final Iterator<PackageCleanItem> iter = mSettings.mPackagesToBeCleaned.iterator();
-            while (iter.hasNext()) {
-                PackageCleanItem item = iter.next();
-                if (pkgName.equals(item.packageName)) {
-                    iter.remove();
-                }
-            }
 
             // Add the package's KeySets to the global KeySetManagerService
             KeySetManagerService ksms = mSettings.mKeySetManagerService;
@@ -12398,75 +12358,6 @@
         return mMediaMounted || Environment.isExternalStorageEmulated();
     }
 
-    @Override
-    public PackageCleanItem nextPackageToClean(PackageCleanItem lastPackage) {
-        if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
-            return null;
-        }
-        if (!isExternalMediaAvailable()) {
-                // If the external storage is no longer mounted at this point,
-                // the caller may not have been able to delete all of this
-                // packages files and can not delete any more.  Bail.
-            return null;
-        }
-        synchronized (mPackages) {
-            final ArrayList<PackageCleanItem> pkgs = mSettings.mPackagesToBeCleaned;
-            if (lastPackage != null) {
-                pkgs.remove(lastPackage);
-            }
-            if (pkgs.size() > 0) {
-                return pkgs.get(0);
-            }
-        }
-        return null;
-    }
-
-    void schedulePackageCleaning(String packageName, int userId, boolean andCode) {
-        final Message msg = mHandler.obtainMessage(START_CLEANING_PACKAGE,
-                userId, andCode ? 1 : 0, packageName);
-        if (mSystemReady) {
-            msg.sendToTarget();
-        } else {
-            if (mPostSystemReadyMessages == null) {
-                mPostSystemReadyMessages = new ArrayList<>();
-            }
-            mPostSystemReadyMessages.add(msg);
-        }
-    }
-
-    void startCleaningPackages() {
-        // reader
-        if (!isExternalMediaAvailable()) {
-            return;
-        }
-        synchronized (mPackages) {
-            if (mSettings.mPackagesToBeCleaned.isEmpty()) {
-                return;
-            }
-        }
-        Intent intent = new Intent(PackageManager.ACTION_CLEAN_EXTERNAL_STORAGE);
-        intent.setComponent(DEFAULT_CONTAINER_COMPONENT);
-        IActivityManager am = ActivityManager.getService();
-        if (am != null) {
-            int dcsUid = -1;
-            synchronized (mPackages) {
-                if (!mDefaultContainerWhitelisted) {
-                    mDefaultContainerWhitelisted = true;
-                    PackageSetting ps = mSettings.mPackages.get(DEFAULT_CONTAINER_PACKAGE);
-                    dcsUid = UserHandle.getUid(UserHandle.USER_SYSTEM, ps.appId);
-                }
-            }
-            try {
-                if (dcsUid > 0) {
-                    am.backgroundWhitelistUid(dcsUid);
-                }
-                am.startService(null, intent, null, false, mContext.getOpPackageName(),
-                        UserHandle.USER_SYSTEM);
-            } catch (RemoteException e) {
-            }
-        }
-    }
-
     /**
      * Ensure that the install reason matches what we know about the package installer (e.g. whether
      * it is acting on behalf on an enterprise or the user).
@@ -13936,15 +13827,6 @@
         abstract void handleReturnCode();
     }
 
-    private static void clearDirectory(IMediaContainerService mcs, File[] paths) {
-        for (File path : paths) {
-            try {
-                mcs.clearDirectory(path.getAbsolutePath());
-            } catch (RemoteException e) {
-            }
-        }
-    }
-
     static class OriginInfo {
         /**
          * Location where install is coming from, before it has been
@@ -17270,7 +17152,6 @@
             if (outInfo != null) {
                 outInfo.dataRemoved = true;
             }
-            schedulePackageCleaning(packageName, UserHandle.USER_ALL, true);
         }
 
         int removedAppId = -1;
@@ -17927,7 +17808,6 @@
             destroyAppProfilesLIF(pkg, userId);
             clearDefaultBrowserIfNeededForUser(ps.name, userId);
             removeKeystoreDataIfNeeded(nextUserId, ps.appId);
-            schedulePackageCleaning(ps.name, nextUserId, false);
             synchronized (mPackages) {
                 if (clearPackagePreferredActivitiesLPw(ps.name, nextUserId)) {
                     scheduleWritePackageRestrictionsLocked(nextUserId);
@@ -17948,83 +17828,6 @@
         return true;
     }
 
-    private final class ClearStorageConnection implements ServiceConnection {
-        IMediaContainerService mContainerService;
-
-        @Override
-        public void onServiceConnected(ComponentName name, IBinder service) {
-            synchronized (this) {
-                mContainerService = IMediaContainerService.Stub
-                        .asInterface(Binder.allowBlocking(service));
-                notifyAll();
-            }
-        }
-
-        @Override
-        public void onServiceDisconnected(ComponentName name) {
-        }
-    }
-
-    private void clearExternalStorageDataSync(String packageName, int userId, boolean allData) {
-        if (DEFAULT_CONTAINER_PACKAGE.equals(packageName)) return;
-
-        final boolean mounted;
-        if (Environment.isExternalStorageEmulated()) {
-            mounted = true;
-        } else {
-            final String status = Environment.getExternalStorageState();
-
-            mounted = status.equals(Environment.MEDIA_MOUNTED)
-                    || status.equals(Environment.MEDIA_MOUNTED_READ_ONLY);
-        }
-
-        if (!mounted) {
-            return;
-        }
-
-        final Intent containerIntent = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT);
-        int[] users;
-        if (userId == UserHandle.USER_ALL) {
-            users = sUserManager.getUserIds();
-        } else {
-            users = new int[] { userId };
-        }
-        final ClearStorageConnection conn = new ClearStorageConnection();
-        if (mContext.bindServiceAsUser(
-                containerIntent, conn, Context.BIND_AUTO_CREATE, UserHandle.SYSTEM)) {
-            try {
-                for (int curUser : users) {
-                    long timeout = SystemClock.uptimeMillis() + 5000;
-                    synchronized (conn) {
-                        long now;
-                        while (conn.mContainerService == null &&
-                                (now = SystemClock.uptimeMillis()) < timeout) {
-                            try {
-                                conn.wait(timeout - now);
-                            } catch (InterruptedException e) {
-                            }
-                        }
-                    }
-                    if (conn.mContainerService == null) {
-                        return;
-                    }
-
-                    final UserEnvironment userEnv = new UserEnvironment(curUser);
-                    clearDirectory(conn.mContainerService,
-                            userEnv.buildExternalStorageAppCacheDirs(packageName));
-                    if (allData) {
-                        clearDirectory(conn.mContainerService,
-                                userEnv.buildExternalStorageAppDataDirs(packageName));
-                        clearDirectory(conn.mContainerService,
-                                userEnv.buildExternalStorageAppMediaDirs(packageName));
-                    }
-                }
-            } finally {
-                mContext.unbindService(conn);
-            }
-        }
-    }
-
     @Override
     public void clearApplicationProfileData(String packageName) {
         enforceSystemOrRoot("Only the system can clear all profile data");
@@ -18068,7 +17871,6 @@
                         synchronized (mInstallLock) {
                             succeeded = clearApplicationUserDataLIF(packageName, userId);
                         }
-                        clearExternalStorageDataSync(packageName, userId, true);
                         synchronized (mPackages) {
                             mInstantAppRegistry.deleteInstantApplicationMetadataLPw(
                                     packageName, userId);
@@ -18361,7 +18163,6 @@
                     clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CACHE_ONLY);
                     clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CODE_CACHE_ONLY);
                 }
-                clearExternalStorageDataSync(packageName, userId, false);
             }
             if (observer != null) {
                 try {
@@ -20011,14 +19812,6 @@
                     mPermissionCallback);
         }
 
-        // Kick off any messages waiting for system ready
-        if (mPostSystemReadyMessages != null) {
-            for (Message msg : mPostSystemReadyMessages) {
-                msg.sendToTarget();
-            }
-            mPostSystemReadyMessages = null;
-        }
-
         // Watch for external volumes that come and go over time
         final StorageManager storage = mContext.getSystemService(StorageManager.class);
         storage.registerListener(mStorageListener);
diff --git a/services/core/java/com/android/server/pm/Settings.java b/services/core/java/com/android/server/pm/Settings.java
index 8dd1a0f..6d242f4 100644
--- a/services/core/java/com/android/server/pm/Settings.java
+++ b/services/core/java/com/android/server/pm/Settings.java
@@ -42,7 +42,6 @@
 import android.content.pm.ApplicationInfo;
 import android.content.pm.ComponentInfo;
 import android.content.pm.IntentFilterVerificationInfo;
-import android.content.pm.PackageCleanItem;
 import android.content.pm.PackageManager;
 import android.content.pm.PackageManagerInternal;
 import android.content.pm.PackageParser;
@@ -209,8 +208,6 @@
 
     public static final String ATTR_NAME = "name";
     public static final String ATTR_PACKAGE = "package";
-    private static final String ATTR_USER = "user";
-    private static final String ATTR_CODE = "code";
     private static final String ATTR_GRANTED = "granted";
     private static final String ATTR_FLAGS = "flags";
     private static final String ATTR_VERSION = "version";
@@ -388,10 +385,6 @@
     private final ArrayMap<Long, Integer> mKeySetRefs =
             new ArrayMap<Long, Integer>();
 
-    // Packages that have been uninstalled and still need their external
-    // storage data deleted.
-    final ArrayList<PackageCleanItem> mPackagesToBeCleaned = new ArrayList<PackageCleanItem>();
-
     // Packages that have been renamed since they were first installed.
     // Keys are the new names of the packages, values are the original
     // names.  The packages appear everywhere else under their original
@@ -2546,17 +2539,6 @@
                 serializer.endTag(null, "shared-user");
             }
 
-            if (mPackagesToBeCleaned.size() > 0) {
-                for (PackageCleanItem item : mPackagesToBeCleaned) {
-                    final String userStr = Integer.toString(item.userId);
-                    serializer.startTag(null, "cleaning-package");
-                    serializer.attribute(null, ATTR_NAME, item.packageName);
-                    serializer.attribute(null, ATTR_CODE, item.andCode ? "true" : "false");
-                    serializer.attribute(null, ATTR_USER, userStr);
-                    serializer.endTag(null, "cleaning-package");
-                }
-            }
-
             if (mRenamedPackages.size() > 0) {
                 for (Map.Entry<String, String> e : mRenamedPackages.entrySet()) {
                     serializer.startTag(null, "renamed-package");
@@ -2972,12 +2954,6 @@
         bp.writeLPr(serializer);
     }
 
-    void addPackageToCleanLPw(PackageCleanItem pkg) {
-        if (!mPackagesToBeCleaned.contains(pkg)) {
-            mPackagesToBeCleaned.add(pkg);
-        }
-    }
-
     boolean readLPw(@NonNull List<UserInfo> users) {
         FileInputStream str = null;
         if (mBackupSettingsFilename.exists()) {
@@ -3070,24 +3046,6 @@
                     readDefaultAppsLPw(parser, 0);
                 } else if (tagName.equals("updated-package")) {
                     readDisabledSysPackageLPw(parser);
-                } else if (tagName.equals("cleaning-package")) {
-                    String name = parser.getAttributeValue(null, ATTR_NAME);
-                    String userStr = parser.getAttributeValue(null, ATTR_USER);
-                    String codeStr = parser.getAttributeValue(null, ATTR_CODE);
-                    if (name != null) {
-                        int userId = UserHandle.USER_SYSTEM;
-                        boolean andCode = true;
-                        try {
-                            if (userStr != null) {
-                                userId = Integer.parseInt(userStr);
-                            }
-                        } catch (NumberFormatException e) {
-                        }
-                        if (codeStr != null) {
-                            andCode = Boolean.parseBoolean(codeStr);
-                        }
-                        addPackageToCleanLPw(new PackageCleanItem(userId, name, andCode));
-                    }
                 } else if (tagName.equals("renamed-package")) {
                     String nname = parser.getAttributeValue(null, "new");
                     String oname = parser.getAttributeValue(null, "old");
diff --git a/services/core/java/com/android/server/wm/Session.java b/services/core/java/com/android/server/wm/Session.java
index 5cf5e0d..0319864 100644
--- a/services/core/java/com/android/server/wm/Session.java
+++ b/services/core/java/com/android/server/wm/Session.java
@@ -138,10 +138,7 @@
             // Note: it is safe to call in to the input method manager
             // here because we are not holding our lock.
             if (mService.mInputMethodManager != null) {
-                mService.mInputMethodManager.addClient(client, inputContext,
-                        mUid, mPid);
-            } else {
-                client.setUsingInputMethod(false);
+                mService.mInputMethodManager.addClient(client, inputContext, mUid, mPid);
             }
             client.asBinder().linkToDeath(this, 0);
         } catch (RemoteException e) {
diff --git a/services/net/java/android/net/dhcp/DhcpServingParams.java b/services/net/java/android/net/dhcp/DhcpServingParams.java
index ba9d116..6d58bc6 100644
--- a/services/net/java/android/net/dhcp/DhcpServingParams.java
+++ b/services/net/java/android/net/dhcp/DhcpServingParams.java
@@ -28,6 +28,8 @@
 import android.net.LinkAddress;
 import android.net.NetworkUtils;
 
+import com.google.android.collect.Sets;
+
 import java.net.Inet4Address;
 import java.util.Collections;
 import java.util.HashSet;
@@ -155,6 +157,25 @@
         }
 
         /**
+         * Set the default routers to be advertised to DHCP clients.
+         *
+         * <p>Each router must be inside the served prefix. This may be an empty list of routers,
+         * but it must always be set explicitly before building the {@link DhcpServingParams}.
+         */
+        public Builder setDefaultRouters(@NonNull Inet4Address... defaultRouters) {
+            return setDefaultRouters(Sets.newArraySet(defaultRouters));
+        }
+
+        /**
+         * Convenience method to build the parameters with no default router.
+         *
+         * <p>Equivalent to calling {@link #setDefaultRouters(Inet4Address...)} with no address.
+         */
+        public Builder withNoDefaultRouter() {
+            return setDefaultRouters();
+        }
+
+        /**
          * Set the DNS servers to be advertised to DHCP clients.
          *
          * <p>This may be an empty set, but it must always be set explicitly before building the
@@ -166,6 +187,25 @@
         }
 
         /**
+         * Set the DNS servers to be advertised to DHCP clients.
+         *
+         * <p>This may be an empty list of servers, but it must always be set explicitly before
+         * building the {@link DhcpServingParams}.
+         */
+        public Builder setDnsServers(@NonNull Inet4Address... dnsServers) {
+            return setDnsServers(Sets.newArraySet(dnsServers));
+        }
+
+        /**
+         * Convenience method to build the parameters with no DNS server.
+         *
+         * <p>Equivalent to calling {@link #setDnsServers(Inet4Address...)} with no address.
+         */
+        public Builder withNoDnsServer() {
+            return setDnsServers();
+        }
+
+        /**
          * Set excluded addresses that the DHCP server is not allowed to assign to clients.
          *
          * <p>This parameter is optional. DNS servers and default routers are always excluded
@@ -177,6 +217,16 @@
         }
 
         /**
+         * Set excluded addresses that the DHCP server is not allowed to assign to clients.
+         *
+         * <p>This parameter is optional. DNS servers and default routers are always excluded
+         * and do not need to be set here.
+         */
+        public Builder setExcludedAddrs(@NonNull Inet4Address... excludedAddrs) {
+            return setExcludedAddrs(Sets.newArraySet(excludedAddrs));
+        }
+
+        /**
          * Set the lease time for leases assigned by the DHCP server.
          *
          * <p>This parameter is required.
diff --git a/services/tests/servicestests/src/com/android/server/MountServiceTests.java b/services/tests/servicestests/src/com/android/server/MountServiceTests.java
index ecfe0db..b1b3174 100644
--- a/services/tests/servicestests/src/com/android/server/MountServiceTests.java
+++ b/services/tests/servicestests/src/com/android/server/MountServiceTests.java
@@ -220,7 +220,12 @@
 
         final File outFile = getFilePath("test1_nosig.obb");
 
-        mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL);
+        try {
+            mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL);
+            fail("mountObb should've failed with an exception");
+        } catch (IllegalArgumentException e) {
+            // Expected
+        }
 
         assertFalse("OBB should not be mounted",
                 sm.isObbMounted(outFile.getPath()));
diff --git a/telecomm/java/android/telecom/CallRedirectionService.java b/telecomm/java/android/telecom/CallRedirectionService.java
index 9c874bf..b906d0b 100644
--- a/telecomm/java/android/telecom/CallRedirectionService.java
+++ b/telecomm/java/android/telecom/CallRedirectionService.java
@@ -63,6 +63,10 @@
     /**
      * Telecom calls this method to inform the implemented {@link CallRedirectionService} of
      * a new outgoing call which is being placed.
+     *
+     * The implemented {@link CallRedirectionService} can call {@link #placeCallUnmodified()},
+     * {@link #redirectCall(Uri, PhoneAccountHandle)}, and {@link #cancelCall()} only from here.
+     *
      * @param handle the phone number dialed by the user
      * @param targetPhoneAccount the {@link PhoneAccountHandle} on which the call will be placed.
      */
@@ -72,6 +76,9 @@
      * The implemented {@link CallRedirectionService} calls this method to response a request
      * received via {@link #onPlaceCall(Uri, PhoneAccountHandle)} to inform Telecom that no changes
      * are required to the outgoing call, and that the call should be placed as-is.
+     *
+     * This can only be called from implemented {@link #onPlaceCall(Uri, PhoneAccountHandle)}.
+     *
      */
     public final void placeCallUnmodified() {
         try {
@@ -84,6 +91,9 @@
      * The implemented {@link CallRedirectionService} calls this method to response a request
      * received via {@link #onPlaceCall(Uri, PhoneAccountHandle)} to inform Telecom that changes
      * are required to the phone number or/and {@link PhoneAccountHandle} for the outgoing call.
+     *
+     * This can only be called from implemented {@link #onPlaceCall(Uri, PhoneAccountHandle)}.
+     *
      * @param handle the new phone number to dial
      * @param targetPhoneAccount the {@link PhoneAccountHandle} to use when placing the call.
      *                           If {@code null}, no change will be made to the
@@ -100,6 +110,9 @@
      * The implemented {@link CallRedirectionService} calls this method to response a request
      * received via {@link #onPlaceCall(Uri, PhoneAccountHandle)} to inform Telecom that an outgoing
      * call should be canceled entirely.
+     *
+     * This can only be called from implemented {@link #onPlaceCall(Uri, PhoneAccountHandle)}.
+     *
      */
     public final void cancelCall() {
         try {
@@ -144,7 +157,6 @@
         @Override
         public void placeCall(ICallRedirectionAdapter adapter, Uri handle,
                               PhoneAccountHandle targetPhoneAccount) {
-            Log.v(this, "placeCall");
             SomeArgs args = SomeArgs.obtain();
             args.arg1 = adapter;
             args.arg2 = handle;
@@ -154,14 +166,12 @@
     }
 
     @Override
-    public IBinder onBind(Intent intent) {
-        Log.v(this, "onBind");
+    public final IBinder onBind(Intent intent) {
         return new CallRedirectionBinder();
     }
 
     @Override
-    public boolean onUnbind(Intent intent) {
-        Log.v(this, "onUnbind");
+    public final boolean onUnbind(Intent intent) {
         return false;
     }
 }
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java
index d25e59f..9a4ea9e7 100644
--- a/telecomm/java/android/telecom/PhoneAccount.java
+++ b/telecomm/java/android/telecom/PhoneAccount.java
@@ -28,6 +28,7 @@
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
+import java.util.Objects;
 
 /**
  * Represents a distinct method to place or receive a phone call. Apps which can place calls and
@@ -360,6 +361,33 @@
     private boolean mIsEnabled;
     private String mGroupId;
 
+    @Override
+    public boolean equals(Object o) {
+        if (this == o) return true;
+        if (o == null || getClass() != o.getClass()) return false;
+        PhoneAccount that = (PhoneAccount) o;
+        return mCapabilities == that.mCapabilities &&
+                mHighlightColor == that.mHighlightColor &&
+                mSupportedAudioRoutes == that.mSupportedAudioRoutes &&
+                mIsEnabled == that.mIsEnabled &&
+                Objects.equals(mAccountHandle, that.mAccountHandle) &&
+                Objects.equals(mAddress, that.mAddress) &&
+                Objects.equals(mSubscriptionAddress, that.mSubscriptionAddress) &&
+                Objects.equals(mLabel, that.mLabel) &&
+                Objects.equals(mShortDescription, that.mShortDescription) &&
+                Objects.equals(mSupportedUriSchemes, that.mSupportedUriSchemes) &&
+                areBundlesEqual(mExtras, that.mExtras) &&
+                Objects.equals(mGroupId, that.mGroupId);
+    }
+
+    @Override
+    public int hashCode() {
+        return Objects.hash(mAccountHandle, mAddress, mSubscriptionAddress, mCapabilities,
+                mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes,
+                mSupportedAudioRoutes,
+                mExtras, mIsEnabled, mGroupId);
+    }
+
     /**
      * Helper class for creating a {@link PhoneAccount}.
      */
@@ -1022,4 +1050,31 @@
 
         return sb.toString();
     }
+
+    /**
+     * Determines if two {@link Bundle}s are equal.
+     * @param extras First {@link Bundle} to check.
+     * @param newExtras {@link Bundle} to compare against.
+     * @return {@code true} if the {@link Bundle}s are equal, {@code false} otherwise.
+     */
+    private static boolean areBundlesEqual(Bundle extras, Bundle newExtras) {
+        if (extras == null || newExtras == null) {
+            return extras == newExtras;
+        }
+
+        if (extras.size() != newExtras.size()) {
+            return false;
+        }
+
+        for(String key : extras.keySet()) {
+            if (key != null) {
+                final Object value = extras.get(key);
+                final Object newValue = newExtras.get(key);
+                if (!Objects.equals(value, newValue)) {
+                    return false;
+                }
+            }
+        }
+        return true;
+    }
 }
diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java
index 97068a6..0cf1aec 100644
--- a/telephony/java/android/telephony/CarrierConfigManager.java
+++ b/telephony/java/android/telephony/CarrierConfigManager.java
@@ -1994,18 +1994,25 @@
      * the binding intent go to.
      * @hide
      */
-    public static final String KEY_CARRIER_NETWORK_SERVICE_WLAN_PACKAGE_OVERRIDE_STRING
-             = "carrier_network_service_wlan_package_override_string";
+    public static final String KEY_CARRIER_NETWORK_SERVICE_WLAN_PACKAGE_OVERRIDE_STRING =
+            "carrier_network_service_wlan_package_override_string";
 
     /**
      * Decides when clients try to bind to wwan (cellular) network service, which package name will
      * the binding intent go to.
      * @hide
      */
-    public static final String KEY_CARRIER_NETWORK_SERVICE_WWAN_PACKAGE_OVERRIDE_STRING
-            = "carrier_network_service_wwan_package_override_string";
+    public static final String KEY_CARRIER_NETWORK_SERVICE_WWAN_PACKAGE_OVERRIDE_STRING =
+            "carrier_network_service_wwan_package_override_string";
 
     /**
+     * The package name of qualified networks service that telephony binds to.
+     *
+     * @hide
+     */
+    public static final String KEY_CARRIER_QUALIFIED_NETWORKS_SERVICE_PACKAGE_OVERRIDE_STRING =
+            "carrier_qualified_networks_service_package_override_string";
+    /**
      * A list of 4 LTE RSCP thresholds above which a signal level is considered POOR,
      * MODERATE, GOOD, or EXCELLENT, to be used in SignalStrength reporting.
      *
@@ -2094,6 +2101,7 @@
         sDefaults.putBoolean(KEY_CARRIER_USE_IMS_FIRST_FOR_EMERGENCY_BOOL, true);
         sDefaults.putString(KEY_CARRIER_NETWORK_SERVICE_WWAN_PACKAGE_OVERRIDE_STRING, "");
         sDefaults.putString(KEY_CARRIER_NETWORK_SERVICE_WLAN_PACKAGE_OVERRIDE_STRING, "");
+        sDefaults.putString(KEY_CARRIER_QUALIFIED_NETWORKS_SERVICE_PACKAGE_OVERRIDE_STRING, "");
         sDefaults.putString(KEY_CARRIER_DATA_SERVICE_WWAN_PACKAGE_OVERRIDE_STRING, "");
         sDefaults.putString(KEY_CARRIER_DATA_SERVICE_WLAN_PACKAGE_OVERRIDE_STRING, "");
         sDefaults.putString(KEY_CARRIER_INSTANT_LETTERING_INVALID_CHARS_STRING, "");
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index 26bf7f8..dab62f1 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -2843,9 +2843,11 @@
     }
 
     /**
-     * Return if the current radio is LTE on CDMA. This
-     * is a tri-state return value as for a period of time
-     * the mode may be unknown.
+     * Return if the current radio is LTE on CDMA. This is a tri-state return value as for a period
+     * of time the mode may be unknown.
+     *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
      *
      * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
      * or {@link PhoneConstants#LTE_ON_CDMA_TRUE}
@@ -5630,6 +5632,9 @@
     /**
      * Sets the network selection mode to automatic.
      *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
      * <p>Requires Permission:
      * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} or that the calling
      * app has carrier privileges (see {@link #hasCarrierPrivileges}).
@@ -5652,27 +5657,36 @@
     /**
      * Perform a radio scan and return the list of available networks.
      *
-     * The return value is a list of the OperatorInfo of the networks found. Note that this
-     * scan can take a long time (sometimes minutes) to happen.
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
+     * <p> Note that this scan can take a long time (sometimes minutes) to happen.
      *
      * <p>Requires Permission:
-     * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} or that the calling
-     * app has carrier privileges (see {@link #hasCarrierPrivileges}).
+     * {@link android.Manifest.permission#MODIFY_PHONE_STATE} or that the calling app has carrier
+     * privileges (see {@link #hasCarrierPrivileges})
+     *
+     * @return {@link CellNetworkScanResult} with the status
+     * {@link CellNetworkScanResult#STATUS_SUCCESS} and a list of
+     * {@link com.android.internal.telephony.OperatorInfo} if it's available. Otherwise, the failure
+     * caused will be included in the result.
      *
      * @hide
-     * TODO: Add an overload that takes no args.
      */
-    public CellNetworkScanResult getCellNetworkScanResults(int subId) {
+    @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
+    public CellNetworkScanResult getAvailableNetworks() {
         try {
             ITelephony telephony = getITelephony();
-            if (telephony != null)
-                return telephony.getCellNetworkScanResults(subId);
+            if (telephony != null) {
+                return telephony.getCellNetworkScanResults(getSubId());
+            }
         } catch (RemoteException ex) {
-            Rlog.e(TAG, "getCellNetworkScanResults RemoteException", ex);
+            Rlog.e(TAG, "getAvailableNetworks RemoteException", ex);
         } catch (NullPointerException ex) {
-            Rlog.e(TAG, "getCellNetworkScanResults NPE", ex);
+            Rlog.e(TAG, "getAvailableNetworks NPE", ex);
         }
-        return null;
+        return new CellNetworkScanResult(
+                CellNetworkScanResult.STATUS_UNKNOWN_ERROR, null /* OperatorInfo */);
     }
 
     /**
@@ -5722,6 +5736,9 @@
     /**
      * Ask the radio to connect to the input network and change selection mode to manual.
      *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
      * <p>Requires Permission:
      * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} or that the calling
      * app has carrier privileges (see {@link #hasCarrierPrivileges}).
@@ -6617,9 +6634,9 @@
      * subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
      *
      * <p>Requires one of the following permissions:
-     * {@link android.Manifest.permission#ACCESS_NETWORK_STATE ACCESS_NETWORK_STATE},
-     * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE}, or that the
-     * calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
+     * {@link android.Manifest.permission#ACCESS_NETWORK_STATE},
+     * {@link android.Manifest.permission#MODIFY_PHONE_STATE}, or that the calling app has carrier
+     * privileges (see {@link #hasCarrierPrivileges}).
      *
      * <p>Note that this does not take into account any data restrictions that may be present on the
      * calling app. Such restrictions may be inspected with
@@ -6627,11 +6644,69 @@
      *
      * @return true if mobile data is enabled.
      */
+    @RequiresPermission(anyOf = {android.Manifest.permission.ACCESS_NETWORK_STATE,
+            android.Manifest.permission.MODIFY_PHONE_STATE})
     public boolean isDataEnabled() {
         return getDataEnabled(getSubId(SubscriptionManager.getDefaultDataSubscriptionId()));
     }
 
     /**
+     * Returns whether mobile data roaming is enabled on the subscription.
+     *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
+     * <p>Requires one of the following permissions:
+     * {@link android.Manifest.permission#ACCESS_NETWORK_STATE},
+     * {@link android.Manifest.permission#READ_PHONE_STATE} or that the calling app
+     * has carrier privileges (see {@link #hasCarrierPrivileges}).
+     *
+     * @return {@code true} if the data roaming is enabled on the subscription, otherwise return
+     * {@code false}.
+     */
+    @RequiresPermission(anyOf = {android.Manifest.permission.ACCESS_NETWORK_STATE,
+            android.Manifest.permission.READ_PHONE_STATE})
+    public boolean isDataRoamingEnabled() {
+        boolean isDataRoamingEnabled = false;
+        try {
+            ITelephony telephony = getITelephony();
+            if (telephony != null) {
+                isDataRoamingEnabled = telephony.isDataRoamingEnabled(getSubId());
+            }
+        } catch (RemoteException e) {
+            Log.e(TAG, "Error calling ITelephony#isDataRoamingEnabled", e);
+        }
+        return isDataRoamingEnabled;
+    }
+
+    /**
+     * Enables/Disables the data roaming on the subscription.
+     *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
+     * <p> Requires permission:
+     * {@link android.Manifest.permission#MODIFY_PHONE_STATE} or that the calling app has carrier
+     * privileges (see {@link #hasCarrierPrivileges}).
+     *
+     * @param isEnabled {@code true} to enable mobile data roaming, otherwise disable it.
+     *
+     * @hide
+     */
+    @SystemApi
+    @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
+    public void setDataRoamingEnabled(boolean isEnabled) {
+        try {
+            ITelephony telephony = getITelephony();
+            if (telephony != null) {
+                telephony.setDataRoamingEnabled(getSubId(), isEnabled);
+            }
+        } catch (RemoteException e) {
+            Log.e(TAG, "Error calling ITelephony#setDataRoamingEnabled", e);
+        }
+    }
+
+    /**
      * @deprecated use {@link #isDataEnabled()} instead.
      * @hide
      */
@@ -7416,6 +7491,9 @@
     /**
      * Returns the current {@link ServiceState} information.
      *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
      * <p>Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE}
      * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}).
      */
@@ -7883,8 +7961,12 @@
     }
 
     /**
-     * Check if phone is in emergency callback mode
-     * @return true if phone is in emergency callback mode
+     * Checks if phone is in emergency callback mode.
+     *
+     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
+     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultDataSubscriptionId()}
+     *
+     * @return true if phone is in emergency callback mode.
      * @hide
      */
     @SystemApi
diff --git a/telephony/java/android/telephony/ims/ImsReasonInfo.java b/telephony/java/android/telephony/ims/ImsReasonInfo.java
index b981f05..b1c66f6 100644
--- a/telephony/java/android/telephony/ims/ImsReasonInfo.java
+++ b/telephony/java/android/telephony/ims/ImsReasonInfo.java
@@ -403,6 +403,12 @@
     public static final int CODE_UNOBTAINABLE_NUMBER = 1515;
 
     /**
+     * Call failed because WiFi call could not complete and circuit switch silent redial
+     * is not allowed while roaming on another network.
+     */
+    public static final int CODE_NO_CSFB_IN_CS_ROAM = 1516;
+
+    /**
      * The rejection cause is not known.
      * <p>
      * Used with implicit call rejection.
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index c59a739..a7e5581 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -1514,6 +1514,22 @@
     void setRadioIndicationUpdateMode(int subId, int filters, int mode);
 
     /**
+     * Returns whether mobile data roaming is enabled on the subscription with id {@code subId}.
+     *
+     * @param subId the subscription id
+     * @return {@code true} if the data roaming is enabled on this subscription.
+     */
+    boolean isDataRoamingEnabled(int subId);
+
+    /**
+     * Enables/Disables the data roaming on the subscription with id {@code subId}.
+     *
+     * @param subId the subscription id
+     * @param isEnabled {@code true} to enable mobile data roaming, otherwise disable it.
+     */
+    void setDataRoamingEnabled(int subId, boolean isEnabled);
+
+    /**
      * A test API to override carrier information including mccmnc, imsi, iccid, gid1, gid2,
      * plmn and spn. This would be handy for, eg, forcing a particular carrier id, carrier's config
      * (also any country or carrier overlays) to be loaded when using a test SIM with a call box.
diff --git a/telephony/java/com/android/internal/telephony/TelephonyPermissions.java b/telephony/java/com/android/internal/telephony/TelephonyPermissions.java
index bbe38b7..06378ba 100644
--- a/telephony/java/com/android/internal/telephony/TelephonyPermissions.java
+++ b/telephony/java/com/android/internal/telephony/TelephonyPermissions.java
@@ -20,7 +20,6 @@
 import android.Manifest;
 import android.app.AppOpsManager;
 import android.content.Context;
-import android.content.pm.PackageManager;
 import android.os.Binder;
 import android.os.RemoteException;
 import android.os.ServiceManager;
@@ -250,6 +249,26 @@
     }
 
     /**
+     * Ensure the caller (or self, if not processing an IPC) has
+     * {@link android.Manifest.permission#READ_PHONE_STATE} or carrier privileges.
+     *
+     * @throws SecurityException if the caller does not have the required permission/privileges
+     */
+    public static void enforeceCallingOrSelfReadPhoneStatePermissionOrCarrierPrivilege(
+            Context context, int subId, String message) {
+        if (context.checkCallingOrSelfPermission(android.Manifest.permission.READ_PHONE_STATE)
+                == PERMISSION_GRANTED) {
+            return;
+        }
+
+        if (DBG) {
+            Rlog.d(LOG_TAG, "No READ_PHONE_STATE permission, check carrier privilege next.");
+        }
+
+        enforceCallingOrSelfCarrierPrivilege(subId, message);
+    }
+
+    /**
      * Make sure the caller (or self, if not processing an IPC) has carrier privileges.
      *
      * @throws SecurityException if the caller does not have the required privileges
diff --git a/tests/net/java/android/net/dhcp/DhcpServingParamsTest.java b/tests/net/java/android/net/dhcp/DhcpServingParamsTest.java
index dfa09a9..b6a4073 100644
--- a/tests/net/java/android/net/dhcp/DhcpServingParamsTest.java
+++ b/tests/net/java/android/net/dhcp/DhcpServingParamsTest.java
@@ -37,7 +37,6 @@
 
 import java.net.Inet4Address;
 import java.util.Arrays;
-import java.util.Collections;
 import java.util.HashSet;
 import java.util.Set;
 
@@ -150,14 +149,14 @@
 
     @Test(expected = InvalidParameterException.class)
     public void testBuild_PrefixTooSmall() throws InvalidParameterException {
-        mBuilder.setDefaultRouters(Collections.singleton(parseAddr("192.168.0.254")))
+        mBuilder.setDefaultRouters(parseAddr("192.168.0.254"))
                 .setServerAddr(new LinkAddress(TEST_SERVER_ADDR, 31))
                 .build();
     }
 
     @Test(expected = InvalidParameterException.class)
     public void testBuild_RouterNotInPrefix() throws InvalidParameterException {
-        mBuilder.setDefaultRouters(Collections.singleton(parseAddr("192.168.254.254"))).build();
+        mBuilder.setDefaultRouters(parseAddr("192.168.254.254")).build();
     }
 
     private static <T> void assertContains(@NonNull Set<T> set, @NonNull Set<T> subset) {
diff --git a/tools/aapt2/ResourceTable.cpp b/tools/aapt2/ResourceTable.cpp
index 58b5e8f..23322ab 100644
--- a/tools/aapt2/ResourceTable.cpp
+++ b/tools/aapt2/ResourceTable.cpp
@@ -51,7 +51,7 @@
 
 template <typename T>
 static bool less_than_struct_with_name_and_id(const std::unique_ptr<T>& lhs,
-                                              const std::pair<StringPiece, Maybe<uint8_t>>& rhs) {
+                                              const std::pair<StringPiece, Maybe<uint16_t>>& rhs) {
   int name_cmp = lhs->name.compare(0, lhs->name.size(), rhs.first.data(), rhs.first.size());
   return name_cmp < 0 || (name_cmp == 0 && rhs.second && lhs->id < rhs.second);
 }
@@ -141,7 +141,7 @@
   return types.emplace(iter, std::move(new_type))->get();
 }
 
-ResourceEntry* ResourceTableType::FindEntry(const StringPiece& name, const Maybe<uint8_t> id) {
+ResourceEntry* ResourceTableType::FindEntry(const StringPiece& name, const Maybe<uint16_t> id) {
   const auto last = entries.end();
   auto iter = std::lower_bound(entries.begin(), last, std::make_pair(name, id),
       less_than_struct_with_name_and_id<ResourceEntry>);
@@ -152,7 +152,7 @@
 }
 
 ResourceEntry* ResourceTableType::FindOrCreateEntry(const StringPiece& name,
-                                                    const Maybe<uint8_t> id) {
+                                                    const Maybe<uint16_t > id) {
   auto last = entries.end();
   auto iter = std::lower_bound(entries.begin(), last, std::make_pair(name, id),
                                less_than_struct_with_name_and_id<ResourceEntry>);
@@ -450,7 +450,7 @@
   }
 
   ResourceEntry* entry = type->FindOrCreateEntry(name.entry, use_id ? res_id.entry_id()
-                                                                    : Maybe<uint8_t>());
+                                                                    : Maybe<uint16_t>());
 
   // Check for entries appearing twice with two different entry ids
   if (check_id && entry->id && entry->id.value() != res_id.entry_id()) {
@@ -561,7 +561,7 @@
   }
 
   ResourceEntry* entry = type->FindOrCreateEntry(name.entry, use_id ? res_id.entry_id()
-                                                                    : Maybe<uint8_t>());
+                                                                    : Maybe<uint16_t>());
 
   // Check for entries appearing twice with two different entry ids
   if (check_id && entry->id && entry->id.value() != res_id.entry_id()) {
diff --git a/tools/aapt2/ResourceTable.h b/tools/aapt2/ResourceTable.h
index c40323c..5a43a2d 100644
--- a/tools/aapt2/ResourceTable.h
+++ b/tools/aapt2/ResourceTable.h
@@ -146,9 +146,10 @@
 
   explicit ResourceTableType(const ResourceType type) : type(type) {}
 
-  ResourceEntry* FindEntry(const android::StringPiece& name, Maybe<uint8_t> id = Maybe<uint8_t>());
+  ResourceEntry* FindEntry(const android::StringPiece& name,
+                           Maybe<uint16_t> id = Maybe<uint16_t>());
   ResourceEntry* FindOrCreateEntry(const android::StringPiece& name,
-                                   Maybe<uint8_t> id = Maybe<uint8_t>());
+                                   Maybe<uint16_t> id = Maybe<uint16_t>());
 
  private:
   DISALLOW_COPY_AND_ASSIGN(ResourceTableType);
diff --git a/tools/aapt2/ResourceTable_test.cpp b/tools/aapt2/ResourceTable_test.cpp
index 7fa8ea2..1aa9751 100644
--- a/tools/aapt2/ResourceTable_test.cpp
+++ b/tools/aapt2/ResourceTable_test.cpp
@@ -258,4 +258,44 @@
   ASSERT_FALSE(table.SetOverlayable(name, overlayable, test::GetDiagnostics()));
 }
 
+TEST(ResourceTableTest, AllowDuplictaeResourcesNames) {
+  ResourceTable table(/* validate_resources */ false);
+
+  const ResourceName foo_name = test::ParseNameOrDie("android:bool/foo");
+  ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f0100ff), ConfigDescription{} , "",
+                                      test::BuildPrimitive(android::Res_value::TYPE_INT_BOOLEAN, 0),
+                                      test::GetDiagnostics()));
+  ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f010100), ConfigDescription{} , "",
+                                      test::BuildPrimitive(android::Res_value::TYPE_INT_BOOLEAN, 1),
+                                      test::GetDiagnostics()));
+
+  ASSERT_TRUE(table.SetVisibilityWithId(foo_name, Visibility{Visibility::Level::kPublic},
+                                        ResourceId(0x7f0100ff), test::GetDiagnostics()));
+  ASSERT_TRUE(table.SetVisibilityWithId(foo_name, Visibility{Visibility::Level::kPrivate},
+                                        ResourceId(0x7f010100), test::GetDiagnostics()));
+
+  auto package = table.FindPackageById(0x7f);
+  ASSERT_THAT(package, NotNull());
+  auto type = package->FindType(ResourceType::kBool);
+  ASSERT_THAT(type, NotNull());
+
+  auto entry1 = type->FindEntry("foo", 0x00ff);
+  ASSERT_THAT(entry1, NotNull());
+  ASSERT_THAT(entry1->id, Eq(0x00ff));
+  ASSERT_THAT(entry1->values[0], NotNull());
+  ASSERT_THAT(entry1->values[0]->value, NotNull());
+  ASSERT_THAT(ValueCast<BinaryPrimitive>(entry1->values[0]->value.get()), NotNull());
+  ASSERT_THAT(ValueCast<BinaryPrimitive>(entry1->values[0]->value.get())->value.data, Eq(0u));
+  ASSERT_THAT(entry1->visibility.level, Visibility::Level::kPublic);
+
+  auto entry2 = type->FindEntry("foo", 0x0100);
+  ASSERT_THAT(entry2, NotNull());
+  ASSERT_THAT(entry2->id, Eq(0x0100));
+  ASSERT_THAT(entry2->values[0], NotNull());
+  ASSERT_THAT(entry1->values[0]->value, NotNull());
+  ASSERT_THAT(ValueCast<BinaryPrimitive>(entry2->values[0]->value.get()), NotNull());
+  ASSERT_THAT(ValueCast<BinaryPrimitive>(entry2->values[0]->value.get())->value.data, Eq(1u));
+  ASSERT_THAT(entry2->visibility.level, Visibility::Level::kPrivate);
+}
+
 }  // namespace aapt
diff --git a/wifi/java/android/net/wifi/WifiInfo.java b/wifi/java/android/net/wifi/WifiInfo.java
index 1e03891..e37a856 100644
--- a/wifi/java/android/net/wifi/WifiInfo.java
+++ b/wifi/java/android/net/wifi/WifiInfo.java
@@ -17,14 +17,14 @@
 package android.net.wifi;
 
 import android.annotation.UnsupportedAppUsage;
-import android.os.Parcelable;
-import android.os.Parcel;
 import android.net.NetworkInfo.DetailedState;
 import android.net.NetworkUtils;
+import android.os.Parcel;
+import android.os.Parcelable;
 import android.text.TextUtils;
 
-import java.net.InetAddress;
 import java.net.Inet4Address;
+import java.net.InetAddress;
 import java.net.UnknownHostException;
 import java.util.EnumMap;
 import java.util.Locale;
@@ -540,9 +540,13 @@
         dest.writeInt(mMeteredHint ? 1 : 0);
         dest.writeInt(mEphemeral ? 1 : 0);
         dest.writeInt(score);
+        dest.writeLong(txSuccess);
         dest.writeDouble(txSuccessRate);
+        dest.writeLong(txRetries);
         dest.writeDouble(txRetriesRate);
+        dest.writeLong(txBad);
         dest.writeDouble(txBadRate);
+        dest.writeLong(rxSuccess);
         dest.writeDouble(rxSuccessRate);
         mSupplicantState.writeToParcel(dest, flags);
     }
@@ -570,9 +574,13 @@
                 info.mMeteredHint = in.readInt() != 0;
                 info.mEphemeral = in.readInt() != 0;
                 info.score = in.readInt();
+                info.txSuccess = in.readLong();
                 info.txSuccessRate = in.readDouble();
+                info.txRetries = in.readLong();
                 info.txRetriesRate = in.readDouble();
+                info.txBad = in.readLong();
                 info.txBadRate = in.readDouble();
+                info.rxSuccess = in.readLong();
                 info.rxSuccessRate = in.readDouble();
                 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
                 return info;
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java
index b56a758..7a91347 100644
--- a/wifi/java/android/net/wifi/WifiManager.java
+++ b/wifi/java/android/net/wifi/WifiManager.java
@@ -981,6 +981,7 @@
     private AsyncChannel mAsyncChannel;
     private CountDownLatch mConnected;
     private Looper mLooper;
+    private boolean mVerboseLoggingEnabled = false;
 
     /* LocalOnlyHotspot callback message types */
     /** @hide */
@@ -1013,6 +1014,7 @@
         mService = service;
         mLooper = looper;
         mTargetSdkVersion = context.getApplicationInfo().targetSdkVersion;
+        updateVerboseLoggingEnabledFromService();
     }
 
     /**
@@ -2475,7 +2477,7 @@
      *
      * @hide
      */
-    private static class SoftApCallbackProxy extends ISoftApCallback.Stub {
+    private class SoftApCallbackProxy extends ISoftApCallback.Stub {
         private final Handler mHandler;
         private final SoftApCallback mCallback;
 
@@ -2486,8 +2488,10 @@
 
         @Override
         public void onStateChanged(int state, int failureReason) {
-            Log.v(TAG, "SoftApCallbackProxy: onStateChanged: state=" + state + ", failureReason=" +
-                    failureReason);
+            if (mVerboseLoggingEnabled) {
+                Log.v(TAG, "SoftApCallbackProxy: onStateChanged: state=" + state
+                        + ", failureReason=" + failureReason);
+            }
             mHandler.post(() -> {
                 mCallback.onStateChanged(state, failureReason);
             });
@@ -2495,7 +2499,9 @@
 
         @Override
         public void onNumClientsChanged(int numClients) {
-            Log.v(TAG, "SoftApCallbackProxy: onNumClientsChanged: numClients=" + numClients);
+            if (mVerboseLoggingEnabled) {
+                Log.v(TAG, "SoftApCallbackProxy: onNumClientsChanged: numClients=" + numClients);
+            }
             mHandler.post(() -> {
                 mCallback.onNumClientsChanged(numClients);
             });
@@ -3786,7 +3792,7 @@
      *
      * @hide
      */
-    private static class TrafficStateCallbackProxy extends ITrafficStateCallback.Stub {
+    private class TrafficStateCallbackProxy extends ITrafficStateCallback.Stub {
         private final Handler mHandler;
         private final TrafficStateCallback mCallback;
 
@@ -3797,7 +3803,9 @@
 
         @Override
         public void onStateChanged(int state) {
-            Log.v(TAG, "TrafficStateCallbackProxy: onStateChanged state=" + state);
+            if (mVerboseLoggingEnabled) {
+                Log.v(TAG, "TrafficStateCallbackProxy: onStateChanged state=" + state);
+            }
             mHandler.post(() -> {
                 mCallback.onStateChanged(state);
             });
@@ -3854,4 +3862,12 @@
             throw e.rethrowFromSystemServer();
         }
     }
+
+    /**
+     * Helper method to update the local verbose logging flag based on the verbose logging
+     * level from wifi service.
+     */
+    private void updateVerboseLoggingEnabledFromService() {
+        mVerboseLoggingEnabled = getVerboseLoggingLevel() > 0;
+    }
 }
diff --git a/wifi/tests/src/android/net/wifi/WifiInfoTest.java b/wifi/tests/src/android/net/wifi/WifiInfoTest.java
new file mode 100644
index 0000000..f5a8b29
--- /dev/null
+++ b/wifi/tests/src/android/net/wifi/WifiInfoTest.java
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2018 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.net.wifi;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+
+import android.os.Parcel;
+import android.support.test.filters.SmallTest;
+
+import org.junit.Test;
+
+/**
+ * Unit tests for {@link android.net.wifi.WifiInfo}.
+ */
+@SmallTest
+public class WifiInfoTest {
+    private static final long TEST_TX_SUCCESS = 1;
+    private static final long TEST_TX_RETRIES = 2;
+    private static final long TEST_TX_BAD = 3;
+    private static final long TEST_RX_SUCCESS = 4;
+
+    /**
+     *  Verify parcel write/read with WifiInfo.
+     */
+    @Test
+    public void testWifiInfoParcelWriteRead() throws Exception {
+        WifiInfo writeWifiInfo = new WifiInfo();
+        writeWifiInfo.txSuccess = TEST_TX_SUCCESS;
+        writeWifiInfo.txRetries = TEST_TX_RETRIES;
+        writeWifiInfo.txBad = TEST_TX_BAD;
+        writeWifiInfo.rxSuccess = TEST_RX_SUCCESS;
+
+        Parcel parcel = Parcel.obtain();
+        writeWifiInfo.writeToParcel(parcel, 0);
+        // Rewind the pointer to the head of the parcel.
+        parcel.setDataPosition(0);
+        WifiInfo readWifiInfo = WifiInfo.CREATOR.createFromParcel(parcel);
+
+        assertNotNull(readWifiInfo);
+        assertEquals(TEST_TX_SUCCESS, readWifiInfo.txSuccess);
+        assertEquals(TEST_TX_RETRIES, readWifiInfo.txRetries);
+        assertEquals(TEST_TX_BAD, readWifiInfo.txBad);
+        assertEquals(TEST_RX_SUCCESS, readWifiInfo.rxSuccess);
+    }
+}
diff --git a/wifi/tests/src/android/net/wifi/WifiManagerTest.java b/wifi/tests/src/android/net/wifi/WifiManagerTest.java
index 5058080..e40b657a 100644
--- a/wifi/tests/src/android/net/wifi/WifiManagerTest.java
+++ b/wifi/tests/src/android/net/wifi/WifiManagerTest.java
@@ -93,6 +93,7 @@
 
         mWifiServiceMessenger = new Messenger(mHandler);
         mWifiManager = new WifiManager(mContext, mWifiService, mLooper.getLooper());
+        verify(mWifiService).getVerboseLoggingLevel();
     }
 
     /**