diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-07-23 17:19:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 18:19:40 +0300 |
| commit | b0a958e7444193cd8e2b3e15027642b794ea5b8e (patch) | |
| tree | 6ff84cba8b02ae6d7b00a09993d3ccb521c962dd /include | |
| parent | 0519abab0343835eeb2a33d65ad85f2f68200156 (diff) | |
Android hdid (#822)
* get ANDROID_ID
* make it more complicated
Diffstat (limited to 'include')
| -rw-r--r-- | include/hardware_functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hardware_functions.h b/include/hardware_functions.h index 3fcb27cb..05d3f2af 100644 --- a/include/hardware_functions.h +++ b/include/hardware_functions.h @@ -5,6 +5,10 @@ #include <stdio.h> +#ifdef ANDROID +#include <QtAndroidExtras/QtAndroid> +#endif + QString get_hdid(); #endif // HARDWARE_FUNCTIONS_H |
