如何将 getSupportFragmentManager() 传递给 AccountAuthenticatorActivity 中的外部库?
我需要使用 android-styled-dialogs 放置一个自定义对话框:https ://github.com/inmite/android-styled-dialogs
如何将 getSupportFragmentManager() 传递给 AccountAuthenticatorActivity 中的外部库?
我需要使用 android-styled-dialogs 放置一个自定义对话框:https ://github.com/inmite/android-styled-dialogs
获取AccountAuthenticatorActivity并将其放入您的项目中。
而不是
AccountAuthenticatorActivity extends Activity
put AccountAuthenticatorActivity extends FragmentActivity
。
AccountAuthenticatorActivity
使用新的和使用扩展您的课程getSupportFragmentManager()
。