Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidで[大きなテキスト]ユーザー補助オプションが有効になっているかどうかをプログラムで検出するにはどうすればよいですか?
ラージテキストが設定されている場合、Androidはフォントスケールを変更するため、
Configuration c = getResources().getConfiguration(); float scale = c.fontScale;
スケールが1より大きい場合、それは大きなテキストです。