diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-23 08:28:26 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-23 08:28:26 +0000 |
commit | 9a35f8741a640739b3c302444e5e7da3023b932c (patch) | |
tree | 85db4c3284f5ff7f30b19db25ba638c9a9000a8f | |
parent | 61390b75159427c1a7aa5b4d0936857f3f031ea1 (diff) | |
parent | 92a8aec06edfde532befa325e3423832130cb6cb (diff) |
Snap for 8024443 from 92a8aec06edfde532befa325e3423832130cb6cb to s-keystone-qcom-release
Change-Id: I7126afbd6ca7b7a77337e32c1f554617149f37c5
-rwxr-xr-x | AndroidManifest.xml | 1 | ||||
-rw-r--r-- | res/values-ta/strings.xml | 2 | ||||
-rw-r--r-- | res/values-te/strings.xml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 90e05cb1..ccadc124 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -25,6 +25,7 @@ <!-- Intent filter with action VIEW --> <intent> <action android:name="android.intent.action.VIEW" /> + <data android:scheme="http" /> </intent> <!-- Intent filter with action WallpaperService (live wallpaper interface) --> <intent> diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml index 162cd19e..c43029e6 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/strings.xml @@ -34,7 +34,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> தற்போது பயன்படுத்தப்பட்டது"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, தற்போது பயன்படுத்தப்பட்டு மாதிரிக்காட்சி காண்பிக்கப்படுகிறது"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, மாதிரிக்காட்சி தற்போது காண்பிக்கப்படுகிறது"</string> - <string name="theme_description" msgid="3697012391785254635">"எழுத்துரு: <xliff:g id="ID_1">%1$s</xliff:g>, ஐகான்கள்: <xliff:g id="ID_2">%2$s</xliff:g>, வடிவம்: <xliff:g id="ID_3">%3$s</xliff:g>, நிறம்: <xliff:g id="ID_4">%4$s</xliff:g>"</string> + <string name="theme_description" msgid="3697012391785254635">"எழுத்து வடிவம்: <xliff:g id="ID_1">%1$s</xliff:g>, ஐகான்கள்: <xliff:g id="ID_2">%2$s</xliff:g>, வடிவம்: <xliff:g id="ID_3">%3$s</xliff:g>, நிறம்: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"இயல்புநிலை"</string> <string name="preview_name_font" msgid="4465423899630037038">"எழுத்துரு"</string> <string name="preview_name_icon" msgid="6818927315316316440">"ஐகான்"</string> diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml index 11c435e6..012f9a1d 100644 --- a/res/values-te/strings.xml +++ b/res/values-te/strings.xml @@ -35,7 +35,7 @@ <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ప్రస్తుతం వర్తింప చేయబడి ప్రివ్యూ చేయబడింది"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, ప్రస్తుతం ప్రివ్యూ చేయబడింది"</string> <string name="theme_description" msgid="3697012391785254635">"ఫాంట్: <xliff:g id="ID_1">%1$s</xliff:g>, చిహ్నాలు: <xliff:g id="ID_2">%2$s</xliff:g>, ఆకారం: <xliff:g id="ID_3">%3$s</xliff:g>, రంగు: <xliff:g id="ID_4">%4$s</xliff:g>"</string> - <string name="default_theme_title" msgid="2555741736622366797">"డిఫాల్ట్"</string> + <string name="default_theme_title" msgid="2555741736622366797">"ఆటోమేటిక్"</string> <string name="preview_name_font" msgid="4465423899630037038">"ఫాంట్"</string> <string name="preview_name_icon" msgid="6818927315316316440">"చిహ్నం"</string> <string name="preview_name_color" msgid="8776203144994416172">"రంగు"</string> |