Android: Is There Intent.action Of Font Setting Changed?
In android, when some of setting changed, the activity of app must reCreate, which may result in app crashed, like language or font setting; I know language setting's Intent.Action
I got it;
android.intent.action.FONT_CONFIG_CHANGED
may be you guys can't find it in the Google source code! my team custom-fitted the source code!
Post a Comment for "Android: Is There Intent.action Of Font Setting Changed?"