fix: Specify our own FGS Type

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
validcube
2024-09-06 21:16:00 +07:00
parent 3102272a31
commit 37c912b598
3 changed files with 10 additions and 10 deletions

View File

@ -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">