Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb7913d9 authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

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

Bug: 255563304
Test: adb shell pm art bg-dexopt-job --enable
Change-Id: Ife4f10bca97235aa8ea2ac95dadaa2dc085cab81
parent 89fa0074
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"