mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-11 09:23:50 +01:00
Declaring tools namespace prefix to fix strange build error
This commit is contained in:
parent
4f3b4a71ce
commit
2ca96a770d
@ -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 you’d 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 you’d 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>
|
||||
|
Loading…
Reference in New Issue
Block a user