Show an ongoing notification so the background service isn't killed.

This commit is contained in:
akwizgran
2013-02-12 15:43:18 +00:00
parent e3c90f56ed
commit e6de8efed2
5 changed files with 18 additions and 7 deletions

View File

@@ -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