Added MIUI notification sound workaround

This commit is contained in:
M66B
2019-09-14 10:50:47 +02:00
parent 0205df9274
commit 20581f5ce1
6 changed files with 35 additions and 4 deletions

View File

@@ -837,4 +837,8 @@ public class Log {
return true;
}
static boolean isXiaomi() {
return "Xiaomi".equalsIgnoreCase(Build.MANUFACTURER);
}
}