Set foreground service type for ExtensionInstallService
(cherry picked from commit 8aaf8df7080c232e3bb7966a88f608a4e176a525)
This commit is contained in:
parent
0dfe2f84f3
commit
c3f5a5d7e0
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@
|
|||
|
||||
<service
|
||||
android:name=".extension.util.ExtensionInstallService"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:foregroundServiceType="shortService" />
|
||||
|
||||
<service
|
||||
android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"
|
||||
|
|
|
|||
Loading…
Reference in a new issue