Background
Some of Google's apps allow you to send feedback from within the app, instead of going to the play store.
For example this one (of this app) :
compare this to the original one:
The question
Is it possible to open this dialog?
If so, how? And what really happens when the user posts the feedback? Is it being sent directly to the developer console? Can the developer return an answer to such a feedback? Can the dialog request that the user would leave an email? What are the features of this dialog?
If not, what do they use? It looks really similar to the dialog of sending information about crashes. Could it be that they use the same mechanism?
The reason why i'm thinking it's the same mechanism of sending errors is this post i've written, but it's supported only from API 14 , and i'm not sure about the consequences...