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