I am integrating Google Play Games with my Android game. During startup, if a user doesn't have Google Play Games, it shows a dialog with:
This app requires the latest version of Google play games.
Is there a way to make it optional? I would like users to see a dialog where they have the option to install it. But it shouldn't explicitly say required
, since it isn't.