[+] Service as separate process
This commit is contained in:
@@ -40,7 +40,9 @@
|
|||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<service android:name=".MyService"/>
|
<service
|
||||||
|
android:name=".MyService"
|
||||||
|
android:process=":externalProcess" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
Reference in New Issue
Block a user