草庐IT

FeedbackActivity

全部标签

android - 在我的应用程序中启动 FeedbackActivity,就像在 Android 环聊中一样

我想为我的应用程序启动com.google.android.feedback.FeedbackActivity。就像它发生在环聊应用程序中一样。有人知道我需要传递哪些额外信息吗? 最佳答案 所以这似乎是可能的,但在开发者控制台中看不到报告。@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH)protectedIntentprepareIcsFeedbackIntent(Activityactivity,PackageManagerpackageManager){ApplicationE

android - 如何在 Android 中使用 "Send Feeback"FeedbackActivity?

是否有使用com.google.android.feedback.FeedbackActivity的示例,就像在Google+应用程序中使用它发送任何反馈一样?我试着用开始Intentintent=newIntent();intent.setClassName("com.google.android.feedback","com.google.android.feedback.FeedbackActivity");startActivity(intent);但我只得到java.lang.RuntimeException:UnabletostartactivityComponentInf