summaryrefslogtreecommitdiff
path: root/core/java/android/service/games/GameService.java
Commit message (Expand)AuthorAgeFilesLines
* Add permission requirement to createGameSession APIXiang Wang2022-02-011-0/+3
* Allow Game Service to trigger the Game Session creationTyler Lacey2022-01-181-3/+49
* Merge "Make onBind methods final for GameService and GameSessionService."Shannon Chen2022-01-121-1/+1
|\
| * Make onBind methods final for GameService and GameSessionService.shannonchen2022-01-041-1/+1
* | Merge "Add sample XML to GameService javadoc to show how to request BIND_GAME...Shannon Chen2022-01-121-1/+14
|\ \ | |/ |/|
| * Add sample XML to GameService javadoc to show how to request BIND_GAME_SERVIC...Shannon Chen2021-12-141-1/+14
* | Add initial support for GameSessions and corresponding unit tests.David Samuelson2021-12-211-4/+14
|/
* Add the GameService skeleton and corresponding unit tests.shannonchen2021-12-061-0/+118