Added: Add more SharedPrefernces for termux-float and use multi-process for log level

This commit is contained in:
agnostic-apollo
2021-09-02 06:20:39 +05:00
parent 1cf1e612e5
commit 36557b2166
6 changed files with 166 additions and 23 deletions

View File

@@ -732,7 +732,7 @@ public final class TermuxService extends Service implements TermuxTask.TermuxTas
// Build the notification
Notification.Builder builder = NotificationUtils.geNotificationBuilder(this,
TermuxConstants.TERMUX_APP_NOTIFICATION_CHANNEL_ID, priority,
getText(R.string.application_name), notificationText, null,
TermuxConstants.TERMUX_APP_NAME, notificationText, null,
contentIntent, null, NotificationUtils.NOTIFICATION_MODE_SILENT);
if (builder == null) return null;