Merge pull request #166 from BarelElbaz/bugfix/165

Bugfix/165
This commit is contained in:
Itai Levin
2023-02-20 17:52:15 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ public class NotificationBuilder {
mBuilder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
mBuilder.setCustomContentView(notificationArr[1]);
mBuilder.setCustomBigContentView(notificationArr[0]);
mBuilder.setStyle(new NotificationCompat.DecoratedCustomViewStyle()); //Make the notification extendable issue #165
mBuilder.setCategory(NotificationCompat.CATEGORY_SERVICE); //show notification on android 12 and above #144 #143
}
+2 -2
View File
@@ -19,8 +19,8 @@
<string name="powerbeats3">•פווארביטס 3</string>
<string name="powerbeatspro">• פווארביטס פרו</string>
<string name="miui_warning">MIUI נמצא</string>
<string name="miui_warning_desc">למערכת ההפעלה על מכשיר זה יש בעיות תאימות ידועות עם האפליקציה. אתה יכול להמשיך להשתמש ב-OpenPods אך לא בטוח שדברים יעבדו כמו שצריך.</string>
<string name="miui_warning">MIUI זוהה</string>
<string name="miui_warning_desc">למערכת ההפעלה במכשיר זה יש בעיות תאימות ידועות עם האפליקציה. אתה יכול להמשיך להשתמש ב-OpenPods אך לא בטוח שדברים יעבדו כמו שצריך.</string>
<string name="miui_warning_continue">המשך</string>
<string name="noBtText">נראה כי מכשיר זה אינו תומך ב-Bluetooth LE</string>