7 #include <sys/system_properties.h>
14 char clientidbase[PROP_VALUE_MAX];
15 __system_property_get(
"ro.com.google.clientidbase", clientidbase);
17 auto api_level = android_get_device_api_level();
18 char first_api_level[PROP_VALUE_MAX];
19 __system_property_get(
"ro.product.first_api_level", first_api_level);
26 std::string_view first_api_level,
30 if (first_api_level ==
"28" || first_api_level ==
"27" ||
31 first_api_level ==
"26" || first_api_level ==
"25" ||
32 first_api_level ==
"24") {