Toast.makeText(getActivity(), getResources().getString(R.string.root_fail_text), Toast.LENGTH_SHORT).show();注意getAcitivity写成getContext后 ...
確定! 回上一頁