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 では、一部の設定が変更された場合、アプリのアクティビティを再作成する必要があり、言語やフォントの設定など、アプリがクラッシュする可能性があります。言語設定の Intent.Action が ACTION_LOCALE_CHANGED であることはわかっていますが、フォント設定の Intent.Action が見つかりません。問題は、Android のフォント設定の Intent.Action とは何ですか? そうでない場合、フォント設定が変更された場合の処理方法は?</p>
わかった;
android.intent.action.FONT_CONFIG_CHANGED
Google のソース コードで見つけられないかもしれません。 私のチームはソース コードをカスタム フィットしました。