diff --git a/app/android/app/src/main/res/drawable-hdpi/ic_bg_service_small.png b/app/android/app/src/main/res/drawable-hdpi/ic_bg_service_small.png new file mode 100644 index 00000000..e7b4cc81 Binary files /dev/null and b/app/android/app/src/main/res/drawable-hdpi/ic_bg_service_small.png differ diff --git a/app/android/app/src/main/res/drawable-mdpi/ic_bg_service_small.png b/app/android/app/src/main/res/drawable-mdpi/ic_bg_service_small.png new file mode 100644 index 00000000..0df64349 Binary files /dev/null and b/app/android/app/src/main/res/drawable-mdpi/ic_bg_service_small.png differ diff --git a/app/android/app/src/main/res/drawable-xhdpi/ic_bg_service_small.png b/app/android/app/src/main/res/drawable-xhdpi/ic_bg_service_small.png new file mode 100644 index 00000000..1cd76b1c Binary files /dev/null and b/app/android/app/src/main/res/drawable-xhdpi/ic_bg_service_small.png differ diff --git a/app/android/app/src/main/res/drawable-xxhdpi/ic_bg_service_small.png b/app/android/app/src/main/res/drawable-xxhdpi/ic_bg_service_small.png new file mode 100644 index 00000000..0bae6acd Binary files /dev/null and b/app/android/app/src/main/res/drawable-xxhdpi/ic_bg_service_small.png differ diff --git a/app/android/app/src/main/res/drawable-xxxhdpi/ic_bg_service_small.png b/app/android/app/src/main/res/drawable-xxxhdpi/ic_bg_service_small.png new file mode 100644 index 00000000..7236befb Binary files /dev/null and b/app/android/app/src/main/res/drawable-xxxhdpi/ic_bg_service_small.png differ diff --git a/app/lib/features/tor/domain/services/tor_proxy.dart b/app/lib/features/tor/domain/services/tor_proxy.dart index 185400fa..3a42c3c1 100644 --- a/app/lib/features/tor/domain/services/tor_proxy.dart +++ b/app/lib/features/tor/domain/services/tor_proxy.dart @@ -41,6 +41,8 @@ class _TorService { onStart: onStart, isForegroundMode: true, autoStartOnBoot: false, + initialNotificationTitle: 'Tor Service', + initialNotificationContent: 'Running in background', ), );