Skip to content

Commit

Permalink
fix: Specify our own FGS Type
Browse files Browse the repository at this point in the history
Signed-off-by: validcube <[email protected]>
  • Loading branch information
validcube committed Sep 6, 2024
1 parent 3102272 commit 37c912b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name="de.julianassmann.flutter_background.IsolateHolderService"
android:exported="false"
android:foregroundServiceType="shortService" />
<activity
android:name=".ExportSettingsActivity"
android:exported="true">
Expand Down
11 changes: 5 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,11 @@ packages:
flutter_background:
dependency: "direct main"
description:
path: "."
ref: "900a81501f1f0e4996fe9e2cbf55f1ea8df08b49"
resolved-ref: "900a81501f1f0e4996fe9e2cbf55f1ea8df08b49"
url: "https://github.com/validcube/flutter_background"
source: git
version: "1.2.0"
name: flutter_background
sha256: "8dad66e3102da2b4046cc3adcf70625578809827170bd78e36e5890c074287d2"
url: "https://pub.dev"
source: hosted
version: "1.3.0+1"
flutter_cache_manager:
dependency: "direct main"
description:
Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ dependencies:
file_picker: ^8.0.5
flutter:
sdk: flutter
flutter_background:
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/83 is merged
url: https://github.com/validcube/flutter_background
ref: 900a81501f1f0e4996fe9e2cbf55f1ea8df08b49 # Branch: specify-namespace
flutter_background: ^1.3.0+1
flutter_cache_manager: ^3.3.2
flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^17.1.0
Expand Down

0 comments on commit 37c912b

Please sign in to comment.