Skip to content

Commit

Permalink
解决魅族手机获取regID失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lzx committed Feb 23, 2021
1 parent 9809ece commit 695db37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public String getRegisterId(Context context) {
public boolean isSupport(Context context) {
String manufacturer = Build.MANUFACTURER.toLowerCase();
if (manufacturer.equals("meizu")) {
return MzSystemUtils.isMeizuAndFlyme();
return MzSystemUtils.isBrandMeizu(context);
}
return false;
}
Expand Down

0 comments on commit 695db37

Please sign in to comment.