Set foreground service type for ExtensionInstallService

This commit is contained in:
arkon 2023-12-16 12:11:19 -05:00
parent c00f05a1c1
commit 8aaf8df708

View File

@ -146,7 +146,8 @@
<service
android:name=".extension.util.ExtensionInstallService"
android:exported="false" />
android:exported="false"
android:foregroundServiceType="shortService" />
<service
android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"