Skip to content

Commit

Permalink
[M3][Color] Add Meizu to dynamic colors allowlist
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 559204940
  • Loading branch information
paulfthomas authored and imhappi committed Aug 23, 2023
1 parent 9d81cac commit faf9a32
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -94,6 +94,7 @@ public boolean isSupported() {
deviceMap.put("kyocera", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("lenovo", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("lge", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("meizu", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("motorola", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("nothing", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("oneplus", DEFAULT_DEVICE_SUPPORT_CONDITION);
Expand Down

0 comments on commit faf9a32

Please sign in to comment.