We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d6fc9 commit b8b63a8Copy full SHA for b8b63a8
sebaubuntu_libs/libandroid/device_info.py
@@ -39,7 +39,7 @@ def get_product_props(value: str):
39
BUILD_FINGERPRINT = get_partition_props("ro.{}build.fingerprint", add_empty=True)
40
BUILD_DESCRIPTION = get_partition_props("ro.{}build.description", add_empty=True)
41
42
-GMS_CLIENTID_BASE = ["ro.com.google.clientidbase.ms", "ro.com.google.clientidbase"]
+GMS_CLIENTID_BASE = ["ro.com.google.clientidbase"]
43
44
BUILD_SECURITY_PATCH = ["ro.build.version.security_patch"]
45
BUILD_VENDOR_SECURITY_PATCH = ["ro.vendor.build.security_patch"]
0 commit comments