From b0a958e7444193cd8e2b3e15027642b794ea5b8e Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 23 Jul 2022 17:19:40 +0200 Subject: Android hdid (#822) * get ANDROID_ID * make it more complicated --- include/hardware_functions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hardware_functions.h') 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 +#ifdef ANDROID +#include +#endif + QString get_hdid(); #endif // HARDWARE_FUNCTIONS_H -- cgit