diff options
| author | zackhow <zackhow@gmail.com> | 2018-08-19 17:38:29 -0400 |
|---|---|---|
| committer | zackhow <zackhow@gmail.com> | 2018-08-23 17:31:17 -0400 |
| commit | 82f82a6b7d727ff3dcc8b4e5a4d7fc9a214a8596 (patch) | |
| tree | ba0620e78bd04bd0a74557ac4f43ef81ed9b5f29 /Source/Android/app/src/main/res | |
| parent | 8e5c3d5b4eff43b9e830831efc91dccf77f00b66 (diff) | |
Android: Add usage statistics to android.
Added an option in General config to enable/disable usage statistics. Added a popup on first open if
the user would like to engage in reporting. Clicking cancel or out of the box opts out. Only
clicking 'Ok' will enable reporting. Also added a new android specific values to report.
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 1121ff0f64..362b90f7c8 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -135,6 +135,8 @@ <string name="wiimote_speaker_description">Enable sound output through the speaker on a real Wiimote (DolphinBar required).</string> <string name="audio_stretch">Audio Stretching</string> <string name="audio_stretch_description">Stretches audio to reduce stuttering. Increases latency.</string> + <string name="analytics">Enable usage statistics reporting</string> + <string name="analytics_desc">If authorized, Dolphin can collect data on its performance, feature usage, and configuration, as well as data on your system\'s hardware and operating system.\n\nNo private data is ever collected. This data helps us understand how people and emulated games use Dolphin and prioritize our efforts. It also helps us identify rare configurations that are causing bugs, performance and stability issues. This authorization can be revoked at any time through Dolphin\'s settings.</string> <string name="gametdb_thanks">Thanks to GameTDB.com for providing GameCube and Wii covers!</string> <!-- Interface Preference Fragment --> |
