Declaring tools namespace prefix to fix strange build error

This commit is contained in:
Maxime NATUREL 2022-05-31 14:24:09 +02:00
parent 4f3b4a71ce
commit 2ca96a770d
1 changed files with 1 additions and 1 deletions

View File

@ -3020,7 +3020,7 @@
<!--TODO delete-->
<string name="location_in_background_missing_permission_dialog_title" tools:ignore="UnusedResources">Allow access</string>
<!--TODO delete-->
<string name="location_in_background_missing_permission_dialog_content" tools:ignore="UnusedResources">If youd like to share your Live location, ${app_name} needs location access all the time when the app is in the background.\nWe will only access your location for the duration that you choose.</string>
<string name="location_in_background_missing_permission_dialog_content" xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">If youd like to share your Live location, ${app_name} needs location access all the time when the app is in the background.\nWe will only access your location for the duration that you choose.</string>
<string name="location_not_available_dialog_title">${app_name} could not access your location</string>
<string name="location_not_available_dialog_content">${app_name} could not access your location. Please try again later.</string>
<string name="location_share_external">Open with</string>