如何将getsupportfragmentmanager()传递到AccountAuthenticatorActivity中的外部库?.
我需要放置一个带有android风格对话框的自定义对话框:https://github.com/inmite/android-styled-dialogs
最佳答案
把AccountAuthenticatorActivity放到你的项目中。
而不是AccountAuthenticatorActivity extends Activity
输入AccountAuthenticatorActivity extends FragmentActivity
。
使用新的AccountAuthenticatorActivity
扩展您的课程并使用getSupportFragmentManager()
。