I would like to launch com.google.android.feedback.FeedbackActivity for my application. Like it happens in Hangouts application.
com.google.android.feedback.FeedbackActivity
Does anyone knows which ex
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.