0

这就是我启动instabug的方式:

  Instabug.DEBUG = true;
    instabug = Instabug.initialize(this)
            .setAnnotationActivityClass(InstabugAnnotationActivity.class)
            .setShowIntroDialog(true, PSTimelineActivity.class)
            .enableEmailField(true, false)
            .setEnableOverflowMenuItem(true)
            .setDebugEnabled(true)
            .setCommentRequired(true)
            .setPostFeedbackMessage(getString(titleID) + getString(R.string.feedback_confirmation_subtitle))
            .setPostBugReportMessage(getString(titleID) + getString(R.string.feedback_confirmation_subtitle)) //TODO will be the post report message, random from array
            .setCommentFieldHint("Please describe what went wrong")

如您所见,我将其设置为显示介绍对话框,但我的问题是,如果用户不按下屏幕,它不会被关闭。几秒钟后可以关闭对话框吗?

4

0 回答 0