Fill foreground service type description

This commit is contained in:
Niko Diamadis
2023-11-23 21:17:14 +01:00
parent d7895c9383
commit eeb77352c8
2 changed files with 2 additions and 1 deletions

View File

@@ -79,7 +79,7 @@
android:foregroundServiceType="specialUse">
<property
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
android:value="explanation_for_special_use" />
android:value="@string/foreground_service_description" />
</service>
<receiver android:name=".init.BootCompletedReceiver"