Update string for Intent Picker

- Replace the "Supported links open in this app" with the
  "Allow web links to open in this app".

bug: 177923646
Test: compilation
Change-Id: I90c8a2f133bd35cf6e59ebe10dec40e06cb34cdf
This commit is contained in:
Sunny Shao
2021-03-17 11:07:54 +08:00
parent d2ca004392
commit 5b541f082b

View File

@@ -9687,7 +9687,7 @@
<string name="app_launch_domain_links_title">Opening links</string> <string name="app_launch_domain_links_title">Opening links</string>
<string name="app_launch_open_domain_urls_title">Open supported links</string> <string name="app_launch_open_domain_urls_title">Open supported links</string>
<!-- Preference title for Supported links open in this app. [CHAR LIMIT=60] --> <!-- Preference title for Supported links open in this app. [CHAR LIMIT=60] -->
<string name="app_launch_top_intro_message">Supported links open in this app</string> <string name="app_launch_top_intro_message">Allow web links to open in this app</string>
<!-- Preference title for Links to open in this app. [CHAR LIMIT=60] --> <!-- Preference title for Links to open in this app. [CHAR LIMIT=60] -->
<string name="app_launch_links_category">Links to open in this app</string> <string name="app_launch_links_category">Links to open in this app</string>