Android permissions: Difference between revisions
Created page with "This page describes the permissions that WarLight's Android app requests and why. == Read Contacts == When creating a multi-player game, the app gives you an option to invit..." |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page describes the permissions that | This page describes the permissions that Warzone's Android app requests and why. | ||
== Wake Lock == | == Wake Lock == | ||
While you are watching a turn play out (watching attacks and deployments happening), | While you are watching a turn play out (watching attacks and deployments happening), Warzone prevents your device from turning the screen off. To do this, the app needs to request the Wake Lock permission. | ||
This is necessary since it's common for players to not be touching the screen while watching a turn play out, causing the device to think you're not using it. | This is necessary since it's common for players to not be touching the screen while watching a turn play out, causing the device to think you're not using it. | ||
Line 17: | Line 9: | ||
== Internet and Access Network State == | == Internet and Access Network State == | ||
The | The Warzone app needs to contact the internet since it's a multi-player game. Single-player games take place mostly on your device, so it doesn't need to record every move on the server when playing single-player. However, the app will still talk to the Warzone server in single-player, but only to download maps, thumbnails, and a few other minor things. | ||
[[Category:Mobile Client]] |
Latest revision as of 03:39, 13 November 2017
This page describes the permissions that Warzone's Android app requests and why.
Wake Lock
While you are watching a turn play out (watching attacks and deployments happening), Warzone prevents your device from turning the screen off. To do this, the app needs to request the Wake Lock permission.
This is necessary since it's common for players to not be touching the screen while watching a turn play out, causing the device to think you're not using it.
Internet and Access Network State
The Warzone app needs to contact the internet since it's a multi-player game. Single-player games take place mostly on your device, so it doesn't need to record every move on the server when playing single-player. However, the app will still talk to the Warzone server in single-player, but only to download maps, thumbnails, and a few other minor things.