Loading src/com/android/documentsui/services/FileOperationService.java +10 −6 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ public class FileOperationService extends Service implements Job.Listener { } private void setUpNotificationChannel() { try{ if (features.isNotificationChannelEnabled()) { NotificationChannel channel = new NotificationChannel( NOTIFICATION_CHANNEL_ID, Loading @@ -177,6 +178,9 @@ public class FileOperationService extends Service implements Job.Listener { NotificationManager.IMPORTANCE_LOW); notificationManager.createNotificationChannel(channel); } }catch (Exception ex){ Log.w(TAG, "Notification exception : ", ex); } } @Override Loading Loading
src/com/android/documentsui/services/FileOperationService.java +10 −6 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ public class FileOperationService extends Service implements Job.Listener { } private void setUpNotificationChannel() { try{ if (features.isNotificationChannelEnabled()) { NotificationChannel channel = new NotificationChannel( NOTIFICATION_CHANNEL_ID, Loading @@ -177,6 +178,9 @@ public class FileOperationService extends Service implements Job.Listener { NotificationManager.IMPORTANCE_LOW); notificationManager.createNotificationChannel(channel); } }catch (Exception ex){ Log.w(TAG, "Notification exception : ", ex); } } @Override Loading