mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Show an ongoing notification so the background service isn't killed.
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
<service
|
||||
android:name=".android.helloworld.HelloWorldService"
|
||||
android:name=".android.BriarService"
|
||||
android:exported="false" >
|
||||
<intent-filter>
|
||||
<action android:name="net.sf.briar.android.helloworld.HelloWorldService" />
|
||||
<action android:name="net.sf.briar.android.BriarService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user