Stay organized with collections
Save and categorize content based on your preferences.
The Game Dashboard is composed of multiple components that provide quick access
to commonly used features.
Enabling the Game Dashboard
To enable or disable the Game Dashboard, go to Settings > Google > Game
Dashboard and turn on or off Use Game Dashboard as shown in the following screenshots.
Troubleshooting
If the Game Dashboard entry is not showing up in Settings, make sure that your
Google Play Services has been updated. To update your Google Play Services,
follow the instructions listed in Keep your device & apps working with Google
Play Services.
Entrypoint Icon
The Entrypoint Icon opens the Game Dashboard Overlay.
It is revealed from the top right corner of the screen when the user swipes to
reveal the system UI bar inside of a fullscreen immersive game. Tapping the
Entrypoint Icon opens the Game Dashboard Overlay.
Game Dashboard Overlay
The Game Dashboard Overlay is an activity launched on top of the game and provides
access to a suite of in-game features. It consists of two section containers, Toggles and Tiles.
Toggles
Toggle buttons show or hide their associated features in the
Shortcut Bar or
enable or disable them immediately.
Tiles
Tiles provide the functionalities offered by the Game Dashboard in the context
of the running game. For example:
To enable the Optimization Tile, implement Game Mode API in
your game.
The Achievements Tile keeps track of the
Achievements
in the current game.
To enable the Achievements Tile, implement Achievements following the
instructions in Achievements in Android Games.
The Leaderboards Tile keeps track of the Leaderboards for the current game.
Shortcut Bar
The Shortcut Bar provides easy access to common functionalities such as taking a
screenshot, recording gameplay, or monitoring FPS without leaving the game. The
icons present on the Shortcut Bar are set by the Toggle buttons within the Game
Dashboard Overlay. The Shortcut Bar can be docked on the side of the screen to
minimize its presence over the game.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-21 UTC."],[],[],null,["# Components\n\nThe Game Dashboard is composed of multiple components that provide quick access\nto commonly used features.\n\nEnabling the Game Dashboard\n---------------------------\n\nTo enable or disable the Game Dashboard, go to **Settings \\\u003e Google \\\u003e Game\nDashboard** and turn on or off **Use Game Dashboard** as shown in the following screenshots.\n\n### Troubleshooting\n\nIf the **Game Dashboard** entry is not showing up in **Settings** , make sure that your\nGoogle Play Services has been updated. To update your Google Play Services,\nfollow the instructions listed in [Keep your device \\& apps working with Google\nPlay Services](https://support.google.com/googleplay/answer/9037938).\n\nEntrypoint Icon\n---------------\n\nThe *Entrypoint Icon* opens the [Game Dashboard Overlay](#game-dashboard-overlay).\nIt is revealed from the top right corner of the screen when the user swipes to\nreveal the system UI bar inside of a fullscreen immersive game. Tapping the\nEntrypoint Icon opens the Game Dashboard Overlay.\n\nGame Dashboard Overlay\n----------------------\n\nThe *Game Dashboard Overlay* is an activity launched on top of the game and provides\naccess to a suite of in-game features. It consists of two section containers, Toggles and Tiles.\n\n### Toggles\n\n*Toggle* buttons show or hide their associated features in the\n[Shortcut Bar](#shortcut-bar) or\nenable or disable them immediately.\n\n### Tiles\n\n*Tiles* provide the functionalities offered by the Game Dashboard in the context\nof the running game. For example:\n\n- The *Optimization Tile* sets the specific [Game\n Mode](/games/optimize/adpf/gamemode/about-API-and-interventions) of the running game to [`STANDARD`](/reference/android/app/GameManager#GAME_MODE_STANDARD), [`PERFORMANCE`](/reference/android/app/GameManager#GAME_MODE_PERFORMANCE), or [`BATTERY`](/reference/android/app/GameManager#GAME_MODE_BATTERY).\n - To enable the Optimization Tile, implement [Game Mode API](/games/optimize/adpf/gamemode/about-API-and-interventions) in your game.\n- The *Achievements Tile* keeps track of the [Achievements](https://developers.google.com/games/services/common/concepts/achievements) in the current game.\n - To enable the Achievements Tile, implement Achievements following the instructions in [Achievements in Android Games](https://developers.google.com/games/services/android/achievements).\n- The *Leaderboards Tile* keeps track of the [Leaderboards](https://developers.google.com/games/services/common/concepts/leaderboards) for the current game.\n\nShortcut Bar\n------------\n\nThe *Shortcut Bar* provides easy access to common functionalities such as taking a\nscreenshot, recording gameplay, or monitoring FPS without leaving the game. The\nicons present on the Shortcut Bar are set by the Toggle buttons within the Game\nDashboard Overlay. The Shortcut Bar can be docked on the side of the screen to\nminimize its presence over the game."]]