Add ART Services' BackgroundDexOptJobService to the "android" manifest.

Bug: 255563304
Test: adb shell pm art bg-dexopt-job --enable
Change-Id: Ife4f10bca97235aa8ea2ac95dadaa2dc085cab81
This commit is contained in:
Jiakai Zhang
2022-10-30 23:29:20 +00:00
parent 89fa00740a
commit eb7913d924

View File

@@ -7211,6 +7211,10 @@
</intent-filter>
</service>
<service android:name="com.android.server.art.BackgroundDexOptJobService"
android:permission="android.permission.BIND_JOB_SERVICE" >
</service>
<provider
android:name="com.android.server.textclassifier.IconsContentProvider"
android:authorities="com.android.textclassifier.icons"