标签: android android-intent android-activity
在Android中打开管理应用程序设置页面时,小米MI4打开黑色设置,仅显示应用程序图标。我正在使用的代码是
public void setUIArguments(Bundle args) { getActivity().runOnUiThread(new Runnable() { public void run() { /* do your UI stuffs */ } } }