Skip to content

Commit b8b63a8

Browse files
committed
sebaubuntu_libs: libandroid: device_info: Fix GMS clientid parsing
We only want primary one Change-Id: I40d512c88ad2074adfe484d592d5227b3a9b4d38
1 parent 32d6fc9 commit b8b63a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sebaubuntu_libs/libandroid/device_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_product_props(value: str):
3939
BUILD_FINGERPRINT = get_partition_props("ro.{}build.fingerprint", add_empty=True)
4040
BUILD_DESCRIPTION = get_partition_props("ro.{}build.description", add_empty=True)
4141

42-
GMS_CLIENTID_BASE = ["ro.com.google.clientidbase.ms", "ro.com.google.clientidbase"]
42+
GMS_CLIENTID_BASE = ["ro.com.google.clientidbase"]
4343

4444
BUILD_SECURITY_PATCH = ["ro.build.version.security_patch"]
4545
BUILD_VENDOR_SECURITY_PATCH = ["ro.vendor.build.security_patch"]

0 commit comments

Comments
 (0)