应用名称时如何更改Android对讲 [英] How to change Android Talkback in case of App name

查看:76
本文介绍了应用名称时如何更改Android对讲的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用的应用的名称被对讲错误发音。我可以通过更改拼写在应用程序中解决此问题。但是,如果我更改清单中android:label中的拼写,则会在手机上的应用程序图标上拼写错误。有人解决这个问题吗?

The App I am working on has a name which is mispronounced by the talkback. I am able to fix this within the app by changing the spelling. But if I change the spelling in the android:label in the manifest, it is misspelled on the app icon on the phone. Does anyone have a way around this?

推荐答案

如果对讲不发音缩写正确地,尝试以单词而不是单个字母的形式读取它,可以使用零宽度的不间断空格字符 \ufeff 来不区分字母。

In the case that talkback is not pronouncing an acronym correctly, attempting to read it as a word rather than individual letters, you can use zero-width non-breaking space characters \ufeff to separate the letters invisibly.

假设您有单词 CAT ,但您想将其发音为 CAT

Suppose you have the word CAT but you want it pronounced C.A.T.:

<string name="app_name">C\ufeffA\ufeffT</string>

它仍将显示为 CAT 并赢得

但是,您的用户将无法再通过键入CAT搜索该应用。

However, your users will not be able to search for the app by typing CAT anymore.

这篇关于应用名称时如何更改Android对讲的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆