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

This commit is contained in:
TreeHugger Robot
2022-11-03 16:39:13 +00:00
committed by Android (Google) Code Review

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"