We are developing a push notification using android, and we are doing this by sending a push notification to a mobile phone with three mobile phones. Now we need to get the list of users from the parsing. In fact, we are judged with this, but we only get the current user.
String i=ParseInstallation.getCurrentInstallation().getString("user") ;
The above line retrieves only the current user, but we need a list of all users in the Parse installation.

We need a list of names like sam , sony , tab according to the screenshot.
source share