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

Commit e0afc341 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Whoops forgot this change.

Should have been creating a few more processes.

Change-Id: I59d8c89c989fff7965122c5a9d798138ef156857
parent 8279570b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@

        <service android:name=".FakeCoreService" android:process=":core"
                android:label="Fake OEM Core Service" />
        <service android:name=".FakeCoreService2" android:process=":core"
        <service android:name=".FakeCoreService2" android:process=":core2"
                android:label="Fake OEM Core Service Also" />
        <service android:name=".FakeCoreService3" android:process=":core"
        <service android:name=".FakeCoreService3" android:process=":core3"
                android:label="Fake OEM Core Service Me Too" />
        <service android:name=".FakeBackgroundService" android:process=":background"
                android:label="Fake OEM Bg Service" />