I would like to launch com.google.android.feedback.FeedbackActivity
for my application. Like it happens in Hangouts application.
Does anyone knows which extras I need to pass to do so?
I would like to launch com.google.android.feedback.FeedbackActivity
for my application. Like it happens in Hangouts application.
Does anyone knows which extras I need to pass to do so?
So it seems that this is possible, bur report is not visible in Developer console.
Although it's not exactly the same, you can programmatically invoke a crash-report-dialog:
More information here: http://blog.tomtasche.at/2012/10/use-built-in-feedback-mechanism-on.html
Just re-create that layout on a .xml file and create a Class that extends FragmentActivity (as the Google Hangouts App seems to do) or create a Class that extends DialogFragment to handle its logic.